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