From e178284172396ee51acb77c2daa8135b4855c12b Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Wed, 16 Jul 2014 00:13:40 +0200 Subject: Merge global settings and accounts into a pagedialog Also split external tools into it's own page --- gui/pages/global/AccountListPage.ui | 89 +++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 gui/pages/global/AccountListPage.ui (limited to 'gui/pages/global/AccountListPage.ui') diff --git a/gui/pages/global/AccountListPage.ui b/gui/pages/global/AccountListPage.ui new file mode 100644 index 00000000..1e5b07eb --- /dev/null +++ b/gui/pages/global/AccountListPage.ui @@ -0,0 +1,89 @@ + + + AccountListPage + + + + 0 + 0 + 400 + 300 + + + + Manage Accounts + + + + + + <html><head/><body><p>Welcome! If you're new here, you can click the &quot;Add&quot; button to add your Mojang or Minecraft account.</p></body></html> + + + true + + + + + + + + + + + + + + &Add + + + + + + + &Remove + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + <html><head/><body><p>Set the currently selected account as the active account. The active account is the account that is used to log in (unless it is overridden in an instance-specific setting).</p></body></html> + + + &Set Default + + + + + + + Set no default account. This will cause MultiMC to prompt you to select an account every time you launch an instance that doesn't have its own default set. + + + &No Default + + + + + + + + + + + + -- cgit