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