]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ViewSourceUi.ui
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / ui / ViewSourceUi.ui
1 <ui version="4.0">
2  <class>ViewSourceUi</class>
3  <widget class="QWidget" name="ViewSourceUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>452</width>
9     <height>120</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">
17     <widget class="QTextEdit" name="viewSourceTV">
18      <property name="sizePolicy">
19       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Ignored">
20        <horstretch>0</horstretch>
21        <verstretch>0</verstretch>
22       </sizepolicy>
23      </property>
24      <property name="whatsThis">
25       <string/>
26      </property>
27     </widget>
28    </item>
29    <item row="0" column="1">
30     <layout class="QGridLayout" name="gridLayout">
31      <item row="0" column="0">
32       <widget class="QLabel" name="outputFormatLA">
33        <property name="text">
34         <string>&amp;Output Format:</string>
35        </property>
36        <property name="buddy">
37         <cstring>outputFormatCO</cstring>
38        </property>
39       </widget>
40      </item>
41      <item row="0" column="1">
42       <widget class="QComboBox" name="outputFormatCO">
43        <property name="toolTip">
44         <string>Select the output format</string>
45        </property>
46       </widget>
47      </item>
48      <item row="1" column="0" colspan="2">
49       <widget class="QCheckBox" name="viewFullSourceCB">
50        <property name="cursor">
51         <cursorShape>ArrowCursor</cursorShape>
52        </property>
53        <property name="text">
54         <string>Complete source</string>
55        </property>
56       </widget>
57      </item>
58      <item row="2" column="0" colspan="2">
59       <widget class="QCheckBox" name="autoUpdateCB">
60        <property name="text">
61         <string>Automatic update</string>
62        </property>
63        <property name="checked">
64         <bool>true</bool>
65        </property>
66       </widget>
67      </item>
68      <item row="3" column="0" colspan="2">
69       <widget class="QPushButton" name="updatePB">
70        <property name="enabled">
71         <bool>false</bool>
72        </property>
73        <property name="text">
74         <string>&amp;Update</string>
75        </property>
76       </widget>
77      </item>
78      <item row="4" column="0">
79       <spacer>
80        <property name="orientation">
81         <enum>Qt::Vertical</enum>
82        </property>
83        <property name="sizeHint" stdset="0">
84         <size>
85          <width>20</width>
86          <height>17</height>
87         </size>
88        </property>
89       </spacer>
90      </item>
91     </layout>
92    </item>
93   </layout>
94  </widget>
95  <tabstops>
96   <tabstop>viewSourceTV</tabstop>
97   <tabstop>viewFullSourceCB</tabstop>
98   <tabstop>autoUpdateCB</tabstop>
99   <tabstop>updatePB</tabstop>
100  </tabstops>
101  <includes>
102   <include location="local">qt_i18n.h</include>
103  </includes>
104  <resources/>
105  <connections/>
106 </ui>