]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrintNomenclUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / PrintNomenclUi.ui
1 <ui version="4.0">
2  <class>PrintNomenclUi</class>
3  <widget class="QDialog" name="PrintNomenclUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>280</width>
9     <height>119</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" name="gridLayout">
19    <item row="0" column="0" colspan="2">
20     <layout class="QHBoxLayout" name="horizontalLayout_2">
21      <item>
22       <widget class="QLabel" name="setWidthLA">
23        <property name="toolTip">
24         <string>Define hanging indendation/label length for the nomenclature list.</string>
25        </property>
26        <property name="text">
27         <string>&amp;List Indendation:</string>
28        </property>
29        <property name="buddy">
30         <cstring>setWidthCO</cstring>
31        </property>
32       </widget>
33      </item>
34      <item>
35       <widget class="QComboBox" name="setWidthCO">
36        <property name="toolTip">
37         <string>Define hanging indendation/label length for the nomenclature list.</string>
38        </property>
39       </widget>
40      </item>
41     </layout>
42    </item>
43    <item row="1" column="0" colspan="2">
44     <layout class="QHBoxLayout" name="horizontalLayout">
45      <item>
46       <widget class="QLabel" name="valueLA">
47        <property name="text">
48         <string>Custom &amp;Width:</string>
49        </property>
50        <property name="buddy">
51         <cstring>valueLE</cstring>
52        </property>
53       </widget>
54      </item>
55      <item>
56       <widget class="QLineEdit" name="valueLE">
57        <property name="enabled">
58         <bool>false</bool>
59        </property>
60        <property name="toolTip">
61         <string>Custom value. &quot;List Indendation&quot; needs to be set to &quot;Custom&quot;.</string>
62        </property>
63       </widget>
64      </item>
65      <item>
66       <widget class="LengthCombo" name="unitLC"/>
67      </item>
68     </layout>
69    </item>
70    <item row="2" column="0">
71     <spacer name="horizontalSpacer">
72      <property name="orientation">
73       <enum>Qt::Horizontal</enum>
74      </property>
75      <property name="sizeHint" stdset="0">
76       <size>
77        <width>74</width>
78        <height>20</height>
79       </size>
80      </property>
81     </spacer>
82    </item>
83    <item row="2" column="1">
84     <layout class="QHBoxLayout">
85      <item>
86       <widget class="QPushButton" name="okPB">
87        <property name="text">
88         <string>&amp;OK</string>
89        </property>
90        <property name="autoDefault">
91         <bool>false</bool>
92        </property>
93        <property name="default">
94         <bool>true</bool>
95        </property>
96       </widget>
97      </item>
98      <item>
99       <widget class="QPushButton" name="applyPB">
100        <property name="text">
101         <string>&amp;Apply</string>
102        </property>
103        <property name="autoDefault">
104         <bool>false</bool>
105        </property>
106       </widget>
107      </item>
108      <item>
109       <widget class="QPushButton" name="closePB">
110        <property name="text">
111         <string>&amp;Close</string>
112        </property>
113        <property name="autoDefault">
114         <bool>false</bool>
115        </property>
116       </widget>
117      </item>
118     </layout>
119    </item>
120   </layout>
121  </widget>
122  <customwidgets>
123   <customwidget>
124    <class>LengthCombo</class>
125    <extends>QComboBox</extends>
126    <header>LengthCombo.h</header>
127   </customwidget>
128  </customwidgets>
129  <tabstops>
130   <tabstop>valueLE</tabstop>
131   <tabstop>okPB</tabstop>
132   <tabstop>applyPB</tabstop>
133   <tabstop>closePB</tabstop>
134  </tabstops>
135  <includes>
136   <include location="local">qt_i18n.h</include>
137  </includes>
138  <resources/>
139  <connections/>
140 </ui>