|
1 <ui version="4.0" > |
|
2 <class>NewDialogClassDialog</class> |
|
3 <widget class="QDialog" name="NewDialogClassDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>600</width> |
|
9 <height>139</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>New Dialog Class</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QVBoxLayout" name="_2" > |
|
19 <item> |
|
20 <layout class="QGridLayout" name="_3" > |
|
21 <item row="2" column="1" > |
|
22 <widget class="QLineEdit" name="pathnameEdit" > |
|
23 <property name="toolTip" > |
|
24 <string>Enter the path of the file for the forms code</string> |
|
25 </property> |
|
26 </widget> |
|
27 </item> |
|
28 <item row="0" column="0" > |
|
29 <widget class="QLabel" name="label" > |
|
30 <property name="text" > |
|
31 <string>&Classname:</string> |
|
32 </property> |
|
33 <property name="buddy" > |
|
34 <cstring>classnameEdit</cstring> |
|
35 </property> |
|
36 </widget> |
|
37 </item> |
|
38 <item row="2" column="2" > |
|
39 <widget class="QPushButton" name="pathButton" > |
|
40 <property name="toolTip" > |
|
41 <string>Select the source file path via a directory selection dialog</string> |
|
42 </property> |
|
43 <property name="text" > |
|
44 <string>...</string> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item row="1" column="0" > |
|
49 <widget class="QLabel" name="label_2" > |
|
50 <property name="text" > |
|
51 <string>&Filename:</string> |
|
52 </property> |
|
53 <property name="buddy" > |
|
54 <cstring>filenameEdit</cstring> |
|
55 </property> |
|
56 </widget> |
|
57 </item> |
|
58 <item row="2" column="0" > |
|
59 <widget class="QLabel" name="label_3" > |
|
60 <property name="text" > |
|
61 <string>&Path:</string> |
|
62 </property> |
|
63 <property name="buddy" > |
|
64 <cstring>pathnameEdit</cstring> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item row="0" column="1" colspan="2" > |
|
69 <widget class="QLineEdit" name="classnameEdit" > |
|
70 <property name="toolTip" > |
|
71 <string>Enter the name of the new class</string> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item row="1" column="1" colspan="2" > |
|
76 <widget class="QLineEdit" name="filenameEdit" > |
|
77 <property name="toolTip" > |
|
78 <string>Enter the name of the file for the forms code</string> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 </layout> |
|
83 </item> |
|
84 <item> |
|
85 <widget class="QDialogButtonBox" name="buttonBox" > |
|
86 <property name="orientation" > |
|
87 <enum>Qt::Horizontal</enum> |
|
88 </property> |
|
89 <property name="standardButtons" > |
|
90 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
91 </property> |
|
92 </widget> |
|
93 </item> |
|
94 </layout> |
|
95 </widget> |
|
96 <tabstops> |
|
97 <tabstop>classnameEdit</tabstop> |
|
98 <tabstop>filenameEdit</tabstop> |
|
99 <tabstop>pathnameEdit</tabstop> |
|
100 <tabstop>pathButton</tabstop> |
|
101 <tabstop>buttonBox</tabstop> |
|
102 </tabstops> |
|
103 <resources/> |
|
104 <connections> |
|
105 <connection> |
|
106 <sender>buttonBox</sender> |
|
107 <signal>accepted()</signal> |
|
108 <receiver>NewDialogClassDialog</receiver> |
|
109 <slot>accept()</slot> |
|
110 <hints> |
|
111 <hint type="sourcelabel" > |
|
112 <x>248</x> |
|
113 <y>254</y> |
|
114 </hint> |
|
115 <hint type="destinationlabel" > |
|
116 <x>157</x> |
|
117 <y>274</y> |
|
118 </hint> |
|
119 </hints> |
|
120 </connection> |
|
121 <connection> |
|
122 <sender>buttonBox</sender> |
|
123 <signal>rejected()</signal> |
|
124 <receiver>NewDialogClassDialog</receiver> |
|
125 <slot>reject()</slot> |
|
126 <hints> |
|
127 <hint type="sourcelabel" > |
|
128 <x>316</x> |
|
129 <y>260</y> |
|
130 </hint> |
|
131 <hint type="destinationlabel" > |
|
132 <x>286</x> |
|
133 <y>274</y> |
|
134 </hint> |
|
135 </hints> |
|
136 </connection> |
|
137 </connections> |
|
138 </ui> |