Commit d572f0e9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: sprefs, small layout improvement, when resizing

parent 19e6dc56
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>699</width> <width>734</width>
<height>627</height> <height>623</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
...@@ -414,8 +414,14 @@ ...@@ -414,8 +414,14 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<layout class="QGridLayout" name="gridLayout_4"> <layout class="QGridLayout">
<item row="0" column="0" colspan="2"> <property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<item row="0" column="0" colspan="3">
<widget class="QCheckBox" name="fsController"> <widget class="QCheckBox" name="fsController">
<property name="text"> <property name="text">
<string>Show controls in full screen mode</string> <string>Show controls in full screen mode</string>
...@@ -429,7 +435,7 @@ ...@@ -429,7 +435,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1" colspan="2"> <item row="1" column="2" colspan="2">
<widget class="QCheckBox" name="pauseMinimizedBox"> <widget class="QCheckBox" name="pauseMinimizedBox">
<property name="text"> <property name="text">
<string>Pause playback when minimized</string> <string>Pause playback when minimized</string>
...@@ -443,7 +449,7 @@ ...@@ -443,7 +449,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="1" colspan="2"> <item row="2" column="2" colspan="2">
<widget class="QCheckBox" name="resizingBox"> <widget class="QCheckBox" name="resizingBox">
<property name="text"> <property name="text">
<string>Resize interface to video size</string> <string>Resize interface to video size</string>
...@@ -457,7 +463,7 @@ ...@@ -457,7 +463,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1" rowspan="2" colspan="2"> <item row="3" column="2" rowspan="2" colspan="2">
<widget class="QCheckBox" name="sysPop"> <widget class="QCheckBox" name="sysPop">
<property name="text"> <property name="text">
<string>Systray popup when minimized</string> <string>Systray popup when minimized</string>
...@@ -480,9 +486,35 @@ ...@@ -480,9 +486,35 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="1" colspan="2"> <item row="5" column="2" colspan="2">
<widget class="QComboBox" name="stylesCombo"/> <widget class="QComboBox" name="stylesCombo"/>
</item> </item>
<item row="1" column="1">
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="4">
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment