0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0" stdsetdef="1">
|
|
3 |
<author></author>
|
|
4 |
<comment>*********************************************************************
|
|
5 |
**
|
|
6 |
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
7 |
** All rights reserved.
|
|
8 |
** Contact: Nokia Corporation (qt-info@nokia.com)
|
|
9 |
**
|
|
10 |
** This file is part of the autotests of the Qt Toolkit.
|
|
11 |
**
|
|
12 |
** $QT_BEGIN_LICENSE:LGPL$
|
|
13 |
** No Commercial Usage
|
|
14 |
** This file contains pre-release code and may not be distributed.
|
|
15 |
** You may use this file in accordance with the terms and conditions
|
|
16 |
** contained in the Technology Preview License Agreement accompanying
|
|
17 |
** this package.
|
|
18 |
**
|
|
19 |
** GNU Lesser General Public License Usage
|
|
20 |
** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
21 |
** General Public License version 2.1 as published by the Free Software
|
|
22 |
** Foundation and appearing in the file LICENSE.LGPL included in the
|
|
23 |
** packaging of this file. Please review the following information to
|
|
24 |
** ensure the GNU Lesser General Public License version 2.1 requirements
|
|
25 |
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
|
26 |
**
|
|
27 |
** In addition, as a special exception, Nokia gives you certain additional
|
|
28 |
** rights. These rights are described in the Nokia Qt LGPL Exception
|
|
29 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
|
30 |
**
|
|
31 |
** If you have questions regarding the use of this file, please contact
|
|
32 |
** Nokia at qt-info@nokia.com.
|
|
33 |
**
|
|
34 |
**
|
|
35 |
**
|
|
36 |
**
|
|
37 |
**
|
|
38 |
**
|
|
39 |
**
|
|
40 |
**
|
|
41 |
** $QT_END_LICENSE$
|
|
42 |
**
|
|
43 |
*********************************************************************</comment>
|
|
44 |
<exportmacro></exportmacro>
|
|
45 |
<class>TableEditorBase</class>
|
|
46 |
<widget class="QDialog" name="TableEditorBase">
|
|
47 |
<property name="geometry">
|
|
48 |
<rect>
|
|
49 |
<x>0</x>
|
|
50 |
<y>0</y>
|
|
51 |
<width>484</width>
|
|
52 |
<height>406</height>
|
|
53 |
</rect>
|
|
54 |
</property>
|
|
55 |
<property name="windowTitle">
|
|
56 |
<string>Edit Table</string>
|
|
57 |
</property>
|
|
58 |
<property name="sizeGripEnabled">
|
|
59 |
<bool>true</bool>
|
|
60 |
</property>
|
|
61 |
<layout class="QGridLayout">
|
|
62 |
<property name="margin">
|
|
63 |
<number>11</number>
|
|
64 |
</property>
|
|
65 |
<property name="spacing">
|
|
66 |
<number>6</number>
|
|
67 |
</property>
|
|
68 |
<item row="0" column="0">
|
|
69 |
<widget class="Q3Table" name="table">
|
|
70 |
<property name="numRows">
|
|
71 |
<number>1</number>
|
|
72 |
</property>
|
|
73 |
<property name="numCols">
|
|
74 |
<number>1</number>
|
|
75 |
</property>
|
|
76 |
<property name="readOnly">
|
|
77 |
<bool>true</bool>
|
|
78 |
</property>
|
|
79 |
</widget>
|
|
80 |
</item>
|
|
81 |
<item row="1" column="0" rowspan="1" colspan="2">
|
|
82 |
<layout class="QHBoxLayout">
|
|
83 |
<property name="margin">
|
|
84 |
<number>0</number>
|
|
85 |
</property>
|
|
86 |
<property name="spacing">
|
|
87 |
<number>6</number>
|
|
88 |
</property>
|
|
89 |
<item>
|
|
90 |
<widget class="QPushButton" name="buttonHelp">
|
|
91 |
<property name="text">
|
|
92 |
<string>&Help</string>
|
|
93 |
</property>
|
|
94 |
<property name="autoDefault">
|
|
95 |
<bool>true</bool>
|
|
96 |
</property>
|
|
97 |
</widget>
|
|
98 |
</item>
|
|
99 |
<item>
|
|
100 |
<spacer name="Horizontal Spacing2">
|
|
101 |
<property name="sizeHint">
|
|
102 |
<size>
|
|
103 |
<width>20</width>
|
|
104 |
<height>20</height>
|
|
105 |
</size>
|
|
106 |
</property>
|
|
107 |
<property name="sizeType">
|
|
108 |
<enum>QSizePolicy::Expanding</enum>
|
|
109 |
</property>
|
|
110 |
<property name="orientation">
|
|
111 |
<enum>Qt::Horizontal</enum>
|
|
112 |
</property>
|
|
113 |
</spacer>
|
|
114 |
</item>
|
|
115 |
<item>
|
|
116 |
<widget class="QPushButton" name="buttonApply">
|
|
117 |
<property name="text">
|
|
118 |
<string>&Apply</string>
|
|
119 |
</property>
|
|
120 |
<property name="autoDefault">
|
|
121 |
<bool>true</bool>
|
|
122 |
</property>
|
|
123 |
<property name="whatsThis" stdset="0">
|
|
124 |
<string>Apply all changes.</string>
|
|
125 |
</property>
|
|
126 |
</widget>
|
|
127 |
</item>
|
|
128 |
<item>
|
|
129 |
<widget class="QPushButton" name="buttonOk">
|
|
130 |
<property name="text">
|
|
131 |
<string>&OK</string>
|
|
132 |
</property>
|
|
133 |
<property name="autoDefault">
|
|
134 |
<bool>true</bool>
|
|
135 |
</property>
|
|
136 |
<property name="default">
|
|
137 |
<bool>true</bool>
|
|
138 |
</property>
|
|
139 |
<property name="whatsThis" stdset="0">
|
|
140 |
<string>Close the dialog and apply all the changes.</string>
|
|
141 |
</property>
|
|
142 |
</widget>
|
|
143 |
</item>
|
|
144 |
<item>
|
|
145 |
<widget class="QPushButton" name="buttonCancel">
|
|
146 |
<property name="text">
|
|
147 |
<string>&Cancel</string>
|
|
148 |
</property>
|
|
149 |
<property name="autoDefault">
|
|
150 |
<bool>true</bool>
|
|
151 |
</property>
|
|
152 |
<property name="whatsThis" stdset="0">
|
|
153 |
<string>Close the dialog and discard any changes.</string>
|
|
154 |
</property>
|
|
155 |
</widget>
|
|
156 |
</item>
|
|
157 |
</layout>
|
|
158 |
</item>
|
|
159 |
<item row="0" column="1">
|
|
160 |
<widget class="QTabWidget" name="TabWidget">
|
|
161 |
<widget class="QWidget" name="columns_tab">
|
|
162 |
<attribute name="title">
|
|
163 |
<string>Co&lumns</string>
|
|
164 |
</attribute>
|
|
165 |
<layout class="QGridLayout">
|
|
166 |
<property name="margin">
|
|
167 |
<number>11</number>
|
|
168 |
</property>
|
|
169 |
<property name="spacing">
|
|
170 |
<number>6</number>
|
|
171 |
</property>
|
|
172 |
<item row="4" column="2">
|
|
173 |
<spacer name="Spacer3">
|
|
174 |
<property name="sizeHint">
|
|
175 |
<size>
|
|
176 |
<width>20</width>
|
|
177 |
<height>20</height>
|
|
178 |
</size>
|
|
179 |
</property>
|
|
180 |
<property name="sizeType">
|
|
181 |
<enum>QSizePolicy::Expanding</enum>
|
|
182 |
</property>
|
|
183 |
<property name="orientation">
|
|
184 |
<enum>Qt::Horizontal</enum>
|
|
185 |
</property>
|
|
186 |
</spacer>
|
|
187 |
</item>
|
|
188 |
<item row="0" column="0" rowspan="6" colspan="1">
|
|
189 |
<widget class="Q3ListBox" name="listColumns"/>
|
|
190 |
</item>
|
|
191 |
<item row="3" column="1">
|
|
192 |
<spacer name="Spacer2">
|
|
193 |
<property name="sizeHint">
|
|
194 |
<size>
|
|
195 |
<width>20</width>
|
|
196 |
<height>20</height>
|
|
197 |
</size>
|
|
198 |
</property>
|
|
199 |
<property name="sizeType">
|
|
200 |
<enum>QSizePolicy::Expanding</enum>
|
|
201 |
</property>
|
|
202 |
<property name="orientation">
|
|
203 |
<enum>Qt::Vertical</enum>
|
|
204 |
</property>
|
|
205 |
</spacer>
|
|
206 |
</item>
|
|
207 |
<item row="4" column="1">
|
|
208 |
<widget class="QPushButton" name="buttonColumnUp">
|
|
209 |
<property name="text">
|
|
210 |
<string/>
|
|
211 |
</property>
|
|
212 |
<property name="icon">
|
|
213 |
<pixmap>designer_s_up.png</pixmap>
|
|
214 |
</property>
|
|
215 |
<property name="toolTip" stdset="0">
|
|
216 |
<string>Move up</string>
|
|
217 |
</property>
|
|
218 |
<property name="whatsThis" stdset="0">
|
|
219 |
<string><b>Move the selected item up.</b><p>The top-most column will be the first column of the list.</p></string>
|
|
220 |
</property>
|
|
221 |
</widget>
|
|
222 |
</item>
|
|
223 |
<item row="5" column="1">
|
|
224 |
<widget class="QPushButton" name="buttonColumnDown">
|
|
225 |
<property name="text">
|
|
226 |
<string/>
|
|
227 |
</property>
|
|
228 |
<property name="icon">
|
|
229 |
<pixmap>designer_s_down.png</pixmap>
|
|
230 |
</property>
|
|
231 |
<property name="toolTip" stdset="0">
|
|
232 |
<string>Move down</string>
|
|
233 |
</property>
|
|
234 |
<property name="whatsThis" stdset="0">
|
|
235 |
<string><b>Move the selected item down.</b><p>The top-most column will be the first column of the list.</p></string>
|
|
236 |
</property>
|
|
237 |
</widget>
|
|
238 |
</item>
|
|
239 |
<item row="1" column="1">
|
|
240 |
<widget class="QPushButton" name="buttonDeleteColumn">
|
|
241 |
<property name="text">
|
|
242 |
<string>&Delete Column</string>
|
|
243 |
</property>
|
|
244 |
</widget>
|
|
245 |
</item>
|
|
246 |
<item row="0" column="1">
|
|
247 |
<widget class="QPushButton" name="buttonNewColumn">
|
|
248 |
<property name="text">
|
|
249 |
<string>&New Column</string>
|
|
250 |
</property>
|
|
251 |
</widget>
|
|
252 |
</item>
|
|
253 |
<item row="2" column="1" rowspan="1" colspan="2">
|
|
254 |
<layout class="QGridLayout">
|
|
255 |
<property name="margin">
|
|
256 |
<number>0</number>
|
|
257 |
</property>
|
|
258 |
<property name="spacing">
|
|
259 |
<number>6</number>
|
|
260 |
</property>
|
|
261 |
<item row="0" column="0">
|
|
262 |
<widget class="QLabel" name="labelTable">
|
|
263 |
<property name="text">
|
|
264 |
<string>Table:</string>
|
|
265 |
</property>
|
|
266 |
<property name="wordWrap">
|
|
267 |
<bool>false</bool>
|
|
268 |
</property>
|
|
269 |
</widget>
|
|
270 |
</item>
|
|
271 |
<item row="3" column="1">
|
|
272 |
<layout class="QHBoxLayout">
|
|
273 |
<property name="margin">
|
|
274 |
<number>0</number>
|
|
275 |
</property>
|
|
276 |
<property name="spacing">
|
|
277 |
<number>6</number>
|
|
278 |
</property>
|
|
279 |
<item>
|
|
280 |
<widget class="QLabel" name="labelColumnPixmap">
|
|
281 |
<property name="text">
|
|
282 |
<string>Label4</string>
|
|
283 |
</property>
|
|
284 |
<property name="wordWrap">
|
|
285 |
<bool>false</bool>
|
|
286 |
</property>
|
|
287 |
</widget>
|
|
288 |
</item>
|
|
289 |
<item>
|
|
290 |
<widget class="QPushButton" name="buttonDeleteColPixmap">
|
|
291 |
<property name="maximumSize">
|
|
292 |
<size>
|
|
293 |
<width>30</width>
|
|
294 |
<height>22</height>
|
|
295 |
</size>
|
|
296 |
</property>
|
|
297 |
<property name="text">
|
|
298 |
<string/>
|
|
299 |
</property>
|
|
300 |
<property name="icon">
|
|
301 |
<pixmap>designer_s_editcut.png</pixmap>
|
|
302 |
</property>
|
|
303 |
<property name="toolTip" stdset="0">
|
|
304 |
<string>Delete Pixmap</string>
|
|
305 |
</property>
|
|
306 |
<property name="whatsThis" stdset="0">
|
|
307 |
<string><b>Delete the selected item's pixmap.</b><p>The pixmap in the current column of the selected item will be deleted.</p></string>
|
|
308 |
</property>
|
|
309 |
</widget>
|
|
310 |
</item>
|
|
311 |
<item>
|
|
312 |
<widget class="QPushButton" name="buttonChooseColPixmap">
|
|
313 |
<property name="maximumSize">
|
|
314 |
<size>
|
|
315 |
<width>30</width>
|
|
316 |
<height>22</height>
|
|
317 |
</size>
|
|
318 |
</property>
|
|
319 |
<property name="text">
|
|
320 |
<string>...</string>
|
|
321 |
</property>
|
|
322 |
<property name="toolTip" stdset="0">
|
|
323 |
<string>Select a Pixmap</string>
|
|
324 |
</property>
|
|
325 |
<property name="whatsThis" stdset="0">
|
|
326 |
<string><b>Select a pixmap file for the item.</b><p>The pixmap will be changed in the current column of the selected item.</p></string>
|
|
327 |
</property>
|
|
328 |
</widget>
|
|
329 |
</item>
|
|
330 |
</layout>
|
|
331 |
</item>
|
|
332 |
<item row="2" column="0">
|
|
333 |
<widget class="QLabel" name="TextLabel2">
|
|
334 |
<property name="text">
|
|
335 |
<string>&Label:</string>
|
|
336 |
</property>
|
|
337 |
<property name="buddy" stdset="0">
|
|
338 |
<cstring>editColumnText</cstring>
|
|
339 |
</property>
|
|
340 |
<property name="wordWrap">
|
|
341 |
<bool>false</bool>
|
|
342 |
</property>
|
|
343 |
</widget>
|
|
344 |
</item>
|
|
345 |
<item row="3" column="0">
|
|
346 |
<widget class="QLabel" name="Label2">
|
|
347 |
<property name="text">
|
|
348 |
<string>Pixmap:</string>
|
|
349 |
</property>
|
|
350 |
<property name="buddy" stdset="0">
|
|
351 |
<cstring>itemChoosePixmap</cstring>
|
|
352 |
</property>
|
|
353 |
<property name="wordWrap">
|
|
354 |
<bool>false</bool>
|
|
355 |
</property>
|
|
356 |
</widget>
|
|
357 |
</item>
|
|
358 |
<item row="1" column="0">
|
|
359 |
<widget class="QLabel" name="labelFields">
|
|
360 |
<property name="text">
|
|
361 |
<string>&Field:</string>
|
|
362 |
</property>
|
|
363 |
<property name="buddy" stdset="0">
|
|
364 |
<cstring>comboFields</cstring>
|
|
365 |
</property>
|
|
366 |
<property name="wordWrap">
|
|
367 |
<bool>false</bool>
|
|
368 |
</property>
|
|
369 |
</widget>
|
|
370 |
</item>
|
|
371 |
<item row="2" column="1">
|
|
372 |
<widget class="QLineEdit" name="editColumnText"/>
|
|
373 |
</item>
|
|
374 |
<item row="1" column="1">
|
|
375 |
<widget class="QComboBox" name="comboFields">
|
|
376 |
<property name="editable">
|
|
377 |
<bool>true</bool>
|
|
378 |
</property>
|
|
379 |
</widget>
|
|
380 |
</item>
|
|
381 |
<item row="0" column="1">
|
|
382 |
<widget class="QLabel" name="labelTableValue">
|
|
383 |
<property name="text">
|
|
384 |
<string><no table></string>
|
|
385 |
</property>
|
|
386 |
<property name="wordWrap">
|
|
387 |
<bool>false</bool>
|
|
388 |
</property>
|
|
389 |
</widget>
|
|
390 |
</item>
|
|
391 |
</layout>
|
|
392 |
</item>
|
|
393 |
</layout>
|
|
394 |
</widget>
|
|
395 |
<widget class="QWidget" name="rows_tab">
|
|
396 |
<attribute name="title">
|
|
397 |
<string>&Rows</string>
|
|
398 |
</attribute>
|
|
399 |
<layout class="QGridLayout">
|
|
400 |
<property name="margin">
|
|
401 |
<number>11</number>
|
|
402 |
</property>
|
|
403 |
<property name="spacing">
|
|
404 |
<number>6</number>
|
|
405 |
</property>
|
|
406 |
<item row="4" column="2">
|
|
407 |
<spacer name="Spacer3_2">
|
|
408 |
<property name="sizeHint">
|
|
409 |
<size>
|
|
410 |
<width>20</width>
|
|
411 |
<height>20</height>
|
|
412 |
</size>
|
|
413 |
</property>
|
|
414 |
<property name="sizeType">
|
|
415 |
<enum>QSizePolicy::Expanding</enum>
|
|
416 |
</property>
|
|
417 |
<property name="orientation">
|
|
418 |
<enum>Qt::Horizontal</enum>
|
|
419 |
</property>
|
|
420 |
</spacer>
|
|
421 |
</item>
|
|
422 |
<item row="4" column="1">
|
|
423 |
<widget class="QPushButton" name="buttonRowUp">
|
|
424 |
<property name="text">
|
|
425 |
<string/>
|
|
426 |
</property>
|
|
427 |
<property name="icon">
|
|
428 |
<pixmap>designer_s_up.png</pixmap>
|
|
429 |
</property>
|
|
430 |
<property name="toolTip" stdset="0">
|
|
431 |
<string>Move up</string>
|
|
432 |
</property>
|
|
433 |
<property name="whatsThis" stdset="0">
|
|
434 |
<string><b>Move the selected item up.</b><p>The top-most column will be the first column of the list.</p></string>
|
|
435 |
</property>
|
|
436 |
</widget>
|
|
437 |
</item>
|
|
438 |
<item row="0" column="0" rowspan="6" colspan="1">
|
|
439 |
<widget class="Q3ListBox" name="listRows"/>
|
|
440 |
</item>
|
|
441 |
<item row="5" column="1">
|
|
442 |
<widget class="QPushButton" name="buttonRowDown">
|
|
443 |
<property name="text">
|
|
444 |
<string/>
|
|
445 |
</property>
|
|
446 |
<property name="icon">
|
|
447 |
<pixmap>designer_s_down.png</pixmap>
|
|
448 |
</property>
|
|
449 |
<property name="toolTip" stdset="0">
|
|
450 |
<string>Move down</string>
|
|
451 |
</property>
|
|
452 |
<property name="whatsThis" stdset="0">
|
|
453 |
<string><b>Move the selected item down.</b><p>The top-most column will be the first column of the list.</p></string>
|
|
454 |
</property>
|
|
455 |
</widget>
|
|
456 |
</item>
|
|
457 |
<item row="3" column="1">
|
|
458 |
<spacer name="Spacer2_2">
|
|
459 |
<property name="sizeHint">
|
|
460 |
<size>
|
|
461 |
<width>20</width>
|
|
462 |
<height>20</height>
|
|
463 |
</size>
|
|
464 |
</property>
|
|
465 |
<property name="sizeType">
|
|
466 |
<enum>QSizePolicy::Expanding</enum>
|
|
467 |
</property>
|
|
468 |
<property name="orientation">
|
|
469 |
<enum>Qt::Vertical</enum>
|
|
470 |
</property>
|
|
471 |
</spacer>
|
|
472 |
</item>
|
|
473 |
<item row="0" column="1">
|
|
474 |
<widget class="QPushButton" name="buttonNewRow">
|
|
475 |
<property name="text">
|
|
476 |
<string>&New Row</string>
|
|
477 |
</property>
|
|
478 |
</widget>
|
|
479 |
</item>
|
|
480 |
<item row="1" column="1">
|
|
481 |
<widget class="QPushButton" name="buttonDeleteRow">
|
|
482 |
<property name="text">
|
|
483 |
<string>&Delete Row</string>
|
|
484 |
</property>
|
|
485 |
</widget>
|
|
486 |
</item>
|
|
487 |
<item row="2" column="1" rowspan="1" colspan="2">
|
|
488 |
<layout class="QGridLayout">
|
|
489 |
<property name="margin">
|
|
490 |
<number>0</number>
|
|
491 |
</property>
|
|
492 |
<property name="spacing">
|
|
493 |
<number>6</number>
|
|
494 |
</property>
|
|
495 |
<item row="0" column="0">
|
|
496 |
<widget class="QLabel" name="TextLabel2_3">
|
|
497 |
<property name="text">
|
|
498 |
<string>&Label:</string>
|
|
499 |
</property>
|
|
500 |
<property name="buddy" stdset="0">
|
|
501 |
<cstring>editRowText</cstring>
|
|
502 |
</property>
|
|
503 |
<property name="wordWrap">
|
|
504 |
<bool>false</bool>
|
|
505 |
</property>
|
|
506 |
</widget>
|
|
507 |
</item>
|
|
508 |
<item row="1" column="0">
|
|
509 |
<widget class="QLabel" name="Label2_2">
|
|
510 |
<property name="text">
|
|
511 |
<string>Pixmap:</string>
|
|
512 |
</property>
|
|
513 |
<property name="buddy" stdset="0">
|
|
514 |
<cstring>itemChoosePixmap</cstring>
|
|
515 |
</property>
|
|
516 |
<property name="wordWrap">
|
|
517 |
<bool>false</bool>
|
|
518 |
</property>
|
|
519 |
</widget>
|
|
520 |
</item>
|
|
521 |
<item row="1" column="1">
|
|
522 |
<layout class="QHBoxLayout">
|
|
523 |
<property name="margin">
|
|
524 |
<number>0</number>
|
|
525 |
</property>
|
|
526 |
<property name="spacing">
|
|
527 |
<number>6</number>
|
|
528 |
</property>
|
|
529 |
<item>
|
|
530 |
<widget class="QLabel" name="labelRowPixmap">
|
|
531 |
<property name="text">
|
|
532 |
<string>Label4</string>
|
|
533 |
</property>
|
|
534 |
<property name="wordWrap">
|
|
535 |
<bool>false</bool>
|
|
536 |
</property>
|
|
537 |
</widget>
|
|
538 |
</item>
|
|
539 |
<item>
|
|
540 |
<widget class="QPushButton" name="buttonDeleteRowPixmap">
|
|
541 |
<property name="maximumSize">
|
|
542 |
<size>
|
|
543 |
<width>30</width>
|
|
544 |
<height>22</height>
|
|
545 |
</size>
|
|
546 |
</property>
|
|
547 |
<property name="text">
|
|
548 |
<string/>
|
|
549 |
</property>
|
|
550 |
<property name="icon">
|
|
551 |
<pixmap>designer_s_editcut.png</pixmap>
|
|
552 |
</property>
|
|
553 |
<property name="toolTip" stdset="0">
|
|
554 |
<string>Delete Pixmap</string>
|
|
555 |
</property>
|
|
556 |
<property name="whatsThis" stdset="0">
|
|
557 |
<string><b>Delete the selected item's pixmap.</b><p>The pixmap in the current column of the selected item will be deleted.</p></string>
|
|
558 |
</property>
|
|
559 |
</widget>
|
|
560 |
</item>
|
|
561 |
<item>
|
|
562 |
<widget class="QPushButton" name="buttonChooseRowPixmap">
|
|
563 |
<property name="maximumSize">
|
|
564 |
<size>
|
|
565 |
<width>30</width>
|
|
566 |
<height>22</height>
|
|
567 |
</size>
|
|
568 |
</property>
|
|
569 |
<property name="text">
|
|
570 |
<string>...</string>
|
|
571 |
</property>
|
|
572 |
<property name="toolTip" stdset="0">
|
|
573 |
<string>Select a Pixmap</string>
|
|
574 |
</property>
|
|
575 |
<property name="whatsThis" stdset="0">
|
|
576 |
<string><b>Select a pixmap file for the item.</b><p>The pixmap will be changed in the current column of the selected item.</p></string>
|
|
577 |
</property>
|
|
578 |
</widget>
|
|
579 |
</item>
|
|
580 |
</layout>
|
|
581 |
</item>
|
|
582 |
<item row="0" column="1">
|
|
583 |
<widget class="QLineEdit" name="editRowText"/>
|
|
584 |
</item>
|
|
585 |
</layout>
|
|
586 |
</item>
|
|
587 |
</layout>
|
|
588 |
</widget>
|
|
589 |
</widget>
|
|
590 |
</item>
|
|
591 |
</layout>
|
|
592 |
</widget>
|
|
593 |
<layoutdefault spacing="6" margin="11"/>
|
|
594 |
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
595 |
<tabstops>
|
|
596 |
<tabstop>buttonOk</tabstop>
|
|
597 |
<tabstop>buttonCancel</tabstop>
|
|
598 |
<tabstop>table</tabstop>
|
|
599 |
<tabstop>TabWidget</tabstop>
|
|
600 |
<tabstop>listColumns</tabstop>
|
|
601 |
<tabstop>buttonNewColumn</tabstop>
|
|
602 |
<tabstop>buttonDeleteColumn</tabstop>
|
|
603 |
<tabstop>comboFields</tabstop>
|
|
604 |
<tabstop>editColumnText</tabstop>
|
|
605 |
<tabstop>buttonDeleteColPixmap</tabstop>
|
|
606 |
<tabstop>buttonChooseColPixmap</tabstop>
|
|
607 |
<tabstop>buttonColumnUp</tabstop>
|
|
608 |
<tabstop>buttonColumnDown</tabstop>
|
|
609 |
<tabstop>buttonApply</tabstop>
|
|
610 |
<tabstop>listRows</tabstop>
|
|
611 |
<tabstop>buttonNewRow</tabstop>
|
|
612 |
<tabstop>buttonDeleteRow</tabstop>
|
|
613 |
<tabstop>editRowText</tabstop>
|
|
614 |
<tabstop>buttonDeleteRowPixmap</tabstop>
|
|
615 |
<tabstop>buttonChooseRowPixmap</tabstop>
|
|
616 |
<tabstop>buttonRowUp</tabstop>
|
|
617 |
<tabstop>buttonRowDown</tabstop>
|
|
618 |
<tabstop>buttonHelp</tabstop>
|
|
619 |
</tabstops>
|
|
620 |
<connections>
|
|
621 |
<connection>
|
|
622 |
<sender>buttonApply</sender>
|
|
623 |
<signal>clicked()</signal>
|
|
624 |
<receiver>TableEditorBase</receiver>
|
|
625 |
<slot>applyClicked()</slot>
|
|
626 |
</connection>
|
|
627 |
<connection>
|
|
628 |
<sender>buttonOk</sender>
|
|
629 |
<signal>clicked()</signal>
|
|
630 |
<receiver>TableEditorBase</receiver>
|
|
631 |
<slot>okClicked()</slot>
|
|
632 |
</connection>
|
|
633 |
<connection>
|
|
634 |
<sender>listColumns</sender>
|
|
635 |
<signal>currentChanged(Q3ListBoxItem*)</signal>
|
|
636 |
<receiver>TableEditorBase</receiver>
|
|
637 |
<slot>currentColumnChanged(Q3ListBoxItem*)</slot>
|
|
638 |
</connection>
|
|
639 |
<connection>
|
|
640 |
<sender>listColumns</sender>
|
|
641 |
<signal>selectionChanged(Q3ListBoxItem*)</signal>
|
|
642 |
<receiver>TableEditorBase</receiver>
|
|
643 |
<slot>currentColumnChanged(Q3ListBoxItem*)</slot>
|
|
644 |
</connection>
|
|
645 |
<connection>
|
|
646 |
<sender>editColumnText</sender>
|
|
647 |
<signal>textChanged(QString)</signal>
|
|
648 |
<receiver>TableEditorBase</receiver>
|
|
649 |
<slot>columnTextChanged(QString)</slot>
|
|
650 |
</connection>
|
|
651 |
<connection>
|
|
652 |
<sender>buttonNewColumn</sender>
|
|
653 |
<signal>clicked()</signal>
|
|
654 |
<receiver>TableEditorBase</receiver>
|
|
655 |
<slot>newColumnClicked()</slot>
|
|
656 |
</connection>
|
|
657 |
<connection>
|
|
658 |
<sender>buttonDeleteColumn</sender>
|
|
659 |
<signal>clicked()</signal>
|
|
660 |
<receiver>TableEditorBase</receiver>
|
|
661 |
<slot>deleteColumnClicked()</slot>
|
|
662 |
</connection>
|
|
663 |
<connection>
|
|
664 |
<sender>buttonColumnUp</sender>
|
|
665 |
<signal>clicked()</signal>
|
|
666 |
<receiver>TableEditorBase</receiver>
|
|
667 |
<slot>columnUpClicked()</slot>
|
|
668 |
</connection>
|
|
669 |
<connection>
|
|
670 |
<sender>buttonColumnDown</sender>
|
|
671 |
<signal>clicked()</signal>
|
|
672 |
<receiver>TableEditorBase</receiver>
|
|
673 |
<slot>columnDownClicked()</slot>
|
|
674 |
</connection>
|
|
675 |
<connection>
|
|
676 |
<sender>comboFields</sender>
|
|
677 |
<signal>activated(QString)</signal>
|
|
678 |
<receiver>TableEditorBase</receiver>
|
|
679 |
<slot>currentFieldChanged(QString)</slot>
|
|
680 |
</connection>
|
|
681 |
<connection>
|
|
682 |
<sender>listRows</sender>
|
|
683 |
<signal>selectionChanged(Q3ListBoxItem*)</signal>
|
|
684 |
<receiver>TableEditorBase</receiver>
|
|
685 |
<slot>currentRowChanged(Q3ListBoxItem*)</slot>
|
|
686 |
</connection>
|
|
687 |
<connection>
|
|
688 |
<sender>listRows</sender>
|
|
689 |
<signal>currentChanged(Q3ListBoxItem*)</signal>
|
|
690 |
<receiver>TableEditorBase</receiver>
|
|
691 |
<slot>currentRowChanged(Q3ListBoxItem*)</slot>
|
|
692 |
</connection>
|
|
693 |
<connection>
|
|
694 |
<sender>buttonNewRow</sender>
|
|
695 |
<signal>clicked()</signal>
|
|
696 |
<receiver>TableEditorBase</receiver>
|
|
697 |
<slot>newRowClicked()</slot>
|
|
698 |
</connection>
|
|
699 |
<connection>
|
|
700 |
<sender>buttonDeleteRow</sender>
|
|
701 |
<signal>clicked()</signal>
|
|
702 |
<receiver>TableEditorBase</receiver>
|
|
703 |
<slot>deleteRowClicked()</slot>
|
|
704 |
</connection>
|
|
705 |
<connection>
|
|
706 |
<sender>buttonRowUp</sender>
|
|
707 |
<signal>clicked()</signal>
|
|
708 |
<receiver>TableEditorBase</receiver>
|
|
709 |
<slot>rowUpClicked()</slot>
|
|
710 |
</connection>
|
|
711 |
<connection>
|
|
712 |
<sender>buttonRowDown</sender>
|
|
713 |
<signal>clicked()</signal>
|
|
714 |
<receiver>TableEditorBase</receiver>
|
|
715 |
<slot>rowDownClicked()</slot>
|
|
716 |
</connection>
|
|
717 |
<connection>
|
|
718 |
<sender>buttonChooseRowPixmap</sender>
|
|
719 |
<signal>clicked()</signal>
|
|
720 |
<receiver>TableEditorBase</receiver>
|
|
721 |
<slot>chooseRowPixmapClicked()</slot>
|
|
722 |
</connection>
|
|
723 |
<connection>
|
|
724 |
<sender>buttonDeleteColPixmap</sender>
|
|
725 |
<signal>clicked()</signal>
|
|
726 |
<receiver>TableEditorBase</receiver>
|
|
727 |
<slot>deleteColPixmapClicked()</slot>
|
|
728 |
</connection>
|
|
729 |
<connection>
|
|
730 |
<sender>editRowText</sender>
|
|
731 |
<signal>textChanged(QString)</signal>
|
|
732 |
<receiver>TableEditorBase</receiver>
|
|
733 |
<slot>rowTextChanged(QString)</slot>
|
|
734 |
</connection>
|
|
735 |
<connection>
|
|
736 |
<sender>buttonCancel</sender>
|
|
737 |
<signal>clicked()</signal>
|
|
738 |
<receiver>TableEditorBase</receiver>
|
|
739 |
<slot>reject()</slot>
|
|
740 |
</connection>
|
|
741 |
<connection>
|
|
742 |
<sender>buttonChooseColPixmap</sender>
|
|
743 |
<signal>clicked()</signal>
|
|
744 |
<receiver>TableEditorBase</receiver>
|
|
745 |
<slot>chooseColPixmapClicked()</slot>
|
|
746 |
</connection>
|
|
747 |
<connection>
|
|
748 |
<sender>buttonDeleteRowPixmap</sender>
|
|
749 |
<signal>clicked()</signal>
|
|
750 |
<receiver>TableEditorBase</receiver>
|
|
751 |
<slot>deleteRowPixmapClicked()</slot>
|
|
752 |
</connection>
|
|
753 |
</connections>
|
|
754 |
</ui>
|