2017-01-30 07:44:55 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2009-04-17 14:29:32 +00:00
|
|
|
<class>PrintindexUi</class>
|
2017-01-30 07:44:55 +01:00
|
|
|
<widget class="QDialog" name="PrintindexUi">
|
|
|
|
<property name="geometry">
|
2009-04-17 14:29:32 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-01-30 07:44:55 +01:00
|
|
|
<width>287</width>
|
2018-07-10 13:04:02 +02:00
|
|
|
<height>150</height>
|
2009-04-17 14:29:32 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2017-01-30 07:44:55 +01:00
|
|
|
<property name="windowTitle">
|
2009-04-17 14:29:32 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2017-01-30 07:44:55 +01:00
|
|
|
<property name="sizeGripEnabled">
|
2009-04-17 14:29:32 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-01-30 07:44:55 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
2009-04-17 14:29:32 +00:00
|
|
|
</property>
|
2017-01-30 07:44:55 +01:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
2009-04-17 14:29:32 +00:00
|
|
|
</property>
|
2017-01-30 07:44:55 +01:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
2009-04-17 14:29:32 +00:00
|
|
|
</property>
|
2017-01-30 07:44:55 +01:00
|
|
|
<property name="rightMargin">
|
2009-04-17 14:29:32 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2017-01-30 07:44:55 +01:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
2009-04-17 14:29:32 +00:00
|
|
|
</property>
|
|
|
|
<item>
|
2017-01-30 07:44:55 +01:00
|
|
|
<widget class="QLabel" name="indicesLA">
|
|
|
|
<property name="text">
|
2018-07-10 13:04:02 +02:00
|
|
|
<string>Available i&ndexes:</string>
|
2009-04-17 14:29:32 +00:00
|
|
|
</property>
|
2017-01-30 07:44:55 +01:00
|
|
|
<property name="buddy">
|
2009-04-17 14:29:32 +00:00
|
|
|
<cstring>indicesCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-01-30 07:44:55 +01:00
|
|
|
<widget class="QComboBox" name="indicesCO">
|
|
|
|
<property name="toolTip">
|
2009-04-26 11:24:38 +00:00
|
|
|
<string>Select the index that shall be printed at this place of the document.</string>
|
2009-04-17 14:29:32 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-01-30 07:44:55 +01:00
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="subindexCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Check if this index should be part (e.g., a section) of the former one.</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Subindex</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="literalCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Pass index names literally to LaTeX. Check this if you want to use LaTeX code in index names.</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Li&teral</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2018-07-10 13:04:02 +02:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-01-30 07:44:55 +01:00
|
|
|
</item>
|
2009-04-17 14:29:32 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>indicesCO</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<includes>
|
2017-01-30 07:44:55 +01:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2009-04-17 14:29:32 +00:00
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|