diff options
| author | DH4 | 2017-06-01 22:46:45 -0500 |
|---|---|---|
| committer | DH4 | 2017-06-01 22:46:45 -0500 |
| commit | 7d8e9ab3b16546e91144e256e88f9f490abc7ec2 (patch) | |
| tree | c314536d70adc85b12f40aeab62d4f20576d974a /mainwindow.ui | |
| parent | 30f2ea12df0ae732797bcc716de592e878262290 (diff) | |
Added aspect ratio scaling to preview area.
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 86 |
1 files changed, 25 insertions, 61 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index 0dcce91..808073b 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -27,75 +27,24 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> - <layout class="QVBoxLayout" name="verticalLayout_2"> + <layout class="QVBoxLayout" name="verticalLayout_previewWrapper"> + <property name="sizeConstraint"> + <enum>QLayout::SetDefaultConstraint</enum> + </property> <property name="topMargin"> <number>0</number> </property> <item> - <spacer name="verticalSpacer_6"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType"> - <enum>QSizePolicy::Minimum</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>0</width> - <height>0</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QLabel" name="label_previewContainer"> - <property name="sizePolicy"> - <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>356</width> - <height>280</height> - </size> - </property> - <property name="sizeIncrement"> - <size> - <width>0</width> - <height>0</height> - </size> - </property> - <property name="autoFillBackground"> - <bool>false</bool> - </property> - <property name="styleSheet"> - <string notr="true">background-color:rgba(255, 255, 255, 15); -</string> - </property> - <property name="text"> - <string/> - </property> - <property name="scaledContents"> - <bool>true</bool> - </property> - <property name="alignment"> - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item> - <spacer name="verticalSpacer_5"> + <spacer name="horizontalSpacer_previewSpacer"> <property name="orientation"> - <enum>Qt::Vertical</enum> + <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> - <enum>QSizePolicy::Minimum</enum> + <enum>QSizePolicy::MinimumExpanding</enum> </property> <property name="sizeHint" stdset="0"> <size> - <width>0</width> + <width>420</width> <height>0</height> </size> </property> @@ -105,16 +54,25 @@ </item> <item> <layout class="QVBoxLayout" name="verticalLayout_3"> + <property name="sizeConstraint"> + <enum>QLayout::SetMinimumSize</enum> + </property> <property name="leftMargin"> <number>3</number> </property> <item> <layout class="QVBoxLayout" name="verticalLayout_4"> + <property name="sizeConstraint"> + <enum>QLayout::SetMinimumSize</enum> + </property> <property name="leftMargin"> <number>3</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_16"> + <property name="sizeConstraint"> + <enum>QLayout::SetMinimumSize</enum> + </property> <item> <widget class="QPushButton" name="pushButton_openProject"> <property name="text"> @@ -141,10 +99,10 @@ <item> <spacer name="verticalSpacer"> <property name="orientation"> - <enum>Qt::Vertical</enum> + <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> - <enum>QSizePolicy::Fixed</enum> + <enum>QSizePolicy::Minimum</enum> </property> <property name="sizeHint" stdset="0"> <size> @@ -218,6 +176,12 @@ <layout class="QHBoxLayout" name="horizontalLayout_15"> <item> <widget class="QComboBox" name="comboBox_openPreset"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <item> <property name="text"> <string>Open Preset</string> |
