]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/RefUi.ui
Automatically set the normal icon size on restart if the the icon set changed.
[lyx.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>435</width>
9     <height>443</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="0" colspan="3" >
26     <layout class="QHBoxLayout" >
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <property name="margin" >
31       <number>0</number>
32      </property>
33      <item>
34       <widget class="QLabel" name="findKeysLA" >
35        <property name="text" >
36         <string>Fil&amp;ter:</string>
37        </property>
38        <property name="alignment" >
39         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
40        </property>
41        <property name="buddy" >
42         <cstring>findLE</cstring>
43        </property>
44       </widget>
45      </item>
46      <item>
47       <widget class="QLineEdit" name="findLE" >
48        <property name="toolTip" >
49         <string>Enter string to filter the label list</string>
50        </property>
51        <property name="text" >
52         <string/>
53        </property>
54       </widget>
55      </item>
56      <item>
57       <widget class="QCheckBox" name="csFindCB" >
58        <property name="toolTip" >
59         <string>Filter case-sensitively</string>
60        </property>
61        <property name="text" >
62         <string>Case-sensiti&amp;ve</string>
63        </property>
64       </widget>
65      </item>
66     </layout>
67    </item>
68    <item row="7" column="0" colspan="3" >
69     <layout class="QHBoxLayout" >
70      <property name="spacing" >
71       <number>6</number>
72      </property>
73      <property name="margin" >
74       <number>0</number>
75      </property>
76      <item>
77       <widget class="QPushButton" name="updatePB" >
78        <property name="sizePolicy" >
79         <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
80          <horstretch>0</horstretch>
81          <verstretch>0</verstretch>
82         </sizepolicy>
83        </property>
84        <property name="toolTip" >
85         <string>Update the label list</string>
86        </property>
87        <property name="text" >
88         <string>&amp;Update</string>
89        </property>
90       </widget>
91      </item>
92      <item>
93       <spacer>
94        <property name="orientation" >
95         <enum>Qt::Horizontal</enum>
96        </property>
97        <property name="sizeType" >
98         <enum>QSizePolicy::Expanding</enum>
99        </property>
100        <property name="sizeHint" stdset="0" >
101         <size>
102          <width>31</width>
103          <height>30</height>
104         </size>
105        </property>
106       </spacer>
107      </item>
108      <item>
109       <widget class="QPushButton" name="okPB" >
110        <property name="text" >
111         <string>&amp;OK</string>
112        </property>
113        <property name="autoDefault" >
114         <bool>true</bool>
115        </property>
116        <property name="default" >
117         <bool>true</bool>
118        </property>
119       </widget>
120      </item>
121      <item>
122       <widget class="QPushButton" name="applyPB" >
123        <property name="text" >
124         <string>&amp;Apply</string>
125        </property>
126        <property name="autoDefault" >
127         <bool>false</bool>
128        </property>
129        <property name="default" >
130         <bool>false</bool>
131        </property>
132       </widget>
133      </item>
134      <item>
135       <widget class="QPushButton" name="closePB" >
136        <property name="text" >
137         <string>&amp;Close</string>
138        </property>
139        <property name="autoDefault" >
140         <bool>false</bool>
141        </property>
142       </widget>
143      </item>
144     </layout>
145    </item>
146    <item row="3" column="0" colspan="3" >
147     <layout class="QHBoxLayout" >
148      <property name="spacing" >
149       <number>6</number>
150      </property>
151      <property name="margin" >
152       <number>0</number>
153      </property>
154      <item>
155       <layout class="QHBoxLayout" >
156        <property name="spacing" >
157         <number>6</number>
158        </property>
159        <property name="margin" >
160         <number>0</number>
161        </property>
162        <item>
163         <widget class="QCheckBox" name="sortCB" >
164          <property name="toolTip" >
165           <string>Sort labels in alphabetical order (case-insensitively unless the Case-sensitive option is checked)</string>
166          </property>
167          <property name="text" >
168           <string>&amp;Sort</string>
169          </property>
170         </widget>
171        </item>
172        <item>
173         <widget class="QCheckBox" name="caseSensitiveCB" >
174          <property name="enabled" >
175           <bool>false</bool>
176          </property>
177          <property name="toolTip" >
178           <string>Sort labels case-sensitively in alphabetical order</string>
179          </property>
180          <property name="text" >
181           <string>Cas&amp;e-sensitive</string>
182          </property>
183         </widget>
184        </item>
185        <item>
186         <widget class="QCheckBox" name="groupCB" >
187          <property name="toolTip" >
188           <string>Group labels by prefix (e.g. "sec:")</string>
189          </property>
190          <property name="text" >
191           <string>Grou&amp;p</string>
192          </property>
193         </widget>
194        </item>
195       </layout>
196      </item>
197      <item>
198       <spacer>
199        <property name="orientation" >
200         <enum>Qt::Horizontal</enum>
201        </property>
202        <property name="sizeHint" stdset="0" >
203         <size>
204          <width>20</width>
205          <height>20</height>
206         </size>
207        </property>
208       </spacer>
209      </item>
210      <item>
211       <widget class="QPushButton" name="gotoPB" >
212        <property name="sizePolicy" >
213         <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
214          <horstretch>0</horstretch>
215          <verstretch>0</verstretch>
216         </sizepolicy>
217        </property>
218        <property name="text" >
219         <string>&amp;Go to Label</string>
220        </property>
221       </widget>
222      </item>
223     </layout>
224    </item>
225    <item row="0" column="0" colspan="2" >
226     <widget class="QLabel" name="refsL" >
227      <property name="text" >
228       <string>La&amp;bels in:</string>
229      </property>
230      <property name="buddy" >
231       <cstring>bufferCO</cstring>
232      </property>
233     </widget>
234    </item>
235    <item row="0" column="2" >
236     <widget class="QComboBox" name="bufferCO" >
237      <property name="sizePolicy" >
238       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
239        <horstretch>0</horstretch>
240        <verstretch>0</verstretch>
241       </sizepolicy>
242      </property>
243     </widget>
244    </item>
245    <item row="6" column="0" >
246     <widget class="QLabel" name="nameL" >
247      <property name="enabled" >
248       <bool>false</bool>
249      </property>
250      <property name="text" >
251       <string>&amp;Name:</string>
252      </property>
253      <property name="alignment" >
254       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
255      </property>
256      <property name="buddy" >
257       <cstring>nameED</cstring>
258      </property>
259     </widget>
260    </item>
261    <item row="6" column="1" colspan="2" >
262     <widget class="QLineEdit" name="nameED" >
263      <property name="enabled" >
264       <bool>false</bool>
265      </property>
266     </widget>
267    </item>
268    <item row="5" column="0" >
269     <widget class="QLabel" name="typeLA" >
270      <property name="text" >
271       <string>&amp;Format:</string>
272      </property>
273      <property name="alignment" >
274       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
275      </property>
276      <property name="buddy" >
277       <cstring>typeLA</cstring>
278      </property>
279     </widget>
280    </item>
281    <item row="5" column="1" colspan="2" >
282     <widget class="QComboBox" name="typeCO" >
283      <property name="sizePolicy" >
284       <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
285        <horstretch>0</horstretch>
286        <verstretch>0</verstretch>
287       </sizepolicy>
288      </property>
289      <property name="toolTip" >
290       <string>Cross-reference as it appears in output</string>
291      </property>
292      <item>
293       <property name="text" >
294        <string>&lt;reference></string>
295       </property>
296      </item>
297      <item>
298       <property name="text" >
299        <string>(&lt;reference>)</string>
300       </property>
301      </item>
302      <item>
303       <property name="text" >
304        <string>&lt;page></string>
305       </property>
306      </item>
307      <item>
308       <property name="text" >
309        <string>on page &lt;page></string>
310       </property>
311      </item>
312      <item>
313       <property name="text" >
314        <string>&lt;reference> on page &lt;page></string>
315       </property>
316      </item>
317      <item>
318       <property name="text" >
319        <string>Formatted reference</string>
320       </property>
321      </item>
322      <item>
323       <property name="text" >
324        <string>Textual reference</string>
325       </property>
326      </item>
327     </widget>
328    </item>
329    <item row="4" column="0" >
330     <widget class="QLabel" name="referenceL" >
331      <property name="text" >
332       <string>&amp;Label:</string>
333      </property>
334      <property name="alignment" >
335       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
336      </property>
337      <property name="buddy" >
338       <cstring>referenceED</cstring>
339      </property>
340     </widget>
341    </item>
342    <item row="4" column="1" colspan="2" >
343     <widget class="QLineEdit" name="referenceED" />
344    </item>
345    <item row="1" column="0" colspan="3" >
346     <widget class="QTreeWidget" name="refsTW" >
347      <column>
348       <property name="text" >
349        <string>1</string>
350       </property>
351      </column>
352     </widget>
353    </item>
354   </layout>
355  </widget>
356  <tabstops>
357   <tabstop>bufferCO</tabstop>
358   <tabstop>sortCB</tabstop>
359   <tabstop>updatePB</tabstop>
360   <tabstop>gotoPB</tabstop>
361   <tabstop>referenceED</tabstop>
362   <tabstop>typeCO</tabstop>
363   <tabstop>nameED</tabstop>
364   <tabstop>okPB</tabstop>
365   <tabstop>applyPB</tabstop>
366   <tabstop>closePB</tabstop>
367  </tabstops>
368  <includes>
369   <include location="local" >qt_i18n.h</include>
370  </includes>
371  <resources/>
372  <connections/>
373 </ui>