]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/ViewSourceUi.ui
ViewSourceUi.ui layout was broken
[features.git] / src / frontends / qt4 / ui / ViewSourceUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ViewSourceUi</class>
4  <widget class="QWidget" name="ViewSourceUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>430</width>
10     <height>131</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string/>
21   </property>
22   <layout class="QGridLayout" name="gridLayout" columnstretch="1,0">
23    <property name="leftMargin">
24     <number>9</number>
25    </property>
26    <property name="topMargin">
27     <number>3</number>
28    </property>
29    <property name="bottomMargin">
30     <number>3</number>
31    </property>
32    <item row="0" column="0">
33     <widget class="QTextEdit" name="viewSourceTV">
34      <property name="sizePolicy">
35       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Ignored">
36        <horstretch>0</horstretch>
37        <verstretch>0</verstretch>
38       </sizepolicy>
39      </property>
40      <property name="whatsThis">
41       <string/>
42      </property>
43     </widget>
44    </item>
45    <item row="0" column="1">
46     <layout class="QFormLayout" name="formLayout">
47      <property name="sizeConstraint">
48       <enum>QLayout::SetDefaultConstraint</enum>
49      </property>
50      <property name="fieldGrowthPolicy">
51       <enum>QFormLayout::ExpandingFieldsGrow</enum>
52      </property>
53      <property name="labelAlignment">
54       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
55      </property>
56      <property name="horizontalSpacing">
57       <number>-1</number>
58      </property>
59      <property name="verticalSpacing">
60       <number>2</number>
61      </property>
62      <item row="0" column="0">
63       <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1">
64        <property name="spacing">
65         <number>3</number>
66        </property>
67        <property name="sizeConstraint">
68         <enum>QLayout::SetMinAndMaxSize</enum>
69        </property>
70        <property name="bottomMargin">
71         <number>3</number>
72        </property>
73        <item>
74         <widget class="QLabel" name="outputFormatLA">
75          <property name="text">
76           <string>F&amp;ormat:</string>
77          </property>
78          <property name="buddy">
79           <cstring>outputFormatCO</cstring>
80          </property>
81         </widget>
82        </item>
83        <item>
84         <widget class="QComboBox" name="outputFormatCO">
85          <property name="enabled">
86           <bool>true</bool>
87          </property>
88          <property name="sizePolicy">
89           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
90            <horstretch>0</horstretch>
91            <verstretch>0</verstretch>
92           </sizepolicy>
93          </property>
94          <property name="toolTip">
95           <string>Select the output format</string>
96          </property>
97          <property name="sizeAdjustPolicy">
98           <enum>QComboBox::AdjustToContents</enum>
99          </property>
100         </widget>
101        </item>
102       </layout>
103      </item>
104      <item row="2" column="0">
105       <widget class="QCheckBox" name="masterPerspectiveCB">
106        <property name="sizePolicy">
107         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
108          <horstretch>0</horstretch>
109          <verstretch>0</verstretch>
110         </sizepolicy>
111        </property>
112        <property name="toolTip">
113         <string>Show the source as the master document gets it</string>
114        </property>
115        <property name="text">
116         <string>&amp;Master's perspective</string>
117        </property>
118       </widget>
119      </item>
120      <item row="3" column="0">
121       <widget class="QCheckBox" name="autoUpdateCB">
122        <property name="text">
123         <string>Automatic update</string>
124        </property>
125        <property name="checked">
126         <bool>true</bool>
127        </property>
128       </widget>
129      </item>
130      <item row="4" column="0" colspan="2">
131       <widget class="QPushButton" name="updatePB">
132        <property name="enabled">
133         <bool>false</bool>
134        </property>
135        <property name="text">
136         <string>&amp;Update</string>
137        </property>
138       </widget>
139      </item>
140      <item row="1" column="0" colspan="2">
141       <widget class="QComboBox" name="contentsCO">
142        <property name="sizePolicy">
143         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
144          <horstretch>0</horstretch>
145          <verstretch>0</verstretch>
146         </sizepolicy>
147        </property>
148        <item>
149         <property name="text">
150          <string>Current Paragraph</string>
151         </property>
152        </item>
153        <item>
154         <property name="text">
155          <string>Complete Source</string>
156         </property>
157        </item>
158        <item>
159         <property name="text">
160          <string>Preamble Only</string>
161         </property>
162        </item>
163        <item>
164         <property name="text">
165          <string>Body Only</string>
166         </property>
167        </item>
168       </widget>
169      </item>
170     </layout>
171    </item>
172   </layout>
173  </widget>
174  <tabstops>
175   <tabstop>viewSourceTV</tabstop>
176   <tabstop>autoUpdateCB</tabstop>
177   <tabstop>updatePB</tabstop>
178  </tabstops>
179  <includes>
180   <include location="local">qt_i18n.h</include>
181  </includes>
182  <resources/>
183  <connections/>
184 </ui>