summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/uninstallfrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/uninstallfrm.ui')
-rw-r--r--utils/rbutilqt/uninstallfrm.ui188
1 files changed, 188 insertions, 0 deletions
diff --git a/utils/rbutilqt/uninstallfrm.ui b/utils/rbutilqt/uninstallfrm.ui
new file mode 100644
index 0000000000..7b72b44e1e
--- /dev/null
+++ b/utils/rbutilqt/uninstallfrm.ui
@@ -0,0 +1,188 @@
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/wizard.jpg</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 Method</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>&amp;Uninstall</string>
129 </property>
130 <property name="icon" >
131 <iconset resource="rbutilqt.qrc" >
132 <normaloff>:/icons/go-next.svg</normaloff>:/icons/go-next.svg</iconset>
133 </property>
134 </widget>
135 </item>
136 <item>
137 <widget class="QPushButton" name="buttonCancel" >
138 <property name="text" >
139 <string>&amp;Cancel</string>
140 </property>
141 <property name="icon" >
142 <iconset resource="rbutilqt.qrc" >
143 <normaloff>:/icons/process-stop.svg</normaloff>:/icons/process-stop.svg</iconset>
144 </property>
145 </widget>
146 </item>
147 </layout>
148 </item>
149 </layout>
150 </widget>
151 <resources>
152 <include location="rbutilqt.qrc" />
153 </resources>
154 <connections>
155 <connection>
156 <sender>buttonOk</sender>
157 <signal>clicked()</signal>
158 <receiver>UninstallFrm</receiver>
159 <slot>accept()</slot>
160 <hints>
161 <hint type="sourcelabel" >
162 <x>562</x>
163 <y>420</y>
164 </hint>
165 <hint type="destinationlabel" >
166 <x>500</x>
167 <y>352</y>
168 </hint>
169 </hints>
170 </connection>
171 <connection>
172 <sender>buttonCancel</sender>
173 <signal>clicked()</signal>
174 <receiver>UninstallFrm</receiver>
175 <slot>reject()</slot>
176 <hints>
177 <hint type="sourcelabel" >
178 <x>658</x>
179 <y>429</y>
180 </hint>
181 <hint type="destinationlabel" >
182 <x>611</x>
183 <y>360</y>
184 </hint>
185 </hints>
186 </connection>
187 </connections>
188</ui>