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