]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/LaTeXUi.ui
Label only command for reference dialog.
[lyx.git] / src / frontends / qt4 / ui / LaTeXUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LaTeXUi</class>
4  <widget class="QWidget" name="LaTeXUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>341</width>
10     <height>442</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_2">
17    <item row="0" column="0" colspan="4">
18     <widget class="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>Document &amp;Class</string>
21      </property>
22      <layout class="QGridLayout">
23       <property name="margin">
24        <number>9</number>
25       </property>
26       <property name="spacing">
27        <number>6</number>
28       </property>
29       <item row="0" column="0">
30        <widget class="lyx::frontend::CategorizedCombo" name="classCO">
31         <property name="maxVisibleItems">
32          <number>20</number>
33         </property>
34        </widget>
35       </item>
36       <item row="0" column="1">
37        <widget class="QPushButton" name="layoutPB">
38         <property name="sizePolicy">
39          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
40           <horstretch>0</horstretch>
41           <verstretch>0</verstretch>
42          </sizepolicy>
43         </property>
44         <property name="toolTip">
45          <string>Click to select a local document class definition file</string>
46         </property>
47         <property name="text">
48          <string>&amp;Local Layout...</string>
49         </property>
50        </widget>
51       </item>
52      </layout>
53     </widget>
54    </item>
55    <item row="1" column="0" colspan="4">
56     <widget class="QGroupBox" name="optionsGB">
57      <property name="title">
58       <string>Class Options</string>
59      </property>
60      <layout class="QGridLayout" name="gridLayout_1">
61       <item row="0" column="0">
62        <widget class="QCheckBox" name="defaultOptionsCB">
63         <property name="toolTip">
64          <string>Enable to use the options that are predefined in the layout file</string>
65         </property>
66         <property name="text">
67          <string>&amp;Predefined:</string>
68         </property>
69        </widget>
70       </item>
71       <item row="0" column="1">
72        <widget class="QLineEdit" name="defaultOptionsLE">
73         <property name="toolTip">
74          <string>The options that are predefined in the layout file. Click to the left to select/deselect.</string>
75         </property>
76         <property name="readOnly">
77          <bool>true</bool>
78         </property>
79        </widget>
80       </item>
81       <item row="1" column="0">
82        <widget class="QLabel" name="optionsL">
83         <property name="text">
84          <string>Cus&amp;tom:</string>
85         </property>
86         <property name="buddy">
87          <cstring>optionsLE</cstring>
88         </property>
89        </widget>
90       </item>
91       <item row="1" column="1">
92        <widget class="QLineEdit" name="optionsLE"/>
93       </item>
94      </layout>
95     </widget>
96    </item>
97    <item row="2" column="0">
98     <widget class="QLabel" name="psdriverL">
99      <property name="text">
100       <string>&amp;Graphics driver:</string>
101      </property>
102      <property name="buddy">
103       <cstring>psdriverCO</cstring>
104      </property>
105     </widget>
106    </item>
107    <item row="2" column="2">
108     <widget class="QComboBox" name="psdriverCO">
109      <property name="duplicatesEnabled">
110       <bool>false</bool>
111      </property>
112     </widget>
113    </item>
114    <item row="2" column="3">
115     <spacer name="horizontalSpacer_1">
116      <property name="orientation">
117       <enum>Qt::Horizontal</enum>
118      </property>
119      <property name="sizeHint" stdset="0">
120       <size>
121        <width>261</width>
122        <height>22</height>
123       </size>
124      </property>
125     </spacer>
126    </item>
127    <item row="3" column="0" colspan="4">
128     <widget class="QGroupBox" name="childDocGB">
129      <property name="toolTip">
130       <string>Select if the current document is included to a master file</string>
131      </property>
132      <property name="statusTip">
133       <string/>
134      </property>
135      <property name="title">
136       <string>Select de&amp;fault master document</string>
137      </property>
138      <property name="checkable">
139       <bool>true</bool>
140      </property>
141      <layout class="QGridLayout">
142       <property name="margin">
143        <number>9</number>
144       </property>
145       <property name="spacing">
146        <number>6</number>
147       </property>
148       <item row="0" column="0">
149        <widget class="QLabel" name="childDocLA">
150         <property name="text">
151          <string>&amp;Master:</string>
152         </property>
153         <property name="buddy">
154          <cstring>childDocLE</cstring>
155         </property>
156        </widget>
157       </item>
158       <item row="0" column="2">
159        <widget class="QPushButton" name="childDocPB">
160         <property name="text">
161          <string>&amp;Browse...</string>
162         </property>
163        </widget>
164       </item>
165       <item row="0" column="1">
166        <widget class="QLineEdit" name="childDocLE">
167         <property name="toolTip">
168          <string>Enter the name of the default master document</string>
169         </property>
170        </widget>
171       </item>
172      </layout>
173     </widget>
174    </item>
175    <item row="4" column="0" colspan="4">
176     <widget class="QCheckBox" name="suppressDateCB">
177      <property name="enabled">
178       <bool>true</bool>
179      </property>
180      <property name="sizePolicy">
181       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
182        <horstretch>0</horstretch>
183        <verstretch>0</verstretch>
184       </sizepolicy>
185      </property>
186      <property name="text">
187       <string>&amp;Suppress default date on front page</string>
188      </property>
189     </widget>
190    </item>
191    <item row="6" column="1">
192     <spacer name="verticalSpacer">
193      <property name="orientation">
194       <enum>Qt::Vertical</enum>
195      </property>
196      <property name="sizeHint" stdset="0">
197       <size>
198        <width>20</width>
199        <height>2</height>
200       </size>
201      </property>
202     </spacer>
203    </item>
204    <item row="5" column="0" colspan="4">
205     <widget class="QCheckBox" name="refstyleCB">
206      <property name="text">
207       <string>&amp;Use refstyle (not prettyref) for cross-references</string>
208      </property>
209     </widget>
210    </item>
211   </layout>
212  </widget>
213  <customwidgets>
214   <customwidget>
215    <class>lyx::frontend::CategorizedCombo</class>
216    <extends>QComboBox</extends>
217    <header>CategorizedCombo.h</header>
218   </customwidget>
219  </customwidgets>
220  <tabstops>
221   <tabstop>classCO</tabstop>
222   <tabstop>layoutPB</tabstop>
223   <tabstop>defaultOptionsCB</tabstop>
224   <tabstop>defaultOptionsLE</tabstop>
225   <tabstop>optionsLE</tabstop>
226   <tabstop>psdriverCO</tabstop>
227   <tabstop>childDocGB</tabstop>
228   <tabstop>childDocLE</tabstop>
229   <tabstop>childDocPB</tabstop>
230   <tabstop>suppressDateCB</tabstop>
231   <tabstop>refstyleCB</tabstop>
232  </tabstops>
233  <includes>
234   <include location="local">qt_i18n.h</include>
235  </includes>
236  <resources/>
237  <connections>
238   <connection>
239    <sender>defaultOptionsCB</sender>
240    <signal>toggled(bool)</signal>
241    <receiver>defaultOptionsLE</receiver>
242    <slot>setEnabled(bool)</slot>
243    <hints>
244     <hint type="sourcelabel">
245      <x>63</x>
246      <y>79</y>
247     </hint>
248     <hint type="destinationlabel">
249      <x>237</x>
250      <y>82</y>
251     </hint>
252    </hints>
253   </connection>
254   <connection>
255    <sender>groupBox</sender>
256    <signal>clicked()</signal>
257    <receiver>classCO</receiver>
258    <slot>setFocus()</slot>
259    <hints>
260     <hint type="sourcelabel">
261      <x>160</x>
262      <y>33</y>
263     </hint>
264     <hint type="destinationlabel">
265      <x>160</x>
266      <y>47</y>
267     </hint>
268    </hints>
269   </connection>
270  </connections>
271 </ui>