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