]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/LaTeXUi.ui
* fix spelling in comments to please John.
[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>319</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout">
16    <item row="0" column="0" colspan="3">
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="3">
55     <widget class="QGroupBox" name="optionsGB">
56      <property name="title">
57       <string>Class options</string>
58      </property>
59      <layout class="QGridLayout">
60       <property name="margin">
61        <number>9</number>
62       </property>
63       <property name="spacing">
64        <number>6</number>
65       </property>
66       <item row="0" column="1" rowspan="2">
67        <layout class="QVBoxLayout">
68         <property name="spacing">
69          <number>6</number>
70         </property>
71         <property name="margin">
72          <number>0</number>
73         </property>
74         <item>
75          <widget class="QLineEdit" name="defaultOptionsLE">
76           <property name="toolTip">
77            <string>The options that are predefined in the layout file. Click to the left to select/deselect.</string>
78           </property>
79           <property name="readOnly">
80            <bool>true</bool>
81           </property>
82          </widget>
83         </item>
84         <item>
85          <widget class="QLineEdit" name="optionsLE"/>
86         </item>
87        </layout>
88       </item>
89       <item row="0" column="0">
90        <widget class="QCheckBox" name="defaultOptionsCB">
91         <property name="toolTip">
92          <string>Enable to use the options that are predefined in the layout file</string>
93         </property>
94         <property name="text">
95          <string>P&amp;redefined:</string>
96         </property>
97        </widget>
98       </item>
99       <item row="1" column="0">
100        <widget class="QLabel" name="optionsL">
101         <property name="text">
102          <string>Cust&amp;om:</string>
103         </property>
104         <property name="buddy">
105          <cstring>optionsLE</cstring>
106         </property>
107        </widget>
108       </item>
109      </layout>
110     </widget>
111    </item>
112    <item row="2" column="0">
113     <widget class="QLabel" name="psdriverL">
114      <property name="text">
115       <string>&amp;Graphics driver:</string>
116      </property>
117      <property name="buddy">
118       <cstring>psdriverCO</cstring>
119      </property>
120     </widget>
121    </item>
122    <item row="2" column="2">
123     <widget class="QComboBox" name="psdriverCO">
124      <property name="duplicatesEnabled">
125       <bool>false</bool>
126      </property>
127     </widget>
128    </item>
129    <item row="2" column="3">
130     <spacer name="horizontalSpacer_1">
131      <property name="orientation">
132       <enum>Qt::Horizontal</enum>
133      </property>
134      <property name="sizeHint" stdset="0">
135       <size>
136        <width>261</width>
137        <height>22</height>
138       </size>
139      </property>
140     </spacer>
141    </item>
142    <item row="3" column="0" colspan="4">
143     <widget class="QGroupBox" name="childDocGB">
144      <property name="toolTip">
145       <string>Select if the current document is included to a master file</string>
146      </property>
147      <property name="statusTip">
148       <string/>
149      </property>
150      <property name="title">
151       <string>Select de&amp;fault master document</string>
152      </property>
153      <property name="checkable">
154       <bool>true</bool>
155      </property>
156      <layout class="QGridLayout">
157       <property name="margin">
158        <number>9</number>
159       </property>
160       <property name="spacing">
161        <number>6</number>
162       </property>
163       <item row="0" column="0">
164        <widget class="QLabel" name="childDocLA">
165         <property name="text">
166          <string>&amp;Master:</string>
167         </property>
168         <property name="buddy">
169          <cstring>childDocLE</cstring>
170         </property>
171        </widget>
172       </item>
173       <item row="0" column="2">
174        <widget class="QPushButton" name="childDocPB">
175         <property name="text">
176          <string>&amp;Browse...</string>
177         </property>
178        </widget>
179       </item>
180       <item row="0" column="1">
181        <widget class="QLineEdit" name="childDocLE">
182         <property name="toolTip">
183          <string>Enter the name of the default master document</string>
184         </property>
185        </widget>
186       </item>
187      </layout>
188     </widget>
189    </item>
190    <item row="4" column="0" colspan="4">
191     <widget class="QCheckBox" name="suppressDateCB">
192      <property name="enabled">
193       <bool>true</bool>
194      </property>
195      <property name="sizePolicy">
196       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
197        <horstretch>0</horstretch>
198        <verstretch>0</verstretch>
199       </sizepolicy>
200      </property>
201      <property name="text">
202       <string>Suppress default date on front page</string>
203      </property>
204     </widget>
205    </item>
206    <item row="5" column="1">
207     <spacer name="verticalSpacer">
208      <property name="orientation">
209       <enum>Qt::Vertical</enum>
210      </property>
211      <property name="sizeHint" stdset="0">
212       <size>
213        <width>20</width>
214        <height>2</height>
215       </size>
216      </property>
217     </spacer>
218    </item>
219   </layout>
220  </widget>
221  <tabstops>
222   <tabstop>classCO</tabstop>
223   <tabstop>optionsLE</tabstop>
224   <tabstop>psdriverCO</tabstop>
225  </tabstops>
226  <includes>
227   <include location="local">qt_i18n.h</include>
228  </includes>
229  <resources/>
230  <connections>
231   <connection>
232    <sender>defaultOptionsCB</sender>
233    <signal>toggled(bool)</signal>
234    <receiver>defaultOptionsLE</receiver>
235    <slot>setEnabled(bool)</slot>
236    <hints>
237     <hint type="sourcelabel">
238      <x>63</x>
239      <y>79</y>
240     </hint>
241     <hint type="destinationlabel">
242      <x>237</x>
243      <y>82</y>
244     </hint>
245    </hints>
246   </connection>
247  </connections>
248 </ui>