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