diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2021-12-15 21:04:28 +0100 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2021-12-24 18:05:53 +0100 |
commit | c876d3bbefe0dc00c27ca0c12d29da5874946962 (patch) | |
tree | 69f468a185a369b01998314bc3ecc19b70f4fcaa /rbutil/rbutilqt/uninstallfrm.ui | |
parent | 6c6f0757d7a902feb293be165d1490c42bc8e7ad (diff) | |
download | rockbox-c876d3bbefe0dc00c27ca0c12d29da5874946962.tar.gz rockbox-c876d3bbefe0dc00c27ca0c12d29da5874946962.zip |
rbutil: Merge rbutil with utils folder.
rbutil uses several components from the utils folder, and can be
considered part of utils too. Having it in a separate folder is an
arbitrary split that doesn't help anymore these days, so merge them.
This also allows other utils to easily use libtools.make without the
need to navigate to a different folder.
Change-Id: I3fc2f4de19e3e776553efb5dea5f779dfec0dc21
Diffstat (limited to 'rbutil/rbutilqt/uninstallfrm.ui')
-rw-r--r-- | rbutil/rbutilqt/uninstallfrm.ui | 188 |
1 files changed, 0 insertions, 188 deletions
diff --git a/rbutil/rbutilqt/uninstallfrm.ui b/rbutil/rbutilqt/uninstallfrm.ui deleted file mode 100644 index 7b72b44e1e..0000000000 --- a/rbutil/rbutilqt/uninstallfrm.ui +++ /dev/null @@ -1,188 +0,0 @@ -<ui version="4.0" > - <class>UninstallFrm</class> - <widget class="QDialog" name="UninstallFrm" > - <property name="windowModality" > - <enum>Qt::WindowModal</enum> - </property> - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>574</width> - <height>451</height> - </rect> - </property> - <property name="windowTitle" > - <string>Uninstall Rockbox</string> - </property> - <layout class="QGridLayout" > - <item rowspan="6" row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string/> - </property> - <property name="pixmap" > - <pixmap resource="rbutilqt.qrc" >:/icons/wizard.jpg</pixmap> - </property> - <property name="alignment" > - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> - </property> - </widget> - </item> - <item row="0" column="1" colspan="2" > - <widget class="QLabel" name="label_5" > - <property name="text" > - <string>Please select the Uninstallation Method</string> - </property> - <property name="wordWrap" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="1" colspan="2" > - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Uninstallation Method</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="QRadioButton" name="CompleteRadioBtn" > - <property name="text" > - <string>Complete Uninstallation</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QRadioButton" name="smartRadioButton" > - <property name="text" > - <string>Smart Uninstallation</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="2" column="1" colspan="2" > - <widget class="QLabel" name="label_4" > - <property name="text" > - <string>Please select what you want to uninstall</string> - </property> - <property name="wordWrap" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="3" column="1" colspan="2" > - <widget class="QGroupBox" name="smartGroupBox" > - <property name="title" > - <string>Installed Parts</string> - </property> - <layout class="QHBoxLayout" > - <item> - <widget class="QListWidget" name="UninstalllistWidget" > - <property name="minimumSize" > - <size> - <width>0</width> - <height>0</height> - </size> - </property> - <property name="selectionMode" > - <enum>QAbstractItemView::MultiSelection</enum> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="4" column="1" colspan="2" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>341</width> - <height>31</height> - </size> - </property> - </spacer> - </item> - <item row="5" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>291</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="5" column="2" > - <layout class="QHBoxLayout" > - <item> - <widget class="QPushButton" name="buttonOk" > - <property name="text" > - <string>&Uninstall</string> - </property> - <property name="icon" > - <iconset resource="rbutilqt.qrc" > - <normaloff>:/icons/go-next.svg</normaloff>:/icons/go-next.svg</iconset> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="buttonCancel" > - <property name="text" > - <string>&Cancel</string> - </property> - <property name="icon" > - <iconset resource="rbutilqt.qrc" > - <normaloff>:/icons/process-stop.svg</normaloff>:/icons/process-stop.svg</iconset> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <resources> - <include location="rbutilqt.qrc" /> - </resources> - <connections> - <connection> - <sender>buttonOk</sender> - <signal>clicked()</signal> - <receiver>UninstallFrm</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>562</x> - <y>420</y> - </hint> - <hint type="destinationlabel" > - <x>500</x> - <y>352</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonCancel</sender> - <signal>clicked()</signal> - <receiver>UninstallFrm</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>658</x> - <y>429</y> - </hint> - <hint type="destinationlabel" > - <x>611</x> - <y>360</y> - </hint> - </hints> - </connection> - </connections> -</ui> |