]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/RefUi.ui
support to indent formulas
[lyx.git] / src / frontends / qt4 / ui / RefUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>RefUi</class>
4  <widget class="QDialog" name="RefUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>435</width>
10     <height>539</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_2">
20    <item row="2" column="0">
21     <widget class="QTreeWidget" name="refsTW">
22      <column>
23       <property name="text">
24        <string>1</string>
25       </property>
26      </column>
27     </widget>
28    </item>
29    <item row="7" column="0">
30     <layout class="QHBoxLayout" name="horizontalLayout_4">
31      <item>
32       <widget class="QLabel" name="nameL">
33        <property name="enabled">
34         <bool>false</bool>
35        </property>
36        <property name="text">
37         <string>&amp;Name:</string>
38        </property>
39        <property name="alignment">
40         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
41        </property>
42        <property name="buddy">
43         <cstring>nameED</cstring>
44        </property>
45       </widget>
46      </item>
47      <item>
48       <widget class="QLineEdit" name="nameED">
49        <property name="enabled">
50         <bool>false</bool>
51        </property>
52       </widget>
53      </item>
54     </layout>
55    </item>
56    <item row="0" column="0">
57     <layout class="QGridLayout" name="gridLayout">
58      <item row="0" column="0">
59       <layout class="QVBoxLayout" name="verticalLayout">
60        <item>
61         <widget class="QLabel" name="findKeysLA">
62          <property name="text">
63           <string>&amp;Filter:</string>
64          </property>
65          <property name="alignment">
66           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
67          </property>
68         </widget>
69        </item>
70        <item>
71         <widget class="QLabel" name="refsL">
72          <property name="text">
73           <string>&amp;In[[buffer]]:</string>
74          </property>
75          <property name="buddy">
76           <cstring>bufferCO</cstring>
77          </property>
78         </widget>
79        </item>
80       </layout>
81      </item>
82      <item row="0" column="1">
83       <layout class="QVBoxLayout" name="verticalLayout_2">
84        <item>
85         <layout class="QHBoxLayout" name="horizontalLayout">
86          <item>
87           <layout class="QHBoxLayout" name="filterBarL"/>
88          </item>
89          <item>
90           <widget class="QCheckBox" name="csFindCB">
91            <property name="toolTip">
92             <string>Filter case-sensitively</string>
93            </property>
94            <property name="text">
95             <string>Case Sensiti&amp;ve</string>
96            </property>
97           </widget>
98          </item>
99         </layout>
100        </item>
101        <item>
102         <widget class="QComboBox" name="bufferCO">
103          <property name="sizePolicy">
104           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
105            <horstretch>0</horstretch>
106            <verstretch>0</verstretch>
107           </sizepolicy>
108          </property>
109          <property name="toolTip">
110           <string>The (sub-)document from which the available labels are displayed</string>
111          </property>
112         </widget>
113        </item>
114       </layout>
115      </item>
116     </layout>
117    </item>
118    <item row="3" column="0">
119     <layout class="QHBoxLayout">
120      <property name="spacing">
121       <number>6</number>
122      </property>
123      <property name="leftMargin">
124       <number>0</number>
125      </property>
126      <property name="topMargin">
127       <number>0</number>
128      </property>
129      <property name="rightMargin">
130       <number>0</number>
131      </property>
132      <property name="bottomMargin">
133       <number>0</number>
134      </property>
135      <item>
136       <widget class="QLabel" name="SortLA">
137        <property name="text">
138         <string>So&amp;rt:</string>
139        </property>
140        <property name="buddy">
141         <cstring>sortingCO</cstring>
142        </property>
143       </widget>
144      </item>
145      <item>
146       <widget class="QComboBox" name="sortingCO">
147        <property name="toolTip">
148         <string>Sorting of the list of available labels</string>
149        </property>
150       </widget>
151      </item>
152      <item>
153       <widget class="QCheckBox" name="groupCB">
154        <property name="toolTip">
155         <string>Group the list of available labels by prefix (e.g. &quot;sec:&quot;)</string>
156        </property>
157        <property name="text">
158         <string>Grou&amp;p</string>
159        </property>
160       </widget>
161      </item>
162      <item>
163       <spacer name="horizontalSpacer">
164        <property name="orientation">
165         <enum>Qt::Horizontal</enum>
166        </property>
167        <property name="sizeHint" stdset="0">
168         <size>
169          <width>40</width>
170          <height>20</height>
171         </size>
172        </property>
173       </spacer>
174      </item>
175     </layout>
176    </item>
177    <item row="1" column="0">
178     <widget class="QLabel" name="label">
179      <property name="text">
180       <string>Available &amp;Labels:</string>
181      </property>
182      <property name="buddy">
183       <cstring>refsTW</cstring>
184      </property>
185     </widget>
186    </item>
187    <item row="4" column="0">
188     <layout class="QHBoxLayout" name="horizontalLayout_2">
189      <item>
190       <widget class="QLabel" name="referenceL">
191        <property name="text">
192         <string>Sele&amp;cted Label:</string>
193        </property>
194        <property name="alignment">
195         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
196        </property>
197        <property name="buddy">
198         <cstring>referenceED</cstring>
199        </property>
200       </widget>
201      </item>
202      <item>
203       <widget class="QLineEdit" name="referenceED">
204        <property name="toolTip">
205         <string>Select a label from the list above or enter a label manually</string>
206        </property>
207       </widget>
208      </item>
209      <item>
210       <widget class="QPushButton" name="gotoPB">
211        <property name="sizePolicy">
212         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
213          <horstretch>0</horstretch>
214          <verstretch>0</verstretch>
215         </sizepolicy>
216        </property>
217        <property name="toolTip">
218         <string>Jump to the selected label</string>
219        </property>
220        <property name="text">
221         <string>&amp;Go to Label</string>
222        </property>
223       </widget>
224      </item>
225     </layout>
226    </item>
227    <item row="5" column="0">
228     <layout class="QHBoxLayout" name="horizontalLayout_3">
229      <item>
230       <widget class="QLabel" name="typeLA">
231        <property name="text">
232         <string>Reference For&amp;mat:</string>
233        </property>
234        <property name="alignment">
235         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
236        </property>
237        <property name="buddy">
238         <cstring>typeCO</cstring>
239        </property>
240       </widget>
241      </item>
242      <item>
243       <widget class="QComboBox" name="typeCO">
244        <property name="sizePolicy">
245         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
246          <horstretch>0</horstretch>
247          <verstretch>0</verstretch>
248         </sizepolicy>
249        </property>
250        <property name="toolTip">
251         <string>Adjust the style of the cross-reference</string>
252        </property>
253        <item>
254         <property name="text">
255          <string>&lt;reference&gt;</string>
256         </property>
257        </item>
258        <item>
259         <property name="text">
260          <string>(&lt;reference&gt;)</string>
261         </property>
262        </item>
263        <item>
264         <property name="text">
265          <string>&lt;page&gt;</string>
266         </property>
267        </item>
268        <item>
269         <property name="text">
270          <string>on page &lt;page&gt;</string>
271         </property>
272        </item>
273        <item>
274         <property name="text">
275          <string>&lt;reference&gt; on page &lt;page&gt;</string>
276         </property>
277        </item>
278        <item>
279         <property name="text">
280          <string>Formatted reference</string>
281         </property>
282        </item>
283        <item>
284         <property name="text">
285          <string>Textual reference</string>
286         </property>
287        </item>
288        <item>
289         <property name="text">
290          <string>Label only</string>
291         </property>
292        </item>
293       </widget>
294      </item>
295     </layout>
296    </item>
297    <item row="8" column="0">
298     <layout class="QHBoxLayout">
299      <property name="spacing">
300       <number>6</number>
301      </property>
302      <property name="leftMargin">
303       <number>0</number>
304      </property>
305      <property name="topMargin">
306       <number>0</number>
307      </property>
308      <property name="rightMargin">
309       <number>0</number>
310      </property>
311      <property name="bottomMargin">
312       <number>0</number>
313      </property>
314      <item>
315       <widget class="QPushButton" name="updatePB">
316        <property name="sizePolicy">
317         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
318          <horstretch>0</horstretch>
319          <verstretch>0</verstretch>
320         </sizepolicy>
321        </property>
322        <property name="toolTip">
323         <string>Update the label list</string>
324        </property>
325        <property name="text">
326         <string>&amp;Update</string>
327        </property>
328       </widget>
329      </item>
330      <item>
331       <spacer>
332        <property name="orientation">
333         <enum>Qt::Horizontal</enum>
334        </property>
335        <property name="sizeType">
336         <enum>QSizePolicy::Expanding</enum>
337        </property>
338        <property name="sizeHint" stdset="0">
339         <size>
340          <width>31</width>
341          <height>30</height>
342         </size>
343        </property>
344       </spacer>
345      </item>
346      <item>
347       <widget class="QPushButton" name="okPB">
348        <property name="text">
349         <string>&amp;OK</string>
350        </property>
351        <property name="autoDefault">
352         <bool>true</bool>
353        </property>
354        <property name="default">
355         <bool>true</bool>
356        </property>
357       </widget>
358      </item>
359      <item>
360       <widget class="QPushButton" name="applyPB">
361        <property name="text">
362         <string>&amp;Apply</string>
363        </property>
364        <property name="autoDefault">
365         <bool>false</bool>
366        </property>
367        <property name="default">
368         <bool>false</bool>
369        </property>
370       </widget>
371      </item>
372      <item>
373       <widget class="QPushButton" name="closePB">
374        <property name="text">
375         <string>&amp;Close</string>
376        </property>
377        <property name="autoDefault">
378         <bool>false</bool>
379        </property>
380       </widget>
381      </item>
382     </layout>
383    </item>
384    <item row="6" column="0">
385     <layout class="QHBoxLayout" name="horizontalLayout9">
386      <item>
387       <widget class="QCheckBox" name="pluralCB">
388         <property name="toolTip">
389           <string>Use plural form of formatted reference. (Works only for formatted references, and only if you are using refstyle.)</string>
390        </property>
391        <property name="text">
392         <string>Plural</string>
393        </property>
394       </widget>
395      </item>
396      <item>
397       <widget class="QCheckBox" name="capsCB">
398        <property name="toolTip">
399         <string>Use capitalized form of formatted reference. (Works only for formatted references, and only if you are using refstyle.)</string>
400        </property>
401        <property name="text">
402         <string>Capitalized</string>
403        </property>
404       </widget>
405      </item>
406      <item>
407       <widget class="QCheckBox" name="noprefixCB">
408        <property name="toolTip">
409         <string>Do not output part of label before &quot;:&quot;</string>
410        </property>
411        <property name="text">
412         <string>No Prefix</string>
413        </property>
414       </widget>
415      </item>
416     </layout>
417    </item>
418   </layout>
419  </widget>
420  <tabstops>
421   <tabstop>refsTW</tabstop>
422   <tabstop>csFindCB</tabstop>
423   <tabstop>groupCB</tabstop>
424   <tabstop>referenceED</tabstop>
425   <tabstop>typeCO</tabstop>
426   <tabstop>nameED</tabstop>
427   <tabstop>updatePB</tabstop>
428   <tabstop>okPB</tabstop>
429   <tabstop>applyPB</tabstop>
430   <tabstop>closePB</tabstop>
431  </tabstops>
432  <includes>
433   <include location="local">qt_i18n.h</include>
434  </includes>
435  <resources/>
436  <connections/>
437 </ui>