|
1 <ui version="4.0" > |
|
2 <class>NewPythonPackageDialog</class> |
|
3 <widget class="QDialog" name="NewPythonPackageDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>400</width> |
|
9 <height>95</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Add new Python package</string> |
|
14 </property> |
|
15 <layout class="QVBoxLayout" > |
|
16 <item> |
|
17 <widget class="QLabel" name="label_2" > |
|
18 <property name="text" > |
|
19 <string>Enter the dotted name of the new package</string> |
|
20 </property> |
|
21 </widget> |
|
22 </item> |
|
23 <item> |
|
24 <widget class="QLineEdit" name="packageEdit" > |
|
25 <property name="toolTip" > |
|
26 <string>Enter the dotted package name</string> |
|
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item> |
|
31 <widget class="QDialogButtonBox" name="buttonBox" > |
|
32 <property name="orientation" > |
|
33 <enum>Qt::Horizontal</enum> |
|
34 </property> |
|
35 <property name="standardButtons" > |
|
36 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 </layout> |
|
41 </widget> |
|
42 <resources/> |
|
43 <connections> |
|
44 <connection> |
|
45 <sender>buttonBox</sender> |
|
46 <signal>accepted()</signal> |
|
47 <receiver>NewPythonPackageDialog</receiver> |
|
48 <slot>accept()</slot> |
|
49 <hints> |
|
50 <hint type="sourcelabel" > |
|
51 <x>248</x> |
|
52 <y>254</y> |
|
53 </hint> |
|
54 <hint type="destinationlabel" > |
|
55 <x>157</x> |
|
56 <y>274</y> |
|
57 </hint> |
|
58 </hints> |
|
59 </connection> |
|
60 <connection> |
|
61 <sender>buttonBox</sender> |
|
62 <signal>rejected()</signal> |
|
63 <receiver>NewPythonPackageDialog</receiver> |
|
64 <slot>reject()</slot> |
|
65 <hints> |
|
66 <hint type="sourcelabel" > |
|
67 <x>316</x> |
|
68 <y>260</y> |
|
69 </hint> |
|
70 <hint type="destinationlabel" > |
|
71 <x>286</x> |
|
72 <y>274</y> |
|
73 </hint> |
|
74 </hints> |
|
75 </connection> |
|
76 </connections> |
|
77 </ui> |