]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrintindexUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / PrintindexUi.ui
1 <ui version="4.0" >
2  <class>PrintindexUi</class>
3  <widget class="QDialog" name="PrintindexUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>262</width>
9     <height>130</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="2" column="2" >
26     <widget class="QPushButton" name="cancelPB" >
27      <property name="text" >
28       <string>&amp;Cancel</string>
29      </property>
30      <property name="default" >
31       <bool>true</bool>
32      </property>
33     </widget>
34    </item>
35    <item row="2" column="1" >
36     <widget class="QPushButton" name="okPB" >
37      <property name="text" >
38       <string>&amp;OK</string>
39      </property>
40      <property name="default" >
41       <bool>false</bool>
42      </property>
43     </widget>
44    </item>
45    <item row="2" column="0" >
46     <spacer>
47      <property name="orientation" >
48       <enum>Qt::Horizontal</enum>
49      </property>
50      <property name="sizeHint" >
51       <size>
52        <width>78</width>
53        <height>29</height>
54       </size>
55      </property>
56     </spacer>
57    </item>
58    <item row="1" column="0" colspan="3" >
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>&amp;Subindex</string>
65      </property>
66     </widget>
67    </item>
68    <item row="0" column="0" colspan="3" >
69     <layout class="QVBoxLayout" >
70      <property name="margin" >
71       <number>0</number>
72      </property>
73      <property name="spacing" >
74       <number>6</number>
75      </property>
76      <item>
77       <widget class="QLabel" name="indicesLA" >
78        <property name="text" >
79         <string>A&amp;vailable indexes:</string>
80        </property>
81        <property name="buddy" >
82         <cstring>indicesCO</cstring>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <widget class="QComboBox" name="indicesCO" >
88        <property name="toolTip" >
89         <string>Select the index that shall be printed at this place of the document.</string>
90        </property>
91       </widget>
92      </item>
93     </layout>
94    </item>
95   </layout>
96  </widget>
97  <tabstops>
98   <tabstop>indicesCO</tabstop>
99   <tabstop>okPB</tabstop>
100   <tabstop>cancelPB</tabstop>
101  </tabstops>
102  <includes>
103   <include location="local" >qt_i18n.h</include>
104  </includes>
105  <resources/>
106  <connections/>
107 </ui>