diff options
author | Andrew <forkk@forkk.net> | 2013-01-09 12:22:22 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-01-09 12:22:22 -0600 |
commit | d6d5c86a736537828a59ddc6389d5d0490942f8c (patch) | |
tree | eb347c0dd8a6d047b35624a21a999e1aed1a7135 /gui | |
download | MultiMC-d6d5c86a736537828a59ddc6389d5d0490942f8c.tar MultiMC-d6d5c86a736537828a59ddc6389d5d0490942f8c.tar.gz MultiMC-d6d5c86a736537828a59ddc6389d5d0490942f8c.tar.lz MultiMC-d6d5c86a736537828a59ddc6389d5d0490942f8c.tar.xz MultiMC-d6d5c86a736537828a59ddc6389d5d0490942f8c.zip |
Initial commit
Diffstat (limited to 'gui')
-rw-r--r-- | gui/mainwindow.cpp | 77 | ||||
-rw-r--r-- | gui/mainwindow.h | 56 | ||||
-rw-r--r-- | gui/mainwindow.ui | 163 |
3 files changed, 296 insertions, 0 deletions
diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp new file mode 100644 index 00000000..875cc256 --- /dev/null +++ b/gui/mainwindow.cpp @@ -0,0 +1,77 @@ +/* Copyright 2013 MultiMC Contributors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include "mainwindow.h" +#include "ui_mainwindow.h" + +#include <QDesktopServices> +#include <QUrl> + +MainWindow::MainWindow(QWidget *parent) : + QMainWindow(parent), + ui(new Ui::MainWindow) +{ + ui->setupUi(this); +} + +MainWindow::~MainWindow() +{ + delete ui; +} + +void MainWindow::on_actionAddInstance_triggered() +{ + +} + +void MainWindow::on_actionViewInstanceFolder_triggered() +{ + +} + +void MainWindow::on_actionRefresh_triggered() +{ + +} + +void MainWindow::on_actionViewCentralModsFolder_triggered() +{ + +} + +void MainWindow::on_actionCheckUpdate_triggered() +{ + +} + +void MainWindow::on_actionSettings_triggered() +{ + +} + +void MainWindow::on_actionReportBug_triggered() +{ + +} + +void MainWindow::on_actionNews_triggered() +{ + +} + +void MainWindow::on_actionAbout_triggered() +{ + +} diff --git a/gui/mainwindow.h b/gui/mainwindow.h new file mode 100644 index 00000000..6d9a0216 --- /dev/null +++ b/gui/mainwindow.h @@ -0,0 +1,56 @@ +/* Copyright 2013 MultiMC Contributors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef MAINWINDOW_H +#define MAINWINDOW_H + +#include <QMainWindow> + +namespace Ui { +class MainWindow; +} + +class MainWindow : public QMainWindow +{ + Q_OBJECT + +public: + explicit MainWindow(QWidget *parent = 0); + ~MainWindow(); + +private slots: + void on_actionAbout_triggered(); + + void on_actionAddInstance_triggered(); + + void on_actionViewInstanceFolder_triggered(); + + void on_actionRefresh_triggered(); + + void on_actionViewCentralModsFolder_triggered(); + + void on_actionCheckUpdate_triggered(); + + void on_actionSettings_triggered(); + + void on_actionReportBug_triggered(); + + void on_actionNews_triggered(); + +private: + Ui::MainWindow *ui; +}; + +#endif // MAINWINDOW_H 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>MainWindow</class> + <widget class="QMainWindow" name="MainWindow"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>600</width> + <height>400</height> + </rect> + </property> + <property name="windowTitle"> + <string>MultiMC 5</string> + </property> + <widget class="QWidget" name="centralWidget"/> + <widget class="QToolBar" name="mainToolBar"> + <property name="movable"> + <bool>false</bool> + </property> + <property name="allowedAreas"> + <set>Qt::TopToolBarArea</set> + </property> + <attribute name="toolBarArea"> + <enum>TopToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + <addaction name="actionAddInstance"/> + <addaction name="actionViewInstanceFolder"/> + <addaction name="actionViewCentralModsFolder"/> + <addaction name="actionRefresh"/> + <addaction name="separator"/> + <addaction name="actionCheckUpdate"/> + <addaction name="actionSettings"/> + <addaction name="separator"/> + <addaction name="actionReportBug"/> + <addaction name="actionNews"/> + <addaction name="actionAbout"/> + </widget> + <widget class="QStatusBar" name="statusBar"/> + <action name="actionAddInstance"> + <property name="icon"> + <iconset resource="../multimc.qrc"> + <normaloff>:/icons/toolbar/new</normaloff>:/icons/toolbar/new</iconset> + </property> + <property name="text"> + <string>Add Instance</string> + </property> + <property name="toolTip"> + <string>Add a new instance.</string> + </property> + </action> + <action name="actionViewInstanceFolder"> + <property name="icon"> + <iconset resource="../multimc.qrc"> + <normaloff>:/icons/toolbar/viewfolder</normaloff>:/icons/toolbar/viewfolder</iconset> + </property> + <property name="text"> + <string>View Instance Folder</string> + </property> + <property name="toolTip"> + <string>Open the instance folder in a file browser.</string> + </property> + </action> + <action name="actionRefresh"> + <property name="icon"> + <iconset resource="../multimc.qrc"> + <normaloff>:/icons/toolbar/refresh</normaloff>:/icons/toolbar/refresh</iconset> + </property> + <property name="text"> + <string>Refresh</string> + </property> + <property name="toolTip"> + <string>Reload the instance list.</string> + </property> + </action> + <action name="actionViewCentralModsFolder"> + <property name="icon"> + <iconset resource="../multimc.qrc"> + <normaloff>:/icons/toolbar/centralmods</normaloff>:/icons/toolbar/centralmods</iconset> + </property> + <property name="text"> + <string>View Central Mods Folder</string> + </property> + <property name="toolTip"> + <string>Open the central mods folder in a file browser.</string> + </property> + </action> + <action name="actionCheckUpdate"> + <property name="icon"> + <iconset resource="../multimc.qrc"> + <normaloff>:/icons/toolbar/checkupdate</normaloff>:/icons/toolbar/checkupdate</iconset> + </property> + <property name="text"> + <string>Check for Updates</string> + </property> + <property name="toolTip"> + <string>Check for new updates for MultiMC</string> + </property> + </action> + <action name="actionSettings"> + <property name="icon"> + <iconset resource="../multimc.qrc"> + <normaloff>:/icons/toolbar/settings</normaloff>:/icons/toolbar/settings</iconset> + </property> + <property name="text"> + <string>Settings</string> + </property> + <property name="toolTip"> + <string>Change settings.</string> + </property> + <property name="menuRole"> + <enum>QAction::PreferencesRole</enum> + </property> + </action> + <action name="actionReportBug"> + <property name="icon"> + <iconset resource="../multimc.qrc"> + <normaloff>:/icons/toolbar/bug</normaloff>:/icons/toolbar/bug</iconset> + </property> + <property name="text"> + <string>Report a Bug</string> + </property> + <property name="toolTip"> + <string>Open the bug tracker to report a bug with MultiMC.</string> + </property> + </action> + <action name="actionNews"> + <property name="icon"> + <iconset resource="../multimc.qrc"> + <normaloff>:/icons/toolbar/news</normaloff>:/icons/toolbar/news</iconset> + </property> + <property name="text"> + <string>News</string> + </property> + <property name="toolTip"> + <string>Open the MultiMC dev blog to read news about MultiMC.</string> + </property> + </action> + <action name="actionAbout"> + <property name="icon"> + <iconset resource="../multimc.qrc"> + <normaloff>:/icons/toolbar/about</normaloff>:/icons/toolbar/about</iconset> + </property> + <property name="text"> + <string>About MultiMC</string> + </property> + <property name="toolTip"> + <string>View information about MultiMC.</string> + </property> + <property name="menuRole"> + <enum>QAction::AboutRole</enum> + </property> + </action> + </widget> + <layoutdefault spacing="6" margin="11"/> + <resources> + <include location="../multimc.qrc"/> + </resources> + <connections/> +</ui> |