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