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