summaryrefslogtreecommitdiffstats
path: root/application/dialogs/ProfileSelectDialog.ui
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-08-11 00:44:01 +0200
committerPetr Mrázek <peterix@gmail.com>2016-08-11 00:44:01 +0200
commit2f0441b3c1cd9fc3bcb176d2852da8f92a6e6777 (patch)
tree649dcecfc5576ae4599303ca6b92fc2aab710848 /application/dialogs/ProfileSelectDialog.ui
parent55544893a3c2a8f3d5cad13d11b3b2af6d69adcf (diff)
downloadMultiMC-2f0441b3c1cd9fc3bcb176d2852da8f92a6e6777.tar
MultiMC-2f0441b3c1cd9fc3bcb176d2852da8f92a6e6777.tar.gz
MultiMC-2f0441b3c1cd9fc3bcb176d2852da8f92a6e6777.tar.lz
MultiMC-2f0441b3c1cd9fc3bcb176d2852da8f92a6e6777.tar.xz
MultiMC-2f0441b3c1cd9fc3bcb176d2852da8f92a6e6777.zip
GH-1433 with no default account, show profiles instead of accounts in selection dialog
Diffstat (limited to 'application/dialogs/ProfileSelectDialog.ui')
-rw-r--r--application/dialogs/ProfileSelectDialog.ui62
1 files changed, 62 insertions, 0 deletions
diff --git a/application/dialogs/ProfileSelectDialog.ui b/application/dialogs/ProfileSelectDialog.ui
new file mode 100644
index 00000000..e779b51b
--- /dev/null
+++ b/application/dialogs/ProfileSelectDialog.ui
@@ -0,0 +1,62 @@
+<?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>