]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ui/QTabularCreateDialog.ui
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / ui / QTabularCreateDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QTabularCreateDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">gettext.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QTabularCreateDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>265</width>
17             <height>311</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>sizeGripEnabled</name>
22         <bool>true</bool>
23     </property>
24     <property stdset="1">
25         <name>caption</name>
26         <string>Insert table</string>
27     </property>
28     <vbox>
29         <property stdset="1">
30             <name>margin</name>
31             <number>11</number>
32         </property>
33         <property stdset="1">
34             <name>spacing</name>
35             <number>6</number>
36         </property>
37         <widget>
38             <class>QLayoutWidget</class>
39             <property stdset="1">
40                 <name>name</name>
41                 <cstring>Layout1</cstring>
42             </property>
43             <hbox>
44                 <property stdset="1">
45                     <name>margin</name>
46                     <number>0</number>
47                 </property>
48                 <property stdset="1">
49                     <name>spacing</name>
50                     <number>6</number>
51                 </property>
52                 <widget>
53                     <class>QLabel</class>
54                     <property stdset="1">
55                         <name>name</name>
56                         <cstring>rowsL</cstring>
57                     </property>
58                     <property stdset="1">
59                         <name>text</name>
60                         <string>&amp;Rows:</string>
61                     </property>
62                     <property>
63                         <name>buddy</name>
64                         <cstring>rowsSB</cstring>
65                     </property>
66                     <property>
67                         <name>toolTip</name>
68                         <string>Number of rows</string>
69                     </property>
70                 </widget>
71                 <widget>
72                     <class>QSpinBox</class>
73                     <property stdset="1">
74                         <name>name</name>
75                         <cstring>rowsSB</cstring>
76                     </property>
77                     <property stdset="1">
78                         <name>minValue</name>
79                         <number>1</number>
80                     </property>
81                     <property stdset="1">
82                         <name>maxValue</name>
83                         <number>511</number>
84                     </property>
85                     <property stdset="1">
86                         <name>buttonSymbols</name>
87                         <enum>PlusMinus</enum>
88                     </property>
89                     <property>
90                         <name>toolTip</name>
91                         <string>Number of rows</string>
92                     </property>
93                 </widget>
94                 <widget>
95                     <class>QLabel</class>
96                     <property stdset="1">
97                         <name>name</name>
98                         <cstring>columnsL</cstring>
99                     </property>
100                     <property stdset="1">
101                         <name>text</name>
102                         <string>&amp;Columns:</string>
103                     </property>
104                     <property>
105                         <name>buddy</name>
106                         <cstring>columnsSB</cstring>
107                     </property>
108                     <property>
109                         <name>toolTip</name>
110                         <string>Number of columns</string>
111                     </property>
112                 </widget>
113                 <widget>
114                     <class>QSpinBox</class>
115                     <property stdset="1">
116                         <name>name</name>
117                         <cstring>columnsSB</cstring>
118                     </property>
119                     <property stdset="1">
120                         <name>minValue</name>
121                         <number>1</number>
122                     </property>
123                     <property stdset="1">
124                         <name>maxValue</name>
125                         <number>511</number>
126                     </property>
127                     <property stdset="1">
128                         <name>buttonSymbols</name>
129                         <enum>PlusMinus</enum>
130                     </property>
131                     <property>
132                         <name>toolTip</name>
133                         <string>Number of columns</string>
134                     </property>
135                 </widget>
136                 <spacer>
137                     <property>
138                         <name>name</name>
139                         <cstring>Spacer1</cstring>
140                     </property>
141                     <property stdset="1">
142                         <name>orientation</name>
143                         <enum>Horizontal</enum>
144                     </property>
145                     <property stdset="1">
146                         <name>sizeType</name>
147                         <enum>Expanding</enum>
148                     </property>
149                     <property>
150                         <name>sizeHint</name>
151                         <size>
152                             <width>20</width>
153                             <height>20</height>
154                         </size>
155                     </property>
156                 </spacer>
157             </hbox>
158         </widget>
159         <widget>
160             <class>QLayoutWidget</class>
161             <property stdset="1">
162                 <name>name</name>
163                 <cstring>Layout3</cstring>
164             </property>
165             <grid>
166                 <property stdset="1">
167                     <name>margin</name>
168                     <number>0</number>
169                 </property>
170                 <property stdset="1">
171                     <name>spacing</name>
172                     <number>6</number>
173                 </property>
174                 <spacer row="0"  column="1" >
175                     <property>
176                         <name>name</name>
177                         <cstring>Spacer1_2</cstring>
178                     </property>
179                     <property stdset="1">
180                         <name>orientation</name>
181                         <enum>Horizontal</enum>
182                     </property>
183                     <property stdset="1">
184                         <name>sizeType</name>
185                         <enum>MinimumExpanding</enum>
186                     </property>
187                     <property>
188                         <name>sizeHint</name>
189                         <size>
190                             <width>20</width>
191                             <height>20</height>
192                         </size>
193                     </property>
194                 </spacer>
195                 <spacer row="1"  column="0" >
196                     <property>
197                         <name>name</name>
198                         <cstring>Spacer2_2</cstring>
199                     </property>
200                     <property stdset="1">
201                         <name>orientation</name>
202                         <enum>Vertical</enum>
203                     </property>
204                     <property stdset="1">
205                         <name>sizeType</name>
206                         <enum>MinimumExpanding</enum>
207                     </property>
208                     <property>
209                         <name>sizeHint</name>
210                         <size>
211                             <width>20</width>
212                             <height>20</height>
213                         </size>
214                     </property>
215                 </spacer>
216                 <widget row="0"  column="0" >
217                     <class>EmptyTable</class>
218                     <property stdset="1">
219                         <name>name</name>
220                         <cstring>table</cstring>
221                     </property>
222                     <property stdset="1">
223                         <name>sizePolicy</name>
224                         <sizepolicy>
225                             <hsizetype>5</hsizetype>
226                             <vsizetype>5</vsizetype>
227                         </sizepolicy>
228                     </property>
229                     <property>
230                         <name>toolTip</name>
231                         <string>Resize this to the correct table dimensions</string>
232                     </property>
233                 </widget>
234             </grid>
235         </widget>
236         <widget>
237             <class>QLayoutWidget</class>
238             <property stdset="1">
239                 <name>name</name>
240                 <cstring>Layout2</cstring>
241             </property>
242             <hbox>
243                 <property stdset="1">
244                     <name>margin</name>
245                     <number>0</number>
246                 </property>
247                 <property stdset="1">
248                     <name>spacing</name>
249                     <number>6</number>
250                 </property>
251                 <spacer>
252                     <property>
253                         <name>name</name>
254                         <cstring>Spacer2</cstring>
255                     </property>
256                     <property stdset="1">
257                         <name>orientation</name>
258                         <enum>Horizontal</enum>
259                     </property>
260                     <property stdset="1">
261                         <name>sizeType</name>
262                         <enum>Expanding</enum>
263                     </property>
264                     <property>
265                         <name>sizeHint</name>
266                         <size>
267                             <width>20</width>
268                             <height>20</height>
269                         </size>
270                     </property>
271                 </spacer>
272                 <widget>
273                     <class>QPushButton</class>
274                     <property stdset="1">
275                         <name>name</name>
276                         <cstring>okPB</cstring>
277                     </property>
278                     <property stdset="1">
279                         <name>text</name>
280                         <string>&amp;OK</string>
281                     </property>
282                 </widget>
283                 <widget>
284                     <class>QPushButton</class>
285                     <property stdset="1">
286                         <name>name</name>
287                         <cstring>closePB</cstring>
288                     </property>
289                     <property stdset="1">
290                         <name>text</name>
291                         <string>Close</string>
292                     </property>
293                 </widget>
294             </hbox>
295         </widget>
296     </vbox>
297 </widget>
298 <customwidgets>
299     <customwidget>
300         <class>EmptyTable</class>
301         <header location="local">emptytable.h</header>
302         <sizehint>
303             <width>-1</width>
304             <height>-1</height>
305         </sizehint>
306         <container>0</container>
307         <sizepolicy>
308             <hordata>5</hordata>
309             <verdata>5</verdata>
310         </sizepolicy>
311         <pixmap>image0</pixmap>
312         <signal>colsChanged(int)</signal>
313         <signal>rowsChanged(int)</signal>
314         <slot access="public">setNumberColumns(int)</slot>
315         <slot access="public">setNumberRows(int)</slot>
316     </customwidget>
317 </customwidgets>
318 <images>
319     <image>
320         <name>image0</name>
321         <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
322     </image>
323 </images>
324 <connections>
325     <connection>
326         <sender>table</sender>
327         <signal>rowsChanged(int)</signal>
328         <receiver>rowsSB</receiver>
329         <slot>setValue(int)</slot>
330     </connection>
331     <connection>
332         <sender>table</sender>
333         <signal>colsChanged(int)</signal>
334         <receiver>columnsSB</receiver>
335         <slot>setValue(int)</slot>
336     </connection>
337     <connection>
338         <sender>rowsSB</sender>
339         <signal>valueChanged(int)</signal>
340         <receiver>table</receiver>
341         <slot>setNumberRows(int)</slot>
342     </connection>
343     <connection>
344         <sender>columnsSB</sender>
345         <signal>valueChanged(int)</signal>
346         <receiver>table</receiver>
347         <slot>setNumberColumns(int)</slot>
348     </connection>
349     <connection>
350         <sender>rowsSB</sender>
351         <signal>valueChanged(int)</signal>
352         <receiver>QTabularCreateDialogBase</receiver>
353         <slot>rowsChanged(int)</slot>
354     </connection>
355     <connection>
356         <sender>columnsSB</sender>
357         <signal>valueChanged(int)</signal>
358         <receiver>QTabularCreateDialogBase</receiver>
359         <slot>columnsChanged(int)</slot>
360     </connection>
361     <slot access="public">columnsChanged(int)</slot>
362     <slot access="public">rowsChanged(int)</slot>
363 </connections>
364 </UI>