aboutsummaryrefslogtreecommitdiff
path: root/launcher/dialogs/ProfileSelectDialog.ui
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-11-22 03:55:16 +0100
committerPetr Mrázek <peterix@gmail.com>2021-11-22 03:55:16 +0100
commitb258eac215c791b2a8eed10cecbbf9551c87f0b9 (patch)
tree1ae72f62d344f6a9c982b9dc5d598d32fc742acc /launcher/dialogs/ProfileSelectDialog.ui
parent5040231f8d6ca865ea50250509c3315ea0c7400e (diff)
downloadPrismLauncher-b258eac215c791b2a8eed10cecbbf9551c87f0b9.tar.gz
PrismLauncher-b258eac215c791b2a8eed10cecbbf9551c87f0b9.tar.bz2
PrismLauncher-b258eac215c791b2a8eed10cecbbf9551c87f0b9.zip
NOISSUE continue reshuffling the codebase
Diffstat (limited to 'launcher/dialogs/ProfileSelectDialog.ui')
-rw-r--r--launcher/dialogs/ProfileSelectDialog.ui62
1 files changed, 0 insertions, 62 deletions
diff --git a/launcher/dialogs/ProfileSelectDialog.ui b/launcher/dialogs/ProfileSelectDialog.ui
deleted file mode 100644
index e779b51b..00000000
--- a/launcher/dialogs/ProfileSelectDialog.ui
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>ProfileSelectDialog</class>
- <widget class="QDialog" name="ProfileSelectDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>465</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Select an Account</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QLabel" name="msgLabel">
- <property name="text">
- <string>Select a profile.</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QTreeWidget" name="listView">
- <column>
- <property name="text">
- <string notr="true">1</string>
- </property>
- </column>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QCheckBox" name="globalDefaultCheck">
- <property name="text">
- <string>Use as default?</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="instDefaultCheck">
- <property name="text">
- <string>Use as default for this instance only?</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="standardButtons">
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>