diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-06-03 01:34:44 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-06-09 01:38:31 +0200 |
commit | 6b3d1101cb801367edef8f35b3eee4499e04866b (patch) | |
tree | 22f223c016fd0b4999dc7c704bd6f7b7583269d1 /gui/pages/VersionPage.ui | |
parent | f485885757e287546bb27bda5906bfa4adc5494a (diff) | |
download | MultiMC-6b3d1101cb801367edef8f35b3eee4499e04866b.tar MultiMC-6b3d1101cb801367edef8f35b3eee4499e04866b.tar.gz MultiMC-6b3d1101cb801367edef8f35b3eee4499e04866b.tar.lz MultiMC-6b3d1101cb801367edef8f35b3eee4499e04866b.tar.xz MultiMC-6b3d1101cb801367edef8f35b3eee4499e04866b.zip |
Tweaks to page dialog and version page.
Diffstat (limited to 'gui/pages/VersionPage.ui')
-rw-r--r-- | gui/pages/VersionPage.ui | 88 |
1 files changed, 58 insertions, 30 deletions
diff --git a/gui/pages/VersionPage.ui b/gui/pages/VersionPage.ui index 036295f0..f770df55 100644 --- a/gui/pages/VersionPage.ui +++ b/gui/pages/VersionPage.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>400</width> - <height>326</height> + <height>475</height> </rect> </property> <property name="windowTitle"> @@ -52,6 +52,16 @@ <item> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Selection</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> <widget class="QPushButton" name="changeMCVersionBtn"> <property name="text"> <string>Change version</string> @@ -59,74 +69,79 @@ </widget> </item> <item> - <widget class="QPushButton" name="forgeBtn"> + <widget class="QPushButton" name="moveLibraryUpBtn"> <property name="toolTip"> - <string>Replace any current custom version with Minecraft Forge</string> + <string>This isn't implemented yet.</string> </property> <property name="text"> - <string>Install Forge</string> + <string>Move up</string> </property> </widget> </item> <item> - <widget class="QPushButton" name="liteloaderBtn"> + <widget class="QPushButton" name="moveLibraryDownBtn"> + <property name="toolTip"> + <string>This isn't implemented yet.</string> + </property> <property name="text"> - <string>Install LiteLoader</string> + <string>Move down</string> </property> </widget> </item> <item> - <widget class="QPushButton" name="jarmodBtn"> + <widget class="QPushButton" name="removeLibraryBtn"> <property name="text"> - <string>Add jar mod</string> + <string>Remove</string> </property> </widget> </item> <item> - <widget class="Line" name="line"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> + <widget class="LineSeparator" name="separator" native="true"/> </item> <item> - <widget class="QPushButton" name="reloadLibrariesBtn"> + <widget class="QLabel" name="label_2"> <property name="text"> - <string>Reload</string> + <string>Install</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> </property> </widget> </item> <item> - <widget class="QPushButton" name="removeLibraryBtn"> + <widget class="QPushButton" name="forgeBtn"> + <property name="toolTip"> + <string>Replace any current custom version with Minecraft Forge</string> + </property> <property name="text"> - <string>Remove</string> + <string>Install Forge</string> </property> </widget> </item> <item> - <widget class="Line" name="line_2"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> + <widget class="QPushButton" name="liteloaderBtn"> + <property name="text"> + <string>Install LiteLoader</string> </property> </widget> </item> <item> - <widget class="QPushButton" name="moveLibraryUpBtn"> - <property name="toolTip"> - <string>This isn't implemented yet.</string> - </property> + <widget class="QPushButton" name="jarmodBtn"> <property name="text"> - <string>Move up</string> + <string>Add jar mod</string> </property> </widget> </item> <item> - <widget class="QPushButton" name="moveLibraryDownBtn"> - <property name="toolTip"> - <string>This isn't implemented yet.</string> - </property> + <widget class="LineSeparator" name="widget" native="true"/> + </item> + <item> + <widget class="QLabel" name="label_5"> <property name="text"> - <string>Move down</string> + <string>List</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> </property> </widget> </item> @@ -141,6 +156,13 @@ </widget> </item> <item> + <widget class="QPushButton" name="reloadLibrariesBtn"> + <property name="text"> + <string>Reload</string> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer_7"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -163,6 +185,12 @@ <extends>QTreeView</extends> <header>gui/widgets/ModListView.h</header> </customwidget> + <customwidget> + <class>LineSeparator</class> + <extends>QWidget</extends> + <header>gui/widgets/LineSeparator.h</header> + <container>1</container> + </customwidget> </customwidgets> <resources/> <connections/> |