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