5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>501</width> |
9 <width>501</width> |
10 <height>581</height> |
10 <height>600</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>QInputDialog Wizard</string> |
14 <string>QInputDialog Wizard</string> |
15 </property> |
15 </property> |
16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QVBoxLayout"> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
20 <item> |
20 <item> |
21 <widget class="QGroupBox" name="groupBox"> |
21 <widget class="QGroupBox" name="groupBox"> |
22 <property name="title"> |
22 <property name="title"> |
23 <string>Type</string> |
23 <string>Type</string> |
24 </property> |
24 </property> |
53 <string>Item</string> |
53 <string>Item</string> |
54 </property> |
54 </property> |
55 </widget> |
55 </widget> |
56 </item> |
56 </item> |
57 </layout> |
57 </layout> |
|
58 </widget> |
|
59 </item> |
|
60 <item> |
|
61 <widget class="QLabel" name="label"> |
|
62 <property name="text"> |
|
63 <string>Result:</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item> |
|
68 <widget class="QLineEdit" name="eResultVar"> |
|
69 <property name="toolTip"> |
|
70 <string>Enter the result variable name</string> |
|
71 </property> |
58 </widget> |
72 </widget> |
59 </item> |
73 </item> |
60 <item> |
74 <item> |
61 <widget class="QLabel" name="TextLabel1"> |
75 <widget class="QLabel" name="TextLabel1"> |
62 <property name="text"> |
76 <property name="text"> |
351 <tabstops> |
365 <tabstops> |
352 <tabstop>rText</tabstop> |
366 <tabstop>rText</tabstop> |
353 <tabstop>rInteger</tabstop> |
367 <tabstop>rInteger</tabstop> |
354 <tabstop>rDouble</tabstop> |
368 <tabstop>rDouble</tabstop> |
355 <tabstop>rItem</tabstop> |
369 <tabstop>rItem</tabstop> |
|
370 <tabstop>eResultVar</tabstop> |
356 <tabstop>eCaption</tabstop> |
371 <tabstop>eCaption</tabstop> |
357 <tabstop>eLabel</tabstop> |
372 <tabstop>eLabel</tabstop> |
358 <tabstop>rEchoNormal</tabstop> |
373 <tabstop>rEchoNormal</tabstop> |
359 <tabstop>rEchoNoEcho</tabstop> |
374 <tabstop>rEchoNoEcho</tabstop> |
360 <tabstop>rEchoPassword</tabstop> |
375 <tabstop>rEchoPassword</tabstop> |
368 <tabstop>eDoubleTo</tabstop> |
383 <tabstop>eDoubleTo</tabstop> |
369 <tabstop>sDoubleDecimals</tabstop> |
384 <tabstop>sDoubleDecimals</tabstop> |
370 <tabstop>eVariable</tabstop> |
385 <tabstop>eVariable</tabstop> |
371 <tabstop>sCurrentItem</tabstop> |
386 <tabstop>sCurrentItem</tabstop> |
372 <tabstop>cEditable</tabstop> |
387 <tabstop>cEditable</tabstop> |
|
388 <tabstop>buttonBox</tabstop> |
373 </tabstops> |
389 </tabstops> |
374 <resources/> |
390 <resources/> |
375 <connections> |
391 <connections> |
376 <connection> |
392 <connection> |
377 <sender>rText</sender> |
393 <sender>rText</sender> |