]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/OutputUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / OutputUi.ui
1 <ui version="4.0" >
2  <class>OutputUi</class>
3  <widget class="QWidget" name="OutputUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>271</width>
9     <height>295</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</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="0" column="0" >
23     <widget class="QGroupBox" name="outputFormatGB" >
24      <property name="title" >
25       <string>Output Format</string>
26      </property>
27      <property name="flat" >
28       <bool>true</bool>
29      </property>
30      <layout class="QGridLayout" >
31       <property name="margin" >
32        <number>9</number>
33       </property>
34       <property name="spacing" >
35        <number>6</number>
36       </property>
37       <item row="1" column="0" >
38        <layout class="QHBoxLayout" >
39         <property name="margin" >
40          <number>0</number>
41         </property>
42         <property name="spacing" >
43          <number>6</number>
44         </property>
45         <item>
46          <widget class="QLabel" name="defaultFormatLA" >
47           <property name="toolTip" >
48            <string>Specify the default output format (for view/update)</string>
49           </property>
50           <property name="text" >
51            <string>De&amp;fault Output Format:</string>
52           </property>
53           <property name="buddy" >
54            <cstring>defaultFormatCO</cstring>
55           </property>
56          </widget>
57         </item>
58         <item>
59          <widget class="QComboBox" name="defaultFormatCO" >
60           <property name="toolTip" >
61            <string>Specify the default output format (for view/update)</string>
62           </property>
63          </widget>
64         </item>
65        </layout>
66       </item>
67       <item row="0" column="0" >
68        <widget class="QCheckBox" name="xetexCB" >
69         <property name="toolTip" >
70          <string>Use the XeTeX processing engine</string>
71         </property>
72         <property name="text" >
73          <string>Use &amp;XeTeX</string>
74         </property>
75        </widget>
76       </item>
77      </layout>
78     </widget>
79    </item>
80    <item row="1" column="0" >
81     <spacer>
82      <property name="orientation" >
83       <enum>Qt::Vertical</enum>
84      </property>
85      <property name="sizeHint" >
86       <size>
87        <width>20</width>
88        <height>20</height>
89       </size>
90      </property>
91     </spacer>
92    </item>
93   </layout>
94  </widget>
95  <includes>
96   <include location="local" >qt_i18n.h</include>
97  </includes>
98  <resources/>
99  <connections/>
100 </ui>