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