diff options
Diffstat (limited to 'rbutil/rbutilqt/uninstallfrm.ui')
-rw-r--r-- | rbutil/rbutilqt/uninstallfrm.ui | 186 |
1 files changed, 186 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/uninstallfrm.ui b/rbutil/rbutilqt/uninstallfrm.ui new file mode 100644 index 0000000000..1969587c4e --- /dev/null +++ b/rbutil/rbutilqt/uninstallfrm.ui | |||
@@ -0,0 +1,186 @@ | |||
1 | <ui version="4.0" > | ||
2 | <class>UninstallFrm</class> | ||
3 | <widget class="QDialog" name="UninstallFrm" > | ||
4 | <property name="windowModality" > | ||
5 | <enum>Qt::WindowModal</enum> | ||
6 | </property> | ||
7 | <property name="geometry" > | ||
8 | <rect> | ||
9 | <x>0</x> | ||
10 | <y>0</y> | ||
11 | <width>574</width> | ||
12 | <height>451</height> | ||
13 | </rect> | ||
14 | </property> | ||
15 | <property name="windowTitle" > | ||
16 | <string>Uninstall Rockbox</string> | ||
17 | </property> | ||
18 | <layout class="QGridLayout" > | ||
19 | <item rowspan="6" row="0" column="0" > | ||
20 | <widget class="QLabel" name="label" > | ||
21 | <property name="text" > | ||
22 | <string/> | ||
23 | </property> | ||
24 | <property name="pixmap" > | ||
25 | <pixmap resource="rbutilqt.qrc" >:/icons/icons/wizard.xpm</pixmap> | ||
26 | </property> | ||
27 | <property name="alignment" > | ||
28 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> | ||
29 | </property> | ||
30 | </widget> | ||
31 | </item> | ||
32 | <item row="0" column="1" colspan="2" > | ||
33 | <widget class="QLabel" name="label_5" > | ||
34 | <property name="text" > | ||
35 | <string>Please select the Uninstallation Methodl</string> | ||
36 | </property> | ||
37 | <property name="wordWrap" > | ||
38 | <bool>true</bool> | ||
39 | </property> | ||
40 | </widget> | ||
41 | </item> | ||
42 | <item row="1" column="1" colspan="2" > | ||
43 | <widget class="QGroupBox" name="groupBox" > | ||
44 | <property name="title" > | ||
45 | <string>Uninstallation Method</string> | ||
46 | </property> | ||
47 | <layout class="QGridLayout" > | ||
48 | <item row="0" column="0" > | ||
49 | <widget class="QRadioButton" name="CompleteRadioBtn" > | ||
50 | <property name="text" > | ||
51 | <string>Complete Uninstallation</string> | ||
52 | </property> | ||
53 | </widget> | ||
54 | </item> | ||
55 | <item row="1" column="0" > | ||
56 | <widget class="QRadioButton" name="smartRadioButton" > | ||
57 | <property name="text" > | ||
58 | <string>Smart Uninstallation</string> | ||
59 | </property> | ||
60 | </widget> | ||
61 | </item> | ||
62 | </layout> | ||
63 | </widget> | ||
64 | </item> | ||
65 | <item row="2" column="1" colspan="2" > | ||
66 | <widget class="QLabel" name="label_4" > | ||
67 | <property name="text" > | ||
68 | <string>Please select what you want to uninstall</string> | ||
69 | </property> | ||
70 | <property name="wordWrap" > | ||
71 | <bool>true</bool> | ||
72 | </property> | ||
73 | </widget> | ||
74 | </item> | ||
75 | <item row="3" column="1" colspan="2" > | ||
76 | <widget class="QGroupBox" name="smartGroupBox" > | ||
77 | <property name="title" > | ||
78 | <string>Installed Parts</string> | ||
79 | </property> | ||
80 | <layout class="QHBoxLayout" > | ||
81 | <item> | ||
82 | <widget class="QListWidget" name="UninstalllistWidget" > | ||
83 | <property name="minimumSize" > | ||
84 | <size> | ||
85 | <width>0</width> | ||
86 | <height>0</height> | ||
87 | </size> | ||
88 | </property> | ||
89 | <property name="selectionMode" > | ||
90 | <enum>QAbstractItemView::MultiSelection</enum> | ||
91 | </property> | ||
92 | </widget> | ||
93 | </item> | ||
94 | </layout> | ||
95 | </widget> | ||
96 | </item> | ||
97 | <item row="4" column="1" colspan="2" > | ||
98 | <spacer> | ||
99 | <property name="orientation" > | ||
100 | <enum>Qt::Vertical</enum> | ||
101 | </property> | ||
102 | <property name="sizeHint" > | ||
103 | <size> | ||
104 | <width>341</width> | ||
105 | <height>31</height> | ||
106 | </size> | ||
107 | </property> | ||
108 | </spacer> | ||
109 | </item> | ||
110 | <item row="5" column="1" > | ||
111 | <spacer> | ||
112 | <property name="orientation" > | ||
113 | <enum>Qt::Horizontal</enum> | ||
114 | </property> | ||
115 | <property name="sizeHint" > | ||
116 | <size> | ||
117 | <width>291</width> | ||
118 | <height>20</height> | ||
119 | </size> | ||
120 | </property> | ||
121 | </spacer> | ||
122 | </item> | ||
123 | <item row="5" column="2" > | ||
124 | <layout class="QHBoxLayout" > | ||
125 | <item> | ||
126 | <widget class="QPushButton" name="buttonOk" > | ||
127 | <property name="text" > | ||
128 | <string>&Ok</string> | ||
129 | </property> | ||
130 | <property name="icon" > | ||
131 | <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset> | ||
132 | </property> | ||
133 | </widget> | ||
134 | </item> | ||
135 | <item> | ||
136 | <widget class="QPushButton" name="buttonCancel" > | ||
137 | <property name="text" > | ||
138 | <string>&Cancel</string> | ||
139 | </property> | ||
140 | <property name="icon" > | ||
141 | <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset> | ||
142 | </property> | ||
143 | </widget> | ||
144 | </item> | ||
145 | </layout> | ||
146 | </item> | ||
147 | </layout> | ||
148 | </widget> | ||
149 | <resources> | ||
150 | <include location="rbutilqt.qrc" /> | ||
151 | </resources> | ||
152 | <connections> | ||
153 | <connection> | ||
154 | <sender>buttonOk</sender> | ||
155 | <signal>clicked()</signal> | ||
156 | <receiver>UninstallFrm</receiver> | ||
157 | <slot>accept()</slot> | ||
158 | <hints> | ||
159 | <hint type="sourcelabel" > | ||
160 | <x>562</x> | ||
161 | <y>420</y> | ||
162 | </hint> | ||
163 | <hint type="destinationlabel" > | ||
164 | <x>500</x> | ||
165 | <y>352</y> | ||
166 | </hint> | ||
167 | </hints> | ||
168 | </connection> | ||
169 | <connection> | ||
170 | <sender>buttonCancel</sender> | ||
171 | <signal>clicked()</signal> | ||
172 | <receiver>UninstallFrm</receiver> | ||
173 | <slot>reject()</slot> | ||
174 | <hints> | ||
175 | <hint type="sourcelabel" > | ||
176 | <x>658</x> | ||
177 | <y>429</y> | ||
178 | </hint> | ||
179 | <hint type="destinationlabel" > | ||
180 | <x>611</x> | ||
181 | <y>360</y> | ||
182 | </hint> | ||
183 | </hints> | ||
184 | </connection> | ||
185 | </connections> | ||
186 | </ui> | ||