diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-01-22 05:56:12 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-01-22 05:56:12 +0100 |
commit | 00893b3cfc68f12c09e84643d255044a488b0eb6 (patch) | |
tree | 229762a1cc56827b7bbfedd237dbf5c3bd57808c /gui/mainwindow.ui | |
parent | f33ab9beb17bd11cb55951cb04d24cef34f6dec0 (diff) | |
download | PrismLauncher-00893b3cfc68f12c09e84643d255044a488b0eb6.tar.gz PrismLauncher-00893b3cfc68f12c09e84643d255044a488b0eb6.tar.bz2 PrismLauncher-00893b3cfc68f12c09e84643d255044a488b0eb6.zip |
Instance model (or at least something like it)
Diffstat (limited to 'gui/mainwindow.ui')
-rw-r--r-- | gui/mainwindow.ui | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/gui/mainwindow.ui b/gui/mainwindow.ui index 0ef98d0e..ccc7e777 100644 --- a/gui/mainwindow.ui +++ b/gui/mainwindow.ui @@ -6,14 +6,38 @@ <rect> <x>0</x> <y>0</y> - <width>600</width> - <height>400</height> + <width>739</width> + <height>657</height> </rect> </property> <property name="windowTitle"> <string>MultiMC 5</string> </property> - <widget class="QWidget" name="centralWidget"/> + <widget class="QWidget" name="centralWidget"> + <layout class="QHBoxLayout" name="horizontalLayout"> + <property name="spacing"> + <number>0</number> + </property> + <property name="sizeConstraint"> + <enum>QLayout::SetDefaultConstraint</enum> + </property> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> + <item> + <widget class="QTreeView" name="instanceView"/> + </item> + </layout> + </widget> <widget class="QToolBar" name="mainToolBar"> <property name="movable"> <bool>false</bool> |