1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PageLayoutUi</class>
4 <widget class="QWidget" name="PageLayoutUi">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>362</width>
10    <height>287</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string/>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_3">
17   <item row="0" column="0">
18    <widget class="QGroupBox" name="paperFormatGB">
19     <property name="title">
20      <string>Paper Format</string>
21     </property>
22     <property name="flat">
23      <bool>true</bool>
24     </property>
25     <layout class="QGridLayout" name="gridLayout">
26      <item row="0" column="0">
27       <widget class="QLabel" name="papersizeL">
28        <property name="text">
29         <string>&amp;Format:</string>
30        </property>
31        <property name="buddy">
32         <cstring>papersizeCO</cstring>
33        </property>
34       </widget>
35      </item>
36      <item row="0" column="1">
37       <widget class="QComboBox" name="papersizeCO">
38        <property name="sizePolicy">
39         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
40          <horstretch>0</horstretch>
41          <verstretch>0</verstretch>
42         </sizepolicy>
43        </property>
44        <property name="toolTip">
45         <string>Choose a particular paper size, or set your own with &quot;Custom&quot;</string>
46        </property>
47        <property name="maxVisibleItems">
48         <number>20</number>
49        </property>
50       </widget>
51      </item>
52      <item row="0" column="3">
53       <spacer>
54        <property name="orientation">
55         <enum>Qt::Horizontal</enum>
56        </property>
57        <property name="sizeHint" stdset="0">
58         <size>
59          <width>43</width>
60          <height>20</height>
61         </size>
62        </property>
63       </spacer>
64      </item>
65      <item row="1" column="0">
66       <widget class="QLabel" name="paperheightL">
67        <property name="enabled">
68         <bool>false</bool>
69        </property>
70        <property name="text">
71         <string>&amp;Height:</string>
72        </property>
73        <property name="buddy">
74         <cstring>paperheightLE</cstring>
75        </property>
76       </widget>
77      </item>
78      <item row="1" column="1">
79       <widget class="QLineEdit" name="paperheightLE">
80        <property name="enabled">
81         <bool>false</bool>
82        </property>
83        <property name="sizePolicy">
84         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
85          <horstretch>0</horstretch>
86          <verstretch>0</verstretch>
87         </sizepolicy>
88        </property>
89       </widget>
90      </item>
91      <item row="1" column="2">
92       <widget class="lyx::frontend::LengthCombo" name="paperheightUnitCO"/>
93      </item>
94      <item row="2" column="0">
95       <widget class="QLabel" name="paperwidthL">
96        <property name="enabled">
97         <bool>false</bool>
98        </property>
99        <property name="text">
100         <string>&amp;Width:</string>
101        </property>
102        <property name="buddy">
103         <cstring>paperwidthLE</cstring>
104        </property>
105       </widget>
106      </item>
107      <item row="2" column="1">
108       <widget class="QLineEdit" name="paperwidthLE">
109        <property name="enabled">
110         <bool>false</bool>
111        </property>
112        <property name="sizePolicy">
113         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
114          <horstretch>0</horstretch>
115          <verstretch>0</verstretch>
116         </sizepolicy>
117        </property>
118       </widget>
119      </item>
120      <item row="2" column="2">
121       <widget class="lyx::frontend::LengthCombo" name="paperwidthUnitCO"/>
122      </item>
123      <item row="3" column="0">
124       <widget class="QLabel" name="label_3">
125        <property name="text">
126         <string>&amp;Orientation:</string>
127        </property>
128        <property name="buddy">
129         <cstring>portraitRB</cstring>
130        </property>
131       </widget>
132      </item>
133      <item row="3" column="1">
134       <widget class="QRadioButton" name="portraitRB">
135        <property name="text">
136         <string>&amp;Portrait</string>
137        </property>
138        <property name="checked">
139         <bool>true</bool>
140        </property>
141       </widget>
142      </item>
143      <item row="4" column="1">
144       <widget class="QRadioButton" name="landscapeRB">
145        <property name="text">
146         <string>&amp;Landscape</string>
147        </property>
148       </widget>
149      </item>
150     </layout>
151    </widget>
152   </item>
153   <item row="1" column="0">
154    <widget class="QGroupBox" name="pageLayoutGB">
155     <property name="sizePolicy">
156      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
157       <horstretch>0</horstretch>
158       <verstretch>0</verstretch>
159      </sizepolicy>
160     </property>
161     <property name="title">
162      <string>Page Layout</string>
163     </property>
164     <property name="flat">
165      <bool>true</bool>
166     </property>
167     <layout class="QGridLayout" name="gridLayout_2">
168      <item row="0" column="0">
169       <widget class="QLabel" name="pagestyleL">
170        <property name="text">
171         <string>Page &amp;style:</string>
172        </property>
173        <property name="buddy">
174         <cstring>pagestyleCO</cstring>
175        </property>
176       </widget>
177      </item>
178      <item row="0" column="1" colspan="2">
179       <widget class="QComboBox" name="pagestyleCO">
180        <property name="sizePolicy">
181         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
182          <horstretch>0</horstretch>
183          <verstretch>0</verstretch>
184         </sizepolicy>
185        </property>
186        <property name="toolTip">
187         <string>Style used for the page header and footer</string>
188        </property>
189       </widget>
190      </item>
191      <item row="0" column="3">
192       <spacer>
193        <property name="orientation">
194         <enum>Qt::Horizontal</enum>
195        </property>
196        <property name="sizeHint" stdset="0">
197         <size>
198          <width>168</width>
199          <height>20</height>
200         </size>
201        </property>
202       </spacer>
203      </item>
204      <item row="1" column="0" colspan="3">
205       <widget class="QCheckBox" name="facingPagesCB">
206        <property name="toolTip">
207         <string>Lay out the page for double-sided printing</string>
208        </property>
209        <property name="text">
210         <string>&amp;Two-sided document</string>
211        </property>
212       </widget>
213      </item>
214     </layout>
215    </widget>
216   </item>
217   <item row="2" column="0">
218    <spacer>
219     <property name="orientation">
220      <enum>Qt::Vertical</enum>
221     </property>
222     <property name="sizeType">
223      <enum>QSizePolicy::Expanding</enum>
224     </property>
225     <property name="sizeHint" stdset="0">
226      <size>
227       <width>51</width>
228       <height>131</height>
229      </size>
230     </property>
231    </spacer>
232   </item>
233  </layout>
234 </widget>
235 <customwidgets>
236  <customwidget>
237   <class>lyx::frontend::LengthCombo</class>
238   <extends>QComboBox</extends>
239   <header>LengthCombo.h</header>
240  </customwidget>
241 </customwidgets>
242 <tabstops>
243  <tabstop>papersizeCO</tabstop>
244  <tabstop>paperheightLE</tabstop>
245  <tabstop>paperheightUnitCO</tabstop>
246  <tabstop>paperwidthLE</tabstop>
247  <tabstop>paperwidthUnitCO</tabstop>
248  <tabstop>portraitRB</tabstop>
249  <tabstop>landscapeRB</tabstop>
250  <tabstop>pagestyleCO</tabstop>
251  <tabstop>facingPagesCB</tabstop>
252 </tabstops>
253 <includes>
254  <include location="local">qt_i18n.h</include>
255 </includes>
256 <resources/>
257 <connections/>
258</ui>
259