diff options
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 121 |
1 files changed, 89 insertions, 32 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index d350367..eda5bb6 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -6,14 +6,32 @@ <rect> <x>0</x> <y>0</y> - <width>1165</width> - <height>707</height> + <width>1008</width> + <height>575</height> </rect> </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="autoFillBackground"> <bool>false</bool> </property> @@ -27,6 +45,22 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> + <spacer name="verticalSpacer_2"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::MinimumExpanding</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>0</width> + <height>360</height> + </size> + </property> + </spacer> + </item> + <item> <layout class="QVBoxLayout" name="verticalLayout_previewWrapper"> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> @@ -145,16 +179,16 @@ </widget> </item> <item> - <widget class="QPushButton" name="pushButton_listMoveDown"> + <widget class="QPushButton" name="pushButton_listMoveUp"> <property name="text"> - <string>Down</string> + <string>Up</string> </property> </widget> </item> <item> - <widget class="QPushButton" name="pushButton_listMoveUp"> + <widget class="QPushButton" name="pushButton_listMoveDown"> <property name="text"> - <string>Up</string> + <string>Down</string> </property> </widget> </item> @@ -216,15 +250,15 @@ <item> <widget class="QTabWidget" name="tabWidget"> <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> - <width>0</width> - <height>180</height> + <width>500</width> + <height>0</height> </size> </property> <property name="maximumSize"> @@ -293,7 +327,7 @@ </property> <property name="minimumSize"> <size> - <width>340</width> + <width>0</width> <height>28</height> </size> </property> @@ -727,29 +761,52 @@ </widget> </item> <item> - <widget class="QStackedWidget" name="stackedWidget"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>0</width> - <height>180</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>180</height> - </size> - </property> - <property name="currentIndex"> - <number>-1</number> + <layout class="QVBoxLayout" name="verticalLayout_5"> + <property name="sizeConstraint"> + <enum>QLayout::SetDefaultConstraint</enum> </property> - </widget> + <item> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::MinimumExpanding</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>500</width> + <height>0</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QStackedWidget" name="stackedWidget"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>180</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>180</height> + </size> + </property> + <property name="currentIndex"> + <number>-1</number> + </property> + </widget> + </item> + </layout> </item> </layout> </item> |
