]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PageLayoutUi.ui
Embedding: add embedCB checkboxes to IncludeUi and ExternalUi
[lyx.git] / src / frontends / qt4 / ui / PageLayoutUi.ui
1 <ui version="4.0" >
2  <class>PageLayoutUi</class>
3  <widget class="QWidget" name="PageLayoutUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>287</width>
9     <height>264</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="6" column="0" colspan="4" >
23     <layout class="QHBoxLayout" >
24      <property name="margin" >
25       <number>0</number>
26      </property>
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <item>
31       <widget class="QLabel" name="label" >
32        <property name="text" >
33         <string>Page Layout</string>
34        </property>
35       </widget>
36      </item>
37      <item>
38       <widget class="QFrame" name="frame" >
39        <property name="sizePolicy" >
40         <sizepolicy>
41          <hsizetype>7</hsizetype>
42          <vsizetype>0</vsizetype>
43          <horstretch>0</horstretch>
44          <verstretch>0</verstretch>
45         </sizepolicy>
46        </property>
47        <property name="frameShape" >
48         <enum>QFrame::HLine</enum>
49        </property>
50        <property name="frameShadow" >
51         <enum>QFrame::Sunken</enum>
52        </property>
53       </widget>
54      </item>
55     </layout>
56    </item>
57    <item row="0" column="0" colspan="4" >
58     <layout class="QHBoxLayout" >
59      <property name="margin" >
60       <number>0</number>
61      </property>
62      <property name="spacing" >
63       <number>6</number>
64      </property>
65      <item>
66       <widget class="QLabel" name="label_2" >
67        <property name="text" >
68         <string>Paper Format</string>
69        </property>
70       </widget>
71      </item>
72      <item>
73       <widget class="QFrame" name="frame_2" >
74        <property name="sizePolicy" >
75         <sizepolicy>
76          <hsizetype>7</hsizetype>
77          <vsizetype>0</vsizetype>
78          <horstretch>0</horstretch>
79          <verstretch>0</verstretch>
80         </sizepolicy>
81        </property>
82        <property name="frameShape" >
83         <enum>QFrame::HLine</enum>
84        </property>
85        <property name="frameShadow" >
86         <enum>QFrame::Sunken</enum>
87        </property>
88       </widget>
89      </item>
90     </layout>
91    </item>
92    <item row="1" column="1" colspan="2" >
93     <widget class="QComboBox" name="papersizeCO" >
94      <property name="sizePolicy" >
95       <sizepolicy>
96        <hsizetype>7</hsizetype>
97        <vsizetype>0</vsizetype>
98        <horstretch>0</horstretch>
99        <verstretch>0</verstretch>
100       </sizepolicy>
101      </property>
102      <property name="toolTip" >
103       <string>Choose a particular paper size, or set your own with "Custom"</string>
104      </property>
105     </widget>
106    </item>
107    <item row="7" column="1" colspan="2" >
108     <widget class="QComboBox" name="pagestyleCO" >
109      <property name="sizePolicy" >
110       <sizepolicy>
111        <hsizetype>7</hsizetype>
112        <vsizetype>0</vsizetype>
113        <horstretch>0</horstretch>
114        <verstretch>0</verstretch>
115       </sizepolicy>
116      </property>
117      <property name="toolTip" >
118       <string>Style used for the page header and footer</string>
119      </property>
120     </widget>
121    </item>
122    <item row="7" column="0" >
123     <widget class="QLabel" name="pagestyleL" >
124      <property name="text" >
125       <string>Headings &amp;style:</string>
126      </property>
127      <property name="buddy" >
128       <cstring>pagestyleCO</cstring>
129      </property>
130     </widget>
131    </item>
132    <item row="5" column="1" colspan="2" >
133     <widget class="QRadioButton" name="landscapeRB" >
134      <property name="text" >
135       <string>&amp;Landscape</string>
136      </property>
137     </widget>
138    </item>
139    <item row="4" column="1" colspan="2" >
140     <widget class="QRadioButton" name="portraitRB" >
141      <property name="text" >
142       <string>&amp;Portrait</string>
143      </property>
144      <property name="checked" >
145       <bool>true</bool>
146      </property>
147     </widget>
148    </item>
149    <item row="3" column="2" >
150     <widget class="LengthCombo" name="paperwidthUnitCO" />
151    </item>
152    <item row="2" column="2" >
153     <widget class="LengthCombo" name="paperheightUnitCO" />
154    </item>
155    <item row="3" column="1" >
156     <widget class="QLineEdit" name="paperwidthLE" >
157      <property name="enabled" >
158       <bool>false</bool>
159      </property>
160      <property name="sizePolicy" >
161       <sizepolicy>
162        <hsizetype>5</hsizetype>
163        <vsizetype>0</vsizetype>
164        <horstretch>0</horstretch>
165        <verstretch>0</verstretch>
166       </sizepolicy>
167      </property>
168     </widget>
169    </item>
170    <item row="2" column="1" >
171     <widget class="QLineEdit" name="paperheightLE" >
172      <property name="enabled" >
173       <bool>false</bool>
174      </property>
175      <property name="sizePolicy" >
176       <sizepolicy>
177        <hsizetype>5</hsizetype>
178        <vsizetype>0</vsizetype>
179        <horstretch>0</horstretch>
180        <verstretch>0</verstretch>
181       </sizepolicy>
182      </property>
183     </widget>
184    </item>
185    <item row="1" column="0" >
186     <widget class="QLabel" name="papersizeL" >
187      <property name="text" >
188       <string>&amp;Format:</string>
189      </property>
190      <property name="buddy" >
191       <cstring>papersizeCO</cstring>
192      </property>
193     </widget>
194    </item>
195    <item row="2" column="0" >
196     <widget class="QLabel" name="paperheightL" >
197      <property name="enabled" >
198       <bool>false</bool>
199      </property>
200      <property name="text" >
201       <string>&amp;Height:</string>
202      </property>
203      <property name="buddy" >
204       <cstring>paperheightLE</cstring>
205      </property>
206     </widget>
207    </item>
208    <item row="3" column="0" >
209     <widget class="QLabel" name="paperwidthL" >
210      <property name="enabled" >
211       <bool>false</bool>
212      </property>
213      <property name="text" >
214       <string>&amp;Width:</string>
215      </property>
216      <property name="buddy" >
217       <cstring>paperwidthLE</cstring>
218      </property>
219     </widget>
220    </item>
221    <item row="4" column="0" >
222     <widget class="QLabel" name="label_3" >
223      <property name="text" >
224       <string>&amp;Orientation:</string>
225      </property>
226      <property name="buddy" >
227       <cstring>portraitRB</cstring>
228      </property>
229     </widget>
230    </item>
231    <item row="9" column="1" >
232     <spacer>
233      <property name="orientation" >
234       <enum>Qt::Vertical</enum>
235      </property>
236      <property name="sizeType" >
237       <enum>QSizePolicy::Expanding</enum>
238      </property>
239      <property name="sizeHint" >
240       <size>
241        <width>51</width>
242        <height>131</height>
243       </size>
244      </property>
245     </spacer>
246    </item>
247    <item row="8" column="0" colspan="3" >
248     <widget class="QCheckBox" name="facingPagesCB" >
249      <property name="toolTip" >
250       <string>Lay out the page for double-sided printing</string>
251      </property>
252      <property name="text" >
253       <string>&amp;Two-sided document</string>
254      </property>
255     </widget>
256    </item>
257    <item row="7" column="3" >
258     <spacer>
259      <property name="orientation" >
260       <enum>Qt::Horizontal</enum>
261      </property>
262      <property name="sizeHint" >
263       <size>
264        <width>40</width>
265        <height>20</height>
266       </size>
267      </property>
268     </spacer>
269    </item>
270    <item row="1" column="3" >
271     <spacer>
272      <property name="orientation" >
273       <enum>Qt::Horizontal</enum>
274      </property>
275      <property name="sizeHint" >
276       <size>
277        <width>40</width>
278        <height>20</height>
279       </size>
280      </property>
281     </spacer>
282    </item>
283   </layout>
284  </widget>
285  <customwidgets>
286   <customwidget>
287    <class>LengthCombo</class>
288    <extends>QComboBox</extends>
289    <header>LengthCombo.h</header>
290   </customwidget>
291  </customwidgets>
292  <tabstops>
293   <tabstop>papersizeCO</tabstop>
294   <tabstop>paperheightLE</tabstop>
295   <tabstop>paperheightUnitCO</tabstop>
296   <tabstop>paperwidthLE</tabstop>
297   <tabstop>paperwidthUnitCO</tabstop>
298   <tabstop>portraitRB</tabstop>
299   <tabstop>landscapeRB</tabstop>
300   <tabstop>pagestyleCO</tabstop>
301   <tabstop>facingPagesCB</tabstop>
302  </tabstops>
303  <includes>
304   <include location="local" >qt_helpers.h</include>
305  </includes>
306  <resources/>
307  <connections/>
308 </ui>