|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PyInstallerExecDialog</class> |
|
4 <widget class="QDialog" name="PyInstallerExecDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>750</width> |
|
10 <height>600</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>PyInstaller</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="messagesGroup"> |
|
22 <property name="sizePolicy"> |
|
23 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
24 <horstretch>0</horstretch> |
|
25 <verstretch>3</verstretch> |
|
26 </sizepolicy> |
|
27 </property> |
|
28 <property name="title"> |
|
29 <string>Messages</string> |
|
30 </property> |
|
31 <layout class="QVBoxLayout" name="verticalLayout"> |
|
32 <item> |
|
33 <widget class="QTextBrowser" name="contents"> |
|
34 <property name="sizePolicy"> |
|
35 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
36 <horstretch>0</horstretch> |
|
37 <verstretch>3</verstretch> |
|
38 </sizepolicy> |
|
39 </property> |
|
40 <property name="whatsThis"> |
|
41 <string><b>Packager Execution</b> |
|
42 <p>This shows the output of the packager command.</p></string> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 </layout> |
|
47 </widget> |
|
48 </item> |
|
49 <item> |
|
50 <widget class="QDialogButtonBox" name="buttonBox"> |
|
51 <property name="orientation"> |
|
52 <enum>Qt::Horizontal</enum> |
|
53 </property> |
|
54 <property name="standardButtons"> |
|
55 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 </layout> |
|
60 </widget> |
|
61 <resources/> |
|
62 <connections> |
|
63 <connection> |
|
64 <sender>buttonBox</sender> |
|
65 <signal>accepted()</signal> |
|
66 <receiver>PyInstallerExecDialog</receiver> |
|
67 <slot>accept()</slot> |
|
68 <hints> |
|
69 <hint type="sourcelabel"> |
|
70 <x>248</x> |
|
71 <y>254</y> |
|
72 </hint> |
|
73 <hint type="destinationlabel"> |
|
74 <x>157</x> |
|
75 <y>274</y> |
|
76 </hint> |
|
77 </hints> |
|
78 </connection> |
|
79 <connection> |
|
80 <sender>buttonBox</sender> |
|
81 <signal>rejected()</signal> |
|
82 <receiver>PyInstallerExecDialog</receiver> |
|
83 <slot>reject()</slot> |
|
84 <hints> |
|
85 <hint type="sourcelabel"> |
|
86 <x>316</x> |
|
87 <y>260</y> |
|
88 </hint> |
|
89 <hint type="destinationlabel"> |
|
90 <x>286</x> |
|
91 <y>274</y> |
|
92 </hint> |
|
93 </hints> |
|
94 </connection> |
|
95 </connections> |
|
96 </ui> |