]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ui/PageLayoutModuleBase.ui
update ignore, and make sure to dist the lyx2lyx_version.py.in template file
[features.git] / src / frontends / qt2 / ui / PageLayoutModuleBase.ui
1 <!DOCTYPE UI><UI>
2 <class>PageLayoutModuleBase</class>
3 <include location="global">config.h</include>
4 <include location="local">qt_helpers.h</include>
5 <widget>
6     <class>QWidget</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>PageLayoutModuleBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>388</width>
17             <height>448</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string></string>
23     </property>
24     <vbox>
25         <property stdset="1">
26             <name>margin</name>
27             <number>11</number>
28         </property>
29         <property stdset="1">
30             <name>spacing</name>
31             <number>6</number>
32         </property>
33         <widget>
34             <class>QGroupBox</class>
35             <property stdset="1">
36                 <name>name</name>
37                 <cstring>psizeGB</cstring>
38             </property>
39             <property stdset="1">
40                 <name>title</name>
41                 <string>Paper Size</string>
42             </property>
43             <property stdset="1">
44                 <name>orientation</name>
45                 <enum>Vertical</enum>
46             </property>
47             <grid>
48                 <property stdset="1">
49                     <name>margin</name>
50                     <number>11</number>
51                 </property>
52                 <property stdset="1">
53                     <name>spacing</name>
54                     <number>6</number>
55                 </property>
56                 <widget row="1"  column="0" >
57                     <class>QLabel</class>
58                     <property stdset="1">
59                         <name>name</name>
60                         <cstring>paperheightL</cstring>
61                     </property>
62                     <property stdset="1">
63                         <name>enabled</name>
64                         <bool>false</bool>
65                     </property>
66                     <property stdset="1">
67                         <name>text</name>
68                         <string>&amp;Height:</string>
69                     </property>
70                     <property>
71                         <name>buddy</name>
72                         <cstring>paperheightLE</cstring>
73                     </property>
74                 </widget>
75                 <widget row="2"  column="0" >
76                     <class>QLabel</class>
77                     <property stdset="1">
78                         <name>name</name>
79                         <cstring>paperwidthL</cstring>
80                     </property>
81                     <property stdset="1">
82                         <name>enabled</name>
83                         <bool>false</bool>
84                     </property>
85                     <property stdset="1">
86                         <name>text</name>
87                         <string>&amp;Width:</string>
88                     </property>
89                     <property>
90                         <name>buddy</name>
91                         <cstring>paperwidthLE</cstring>
92                     </property>
93                 </widget>
94                 <widget row="0"  column="1"  rowspan="1"  colspan="2" >
95                     <class>QComboBox</class>
96                     <property stdset="1">
97                         <name>name</name>
98                         <cstring>papersizeCO</cstring>
99                     </property>
100                     <property stdset="1">
101                         <name>sizePolicy</name>
102                         <sizepolicy>
103                             <hsizetype>1</hsizetype>
104                             <vsizetype>0</vsizetype>
105                         </sizepolicy>
106                     </property>
107                     <property>
108                         <name>toolTip</name>
109                         <string>Choose a particular paper size, or set your own with "Custom"</string>
110                     </property>
111                 </widget>
112                 <widget row="1"  column="1" >
113                     <class>QLineEdit</class>
114                     <property stdset="1">
115                         <name>name</name>
116                         <cstring>paperheightLE</cstring>
117                     </property>
118                     <property stdset="1">
119                         <name>enabled</name>
120                         <bool>false</bool>
121                     </property>
122                     <property stdset="1">
123                         <name>sizePolicy</name>
124                         <sizepolicy>
125                             <hsizetype>5</hsizetype>
126                             <vsizetype>0</vsizetype>
127                         </sizepolicy>
128                     </property>
129                 </widget>
130                 <widget row="2"  column="1" >
131                     <class>QLineEdit</class>
132                     <property stdset="1">
133                         <name>name</name>
134                         <cstring>paperwidthLE</cstring>
135                     </property>
136                     <property stdset="1">
137                         <name>enabled</name>
138                         <bool>false</bool>
139                     </property>
140                     <property stdset="1">
141                         <name>sizePolicy</name>
142                         <sizepolicy>
143                             <hsizetype>5</hsizetype>
144                             <vsizetype>0</vsizetype>
145                         </sizepolicy>
146                     </property>
147                 </widget>
148                 <widget row="1"  column="2" >
149                     <class>LengthCombo</class>
150                     <property stdset="1">
151                         <name>name</name>
152                         <cstring>paperheightUnitCO</cstring>
153                     </property>
154                     <property stdset="1">
155                         <name>enabled</name>
156                         <bool>false</bool>
157                     </property>
158                 </widget>
159                 <widget row="2"  column="2" >
160                     <class>LengthCombo</class>
161                     <property stdset="1">
162                         <name>name</name>
163                         <cstring>paperwidthUnitCO</cstring>
164                     </property>
165                     <property stdset="1">
166                         <name>enabled</name>
167                         <bool>false</bool>
168                     </property>
169                 </widget>
170             </grid>
171         </widget>
172         <widget>
173             <class>QButtonGroup</class>
174             <property stdset="1">
175                 <name>name</name>
176                 <cstring>orientationBG</cstring>
177             </property>
178             <property stdset="1">
179                 <name>title</name>
180                 <string>Orientation</string>
181             </property>
182             <hbox>
183                 <property stdset="1">
184                     <name>margin</name>
185                     <number>11</number>
186                 </property>
187                 <property stdset="1">
188                     <name>spacing</name>
189                     <number>6</number>
190                 </property>
191                 <widget>
192                     <class>QRadioButton</class>
193                     <property stdset="1">
194                         <name>name</name>
195                         <cstring>portraitRB</cstring>
196                     </property>
197                     <property stdset="1">
198                         <name>text</name>
199                         <string>&amp;Portrait</string>
200                     </property>
201                     <property stdset="1">
202                         <name>checked</name>
203                         <bool>true</bool>
204                     </property>
205                 </widget>
206                 <widget>
207                     <class>QRadioButton</class>
208                     <property stdset="1">
209                         <name>name</name>
210                         <cstring>landscapeRB</cstring>
211                     </property>
212                     <property stdset="1">
213                         <name>text</name>
214                         <string>&amp;Landscape</string>
215                     </property>
216                 </widget>
217             </hbox>
218         </widget>
219         <widget>
220             <class>QLayoutWidget</class>
221             <property stdset="1">
222                 <name>name</name>
223                 <cstring>Layout23</cstring>
224             </property>
225             <hbox>
226                 <property stdset="1">
227                     <name>margin</name>
228                     <number>0</number>
229                 </property>
230                 <property stdset="1">
231                     <name>spacing</name>
232                     <number>6</number>
233                 </property>
234                 <widget>
235                     <class>QLabel</class>
236                     <property stdset="1">
237                         <name>name</name>
238                         <cstring>pagestyleL</cstring>
239                     </property>
240                     <property stdset="1">
241                         <name>text</name>
242                         <string>Page &amp;style:</string>
243                     </property>
244                     <property>
245                         <name>buddy</name>
246                         <cstring>pagestyleCO</cstring>
247                     </property>
248                 </widget>
249                 <widget>
250                     <class>QComboBox</class>
251                     <property stdset="1">
252                         <name>name</name>
253                         <cstring>pagestyleCO</cstring>
254                     </property>
255                     <property stdset="1">
256                         <name>sizePolicy</name>
257                         <sizepolicy>
258                             <hsizetype>5</hsizetype>
259                             <vsizetype>0</vsizetype>
260                         </sizepolicy>
261                     </property>
262                     <property>
263                         <name>toolTip</name>
264                         <string>Style used for the page header and footer</string>
265                     </property>
266                 </widget>
267             </hbox>
268         </widget>
269         <widget>
270             <class>QCheckBox</class>
271             <property stdset="1">
272                 <name>name</name>
273                 <cstring>facingPagesCB</cstring>
274             </property>
275             <property stdset="1">
276                 <name>text</name>
277                 <string>&amp;Two-sided document</string>
278             </property>
279             <property>
280                 <name>toolTip</name>
281                 <string>Lay out the page for double-sided printing</string>
282             </property>
283         </widget>
284         <spacer>
285             <property>
286                 <name>name</name>
287                 <cstring>Spacer24</cstring>
288             </property>
289             <property stdset="1">
290                 <name>orientation</name>
291                 <enum>Vertical</enum>
292             </property>
293             <property stdset="1">
294                 <name>sizeType</name>
295                 <enum>Expanding</enum>
296             </property>
297             <property>
298                 <name>sizeHint</name>
299                 <size>
300                     <width>20</width>
301                     <height>20</height>
302                 </size>
303             </property>
304         </spacer>
305     </vbox>
306 </widget>
307 <customwidgets>
308     <customwidget>
309         <class>LengthCombo</class>
310         <header location="local">lengthcombo.h</header>
311         <sizehint>
312             <width>-1</width>
313             <height>-1</height>
314         </sizehint>
315         <container>0</container>
316         <sizepolicy>
317             <hordata>5</hordata>
318             <verdata>5</verdata>
319         </sizepolicy>
320         <pixmap>image0</pixmap>
321         <signal>selectionChanged(LyXLength::UNIT)</signal>
322     </customwidget>
323 </customwidgets>
324 <images>
325     <image>
326         <name>image0</name>
327         <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
328     </image>
329 </images>
330 <tabstops>
331     <tabstop>papersizeCO</tabstop>
332     <tabstop>paperheightLE</tabstop>
333     <tabstop>paperwidthLE</tabstop>
334     <tabstop>portraitRB</tabstop>
335     <tabstop>landscapeRB</tabstop>
336     <tabstop>pagestyleCO</tabstop>
337     <tabstop>facingPagesCB</tabstop>
338 </tabstops>
339 </UI>