|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ExtProgPath</class> |
|
4 <widget class="QDialog" name="ExtProgPath"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>444</width> |
|
10 <height>89</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Program path required</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <widget class="QLabel" name="m_label"> |
|
19 <property name="text"> |
|
20 <string>Please input a path for <PROGRAM>:</string> |
|
21 </property> |
|
22 </widget> |
|
23 </item> |
|
24 <item> |
|
25 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
26 <item> |
|
27 <widget class="QLineEdit" name="m_path"/> |
|
28 </item> |
|
29 <item> |
|
30 <widget class="QPushButton" name="m_findPath"> |
|
31 <property name="text"> |
|
32 <string>...</string> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 </layout> |
|
37 </item> |
|
38 <item> |
|
39 <widget class="QDialogButtonBox" name="buttonBox"> |
|
40 <property name="orientation"> |
|
41 <enum>Qt::Horizontal</enum> |
|
42 </property> |
|
43 <property name="standardButtons"> |
|
44 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 </layout> |
|
49 </widget> |
|
50 <resources/> |
|
51 <connections> |
|
52 <connection> |
|
53 <sender>buttonBox</sender> |
|
54 <signal>accepted()</signal> |
|
55 <receiver>ExtProgPath</receiver> |
|
56 <slot>accept()</slot> |
|
57 <hints> |
|
58 <hint type="sourcelabel"> |
|
59 <x>248</x> |
|
60 <y>254</y> |
|
61 </hint> |
|
62 <hint type="destinationlabel"> |
|
63 <x>157</x> |
|
64 <y>274</y> |
|
65 </hint> |
|
66 </hints> |
|
67 </connection> |
|
68 <connection> |
|
69 <sender>buttonBox</sender> |
|
70 <signal>rejected()</signal> |
|
71 <receiver>ExtProgPath</receiver> |
|
72 <slot>reject()</slot> |
|
73 <hints> |
|
74 <hint type="sourcelabel"> |
|
75 <x>316</x> |
|
76 <y>260</y> |
|
77 </hint> |
|
78 <hint type="destinationlabel"> |
|
79 <x>286</x> |
|
80 <y>274</y> |
|
81 </hint> |
|
82 </hints> |
|
83 </connection> |
|
84 </connections> |
|
85 </ui> |