PyInstallerInterface/PyInstallerCleanupDialog.ui

branch
eric7
changeset 38
fc9ef9dcd51a
parent 3
eb2d30b4d34e
equal deleted inserted replaced
37:9ecfea29a47c 38:fc9ef9dcd51a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PyInstallerCleanupDialog</class>
4 <widget class="QDialog" name="PyInstallerCleanupDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>158</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Clean PyInstaller</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Select the PyInstaller directories to be removed:</string>
24 </property>
25 <property name="wordWrap">
26 <bool>true</bool>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QRadioButton" name="buildButton">
32 <property name="text">
33 <string>Build Directory</string>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QRadioButton" name="distButton">
39 <property name="text">
40 <string>Distribution Directory</string>
41 </property>
42 </widget>
43 </item>
44 <item>
45 <widget class="QRadioButton" name="bothButton">
46 <property name="text">
47 <string>Both Directories</string>
48 </property>
49 <property name="checked">
50 <bool>true</bool>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QDialogButtonBox" name="buttonBox">
56 <property name="orientation">
57 <enum>Qt::Horizontal</enum>
58 </property>
59 <property name="standardButtons">
60 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
61 </property>
62 </widget>
63 </item>
64 </layout>
65 </widget>
66 <resources/>
67 <connections>
68 <connection>
69 <sender>buttonBox</sender>
70 <signal>accepted()</signal>
71 <receiver>PyInstallerCleanupDialog</receiver>
72 <slot>accept()</slot>
73 <hints>
74 <hint type="sourcelabel">
75 <x>248</x>
76 <y>254</y>
77 </hint>
78 <hint type="destinationlabel">
79 <x>157</x>
80 <y>274</y>
81 </hint>
82 </hints>
83 </connection>
84 <connection>
85 <sender>buttonBox</sender>
86 <signal>rejected()</signal>
87 <receiver>PyInstallerCleanupDialog</receiver>
88 <slot>reject()</slot>
89 <hints>
90 <hint type="sourcelabel">
91 <x>316</x>
92 <y>260</y>
93 </hint>
94 <hint type="destinationlabel">
95 <x>286</x>
96 <y>274</y>
97 </hint>
98 </hints>
99 </connection>
100 </connections>
101 </ui>

eric ide

mercurial