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