1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>PrintindexUi</class> 4 <widget class="QDialog" name="PrintindexUi"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>287</width> 10 <height>148</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string/> 15 </property> 16 <property name="sizeGripEnabled"> 17 <bool>true</bool> 18 </property> 19 <layout class="QGridLayout" name="gridLayout"> 20 <item row="0" column="0"> 21 <layout class="QVBoxLayout"> 22 <property name="spacing"> 23 <number>6</number> 24 </property> 25 <property name="leftMargin"> 26 <number>0</number> 27 </property> 28 <property name="topMargin"> 29 <number>0</number> 30 </property> 31 <property name="rightMargin"> 32 <number>0</number> 33 </property> 34 <property name="bottomMargin"> 35 <number>0</number> 36 </property> 37 <item> 38 <widget class="QLabel" name="indicesLA"> 39 <property name="text"> 40 <string>Avai&lable indexes:</string> 41 </property> 42 <property name="buddy"> 43 <cstring>indicesCO</cstring> 44 </property> 45 </widget> 46 </item> 47 <item> 48 <widget class="QComboBox" name="indicesCO"> 49 <property name="toolTip"> 50 <string>Select the index that shall be printed at this place of the document.</string> 51 </property> 52 </widget> 53 </item> 54 </layout> 55 </item> 56 <item row="1" column="0"> 57 <layout class="QHBoxLayout" name="horizontalLayout_2"> 58 <item> 59 <widget class="QCheckBox" name="subindexCB"> 60 <property name="toolTip"> 61 <string>Check if this index should be part (e.g., a section) of the former one.</string> 62 </property> 63 <property name="text"> 64 <string>&Subindex</string> 65 </property> 66 </widget> 67 </item> 68 <item> 69 <widget class="QCheckBox" name="literalCB"> 70 <property name="toolTip"> 71 <string>Pass index names literally to LaTeX. Check this if you want to use LaTeX code in index names.</string> 72 </property> 73 <property name="text"> 74 <string>Li&teral</string> 75 </property> 76 </widget> 77 </item> 78 </layout> 79 </item> 80 <item row="2" column="0"> 81 <layout class="QHBoxLayout" name="horizontalLayout"> 82 <item> 83 <spacer> 84 <property name="orientation"> 85 <enum>Qt::Horizontal</enum> 86 </property> 87 <property name="sizeHint" stdset="0"> 88 <size> 89 <width>78</width> 90 <height>29</height> 91 </size> 92 </property> 93 </spacer> 94 </item> 95 <item> 96 <widget class="QPushButton" name="okPB"> 97 <property name="text"> 98 <string>&OK</string> 99 </property> 100 <property name="default"> 101 <bool>false</bool> 102 </property> 103 </widget> 104 </item> 105 <item> 106 <widget class="QPushButton" name="cancelPB"> 107 <property name="text"> 108 <string>&Cancel</string> 109 </property> 110 <property name="default"> 111 <bool>true</bool> 112 </property> 113 </widget> 114 </item> 115 </layout> 116 </item> 117 </layout> 118 </widget> 119 <tabstops> 120 <tabstop>indicesCO</tabstop> 121 <tabstop>okPB</tabstop> 122 <tabstop>cancelPB</tabstop> 123 </tabstops> 124 <includes> 125 <include location="local">qt_i18n.h</include> 126 </includes> 127 <resources/> 128 <connections/> 129</ui> 130