diff options
author | Forkk <forkk@forkk.net> | 2014-01-02 13:25:38 -0600 |
---|---|---|
committer | Forkk <forkk@forkk.net> | 2014-01-02 13:25:38 -0600 |
commit | 4495e20cd7f7f2ab062f3b60f19ac4b79f32c350 (patch) | |
tree | f5bbc9d40ea49fcfd52e3d310c7c1e0ce4c8c6a2 /gui/MainWindow.ui | |
parent | 9d8006b597aead06f1d51dacbdb346ebab3d5e8f (diff) | |
download | MultiMC-4495e20cd7f7f2ab062f3b60f19ac4b79f32c350.tar MultiMC-4495e20cd7f7f2ab062f3b60f19ac4b79f32c350.tar.gz MultiMC-4495e20cd7f7f2ab062f3b60f19ac4b79f32c350.tar.lz MultiMC-4495e20cd7f7f2ab062f3b60f19ac4b79f32c350.tar.xz MultiMC-4495e20cd7f7f2ab062f3b60f19ac4b79f32c350.zip |
Add news checking system and news toolbar
Diffstat (limited to 'gui/MainWindow.ui')
-rw-r--r-- | gui/MainWindow.ui | 44 |
1 files changed, 38 insertions, 6 deletions
diff --git a/gui/MainWindow.ui b/gui/MainWindow.ui index 82e3b05f..1a3f53cd 100644 --- a/gui/MainWindow.ui +++ b/gui/MainWindow.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>688</width> - <height>650</height> + <height>460</height> </rect> </property> <property name="windowTitle"> @@ -72,7 +72,6 @@ <addaction name="actionSettings"/> <addaction name="separator"/> <addaction name="actionReportBug"/> - <addaction name="actionNews"/> <addaction name="actionAbout"/> <addaction name="separator"/> <addaction name="actionCAT"/> @@ -121,6 +120,36 @@ <addaction name="separator"/> <addaction name="actionDeleteInstance"/> </widget> + <widget class="QToolBar" name="newsToolBar"> + <property name="windowTitle"> + <string>News Toolbar</string> + </property> + <property name="movable"> + <bool>false</bool> + </property> + <property name="allowedAreas"> + <set>Qt::BottomToolBarArea</set> + </property> + <property name="iconSize"> + <size> + <width>16</width> + <height>16</height> + </size> + </property> + <property name="toolButtonStyle"> + <enum>Qt::ToolButtonTextBesideIcon</enum> + </property> + <property name="floatable"> + <bool>false</bool> + </property> + <attribute name="toolBarArea"> + <enum>BottomToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + <addaction name="actionMoreNews"/> + </widget> <action name="actionAddInstance"> <property name="icon"> <iconset resource="../graphics.qrc"> @@ -229,19 +258,22 @@ <string>Open the bug tracker to report a bug with MultiMC.</string> </property> </action> - <action name="actionNews"> + <action name="actionMoreNews"> <property name="icon"> <iconset resource="../graphics.qrc"> <normaloff>:/icons/toolbar/news</normaloff>:/icons/toolbar/news</iconset> </property> <property name="text"> - <string>News</string> + <string>More News</string> + </property> + <property name="iconText"> + <string>More...</string> </property> <property name="toolTip"> - <string>Open the MultiMC dev blog to read news about MultiMC.</string> + <string>Open the MultiMC development blog to read more news about MultiMC.</string> </property> <property name="statusTip"> - <string>Open the MultiMC dev blog to read news about MultiMC.</string> + <string>Open the MultiMC development blog to read more news about MultiMC.</string> </property> </action> <action name="actionAbout"> |