From d6d5c86a736537828a59ddc6389d5d0490942f8c Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 9 Jan 2013 12:22:22 -0600 Subject: Initial commit --- gui/mainwindow.ui | 163 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 gui/mainwindow.ui (limited to 'gui/mainwindow.ui') diff --git a/gui/mainwindow.ui b/gui/mainwindow.ui new file mode 100644 index 00000000..0ef98d0e --- /dev/null +++ b/gui/mainwindow.ui @@ -0,0 +1,163 @@ + + + MainWindow + + + + 0 + 0 + 600 + 400 + + + + MultiMC 5 + + + + + false + + + Qt::TopToolBarArea + + + TopToolBarArea + + + false + + + + + + + + + + + + + + + + + + :/icons/toolbar/new:/icons/toolbar/new + + + Add Instance + + + Add a new instance. + + + + + + :/icons/toolbar/viewfolder:/icons/toolbar/viewfolder + + + View Instance Folder + + + Open the instance folder in a file browser. + + + + + + :/icons/toolbar/refresh:/icons/toolbar/refresh + + + Refresh + + + Reload the instance list. + + + + + + :/icons/toolbar/centralmods:/icons/toolbar/centralmods + + + View Central Mods Folder + + + Open the central mods folder in a file browser. + + + + + + :/icons/toolbar/checkupdate:/icons/toolbar/checkupdate + + + Check for Updates + + + Check for new updates for MultiMC + + + + + + :/icons/toolbar/settings:/icons/toolbar/settings + + + Settings + + + Change settings. + + + QAction::PreferencesRole + + + + + + :/icons/toolbar/bug:/icons/toolbar/bug + + + Report a Bug + + + Open the bug tracker to report a bug with MultiMC. + + + + + + :/icons/toolbar/news:/icons/toolbar/news + + + News + + + Open the MultiMC dev blog to read news about MultiMC. + + + + + + :/icons/toolbar/about:/icons/toolbar/about + + + About MultiMC + + + View information about MultiMC. + + + QAction::AboutRole + + + + + + + + + -- cgit