]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/RefUi.ui
Case-insensitive reference sorting.
[features.git] / src / frontends / qt4 / ui / RefUi.ui
1 <ui version="4.0" >
2  <class>RefUi</class>
3  <widget class="QDialog" name="RefUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>386</width>
9     <height>423</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    <item row="0" column="0" colspan="2" >
20     <widget class="QLabel" name="refsL" >
21      <property name="text" >
22       <string>La&amp;bels in:</string>
23      </property>
24      <property name="buddy" >
25       <cstring>bufferCO</cstring>
26      </property>
27     </widget>
28    </item>
29    <item row="0" column="2" >
30     <widget class="QComboBox" name="bufferCO" >
31      <property name="sizePolicy" >
32       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
33        <horstretch>0</horstretch>
34        <verstretch>0</verstretch>
35       </sizepolicy>
36      </property>
37     </widget>
38    </item>
39    <item row="1" column="0" colspan="3" >
40     <widget class="QListWidget" name="refsLW" />
41    </item>
42    <item row="2" column="0" colspan="3" >
43     <layout class="QHBoxLayout" >
44      <item>
45       <layout class="QHBoxLayout" >
46        <item>
47         <widget class="QCheckBox" name="sortCB" >
48          <property name="toolTip" >
49           <string>Sort labels in alphabetical order (case-insensitively unless the Case-sensitive option is checked)</string>
50          </property>
51          <property name="text" >
52           <string>&amp;Sort</string>
53          </property>
54         </widget>
55        </item>
56        <item>
57         <widget class="QCheckBox" name="caseSensitiveCB" >
58          <property name="enabled" >
59           <bool>false</bool>
60          </property>
61          <property name="toolTip" >
62           <string>Sort labels case-sensitively in alphabetical order</string>
63          </property>
64          <property name="text" >
65           <string>Cas&amp;e-sensitive</string>
66          </property>
67         </widget>
68        </item>
69       </layout>
70      </item>
71      <item>
72       <layout class="QHBoxLayout" >
73        <item>
74         <widget class="QPushButton" name="updatePB" >
75          <property name="sizePolicy" >
76           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
77            <horstretch>0</horstretch>
78            <verstretch>0</verstretch>
79           </sizepolicy>
80          </property>
81          <property name="toolTip" >
82           <string>Update the label list</string>
83          </property>
84          <property name="text" >
85           <string>&amp;Update</string>
86          </property>
87         </widget>
88        </item>
89        <item>
90         <widget class="QPushButton" name="gotoPB" >
91          <property name="sizePolicy" >
92           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
93            <horstretch>0</horstretch>
94            <verstretch>0</verstretch>
95           </sizepolicy>
96          </property>
97          <property name="toolTip" >
98           <string>Jump to the label</string>
99          </property>
100          <property name="text" >
101           <string>&amp;Go to Label</string>
102          </property>
103         </widget>
104        </item>
105       </layout>
106      </item>
107     </layout>
108    </item>
109    <item row="3" column="0" >
110     <widget class="QLabel" name="referenceL" >
111      <property name="text" >
112       <string>&amp;Label:</string>
113      </property>
114      <property name="alignment" >
115       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
116      </property>
117      <property name="buddy" >
118       <cstring>referenceED</cstring>
119      </property>
120     </widget>
121    </item>
122    <item row="3" column="1" colspan="2" >
123     <widget class="QLineEdit" name="referenceED" />
124    </item>
125    <item row="4" column="0" >
126     <widget class="QLabel" name="typeLA" >
127      <property name="text" >
128       <string>&amp;Format:</string>
129      </property>
130      <property name="alignment" >
131       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
132      </property>
133      <property name="buddy" >
134       <cstring>typeLA</cstring>
135      </property>
136     </widget>
137    </item>
138    <item row="4" column="1" colspan="2" >
139     <widget class="QComboBox" name="typeCO" >
140      <property name="sizePolicy" >
141       <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
142        <horstretch>0</horstretch>
143        <verstretch>0</verstretch>
144       </sizepolicy>
145      </property>
146      <property name="toolTip" >
147       <string>Cross-reference as it appears in output</string>
148      </property>
149      <item>
150       <property name="text" >
151        <string>&lt;reference></string>
152       </property>
153      </item>
154      <item>
155       <property name="text" >
156        <string>(&lt;reference>)</string>
157       </property>
158      </item>
159      <item>
160       <property name="text" >
161        <string>&lt;page></string>
162       </property>
163      </item>
164      <item>
165       <property name="text" >
166        <string>on page &lt;page></string>
167       </property>
168      </item>
169      <item>
170       <property name="text" >
171        <string>&lt;reference> on page &lt;page></string>
172       </property>
173      </item>
174      <item>
175       <property name="text" >
176        <string>Formatted reference</string>
177       </property>
178      </item>
179     </widget>
180    </item>
181    <item row="5" column="0" >
182     <widget class="QLabel" name="nameL" >
183      <property name="enabled" >
184       <bool>false</bool>
185      </property>
186      <property name="text" >
187       <string>&amp;Name:</string>
188      </property>
189      <property name="alignment" >
190       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
191      </property>
192      <property name="buddy" >
193       <cstring>nameED</cstring>
194      </property>
195     </widget>
196    </item>
197    <item row="5" column="1" colspan="2" >
198     <widget class="QLineEdit" name="nameED" >
199      <property name="enabled" >
200       <bool>false</bool>
201      </property>
202     </widget>
203    </item>
204    <item row="6" column="0" colspan="3" >
205     <layout class="QHBoxLayout" >
206      <property name="spacing" >
207       <number>6</number>
208      </property>
209      <property name="margin" >
210       <number>0</number>
211      </property>
212      <item>
213       <spacer>
214        <property name="orientation" >
215         <enum>Qt::Horizontal</enum>
216        </property>
217        <property name="sizeType" >
218         <enum>QSizePolicy::Expanding</enum>
219        </property>
220        <property name="sizeHint" stdset="0" >
221         <size>
222          <width>20</width>
223          <height>20</height>
224         </size>
225        </property>
226       </spacer>
227      </item>
228      <item>
229       <widget class="QPushButton" name="okPB" >
230        <property name="text" >
231         <string>&amp;OK</string>
232        </property>
233        <property name="default" >
234         <bool>true</bool>
235        </property>
236       </widget>
237      </item>
238      <item>
239       <widget class="QPushButton" name="applyPB" >
240        <property name="text" >
241         <string>&amp;Apply</string>
242        </property>
243        <property name="default" >
244         <bool>true</bool>
245        </property>
246       </widget>
247      </item>
248      <item>
249       <widget class="QPushButton" name="closePB" >
250        <property name="text" >
251         <string>&amp;Close</string>
252        </property>
253       </widget>
254      </item>
255     </layout>
256    </item>
257   </layout>
258  </widget>
259  <tabstops>
260   <tabstop>bufferCO</tabstop>
261   <tabstop>refsLW</tabstop>
262   <tabstop>sortCB</tabstop>
263   <tabstop>updatePB</tabstop>
264   <tabstop>gotoPB</tabstop>
265   <tabstop>referenceED</tabstop>
266   <tabstop>typeCO</tabstop>
267   <tabstop>nameED</tabstop>
268   <tabstop>okPB</tabstop>
269   <tabstop>applyPB</tabstop>
270   <tabstop>closePB</tabstop>
271  </tabstops>
272  <includes>
273   <include location="local" >qt_i18n.h</include>
274  </includes>
275  <resources/>
276  <connections/>
277 </ui>