Commit 93ac7b02 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Try to fix some OpenDialog sizing issues, reported by trax (no ticket) and hopefully fix #1538

parent 1479fb4e
...@@ -86,6 +86,7 @@ FileOpenPanel::FileOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) : ...@@ -86,6 +86,7 @@ FileOpenPanel::FileOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
/* Add a tooltip */ /* Add a tooltip */
dialogBox->setToolTip( qtr( "Select one or multiple files" ) ); dialogBox->setToolTip( qtr( "Select one or multiple files" ) );
dialogBox->setMinimumHeight( 250 );
// But hide the two OK/Cancel buttons. Enable them for debug. // But hide the two OK/Cancel buttons. Enable them for debug.
QDialogButtonBox *fileDialogAcceptBox = QDialogButtonBox *fileDialogAcceptBox =
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>520</width> <width>537</width>
<height>668</height> <height>640</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy" > <property name="sizePolicy" >
...@@ -28,24 +28,11 @@ ...@@ -28,24 +28,11 @@
<property name="windowTitle" > <property name="windowTitle" >
<string>Dialog</string> <string>Dialog</string>
</property> </property>
<layout class="QVBoxLayout" > <layout class="QGridLayout" name="gridLayout" >
<item> <item row="0" column="0" colspan="4" >
<widget class="QTabWidget" name="Tab" > <widget class="QTabWidget" name="Tab" />
<property name="sizePolicy" >
<sizepolicy vsizetype="MinimumExpanding" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>500</width>
<height>400</height>
</size>
</property>
</widget>
</item> </item>
<item> <item row="1" column="0" colspan="4" >
<widget class="QCheckBox" name="advancedCheckBox" > <widget class="QCheckBox" name="advancedCheckBox" >
<property name="toolTip" > <property name="toolTip" >
<string>_("Show extended options")</string> <string>_("Show extended options")</string>
...@@ -55,9 +42,9 @@ ...@@ -55,9 +42,9 @@
</property> </property>
</widget> </widget>
</item> </item>
<item> <item row="2" column="0" colspan="4" >
<widget class="QGroupBox" name="advancedFrame" > <widget class="QGroupBox" name="advancedFrame" >
<layout class="QGridLayout" > <layout class="QGridLayout" name="gridLayout_2" >
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QLabel" name="cacheLabel" > <widget class="QLabel" name="cacheLabel" >
<property name="text" > <property name="text" >
...@@ -136,17 +123,17 @@ ...@@ -136,17 +123,17 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="1" column="1" colspan="6" > <item row="1" column="0" >
<widget class="Line" name="line" />
</item>
<item row="2" column="0" colspan="7" >
<widget class="QCheckBox" name="slaveCheckbox" > <widget class="QCheckBox" name="slaveCheckbox" >
<property name="text" > <property name="text" >
<string>_("Play another media synchronously (extra audio file, ...)")</string> <string>_("Play another media synchronously (extra audio file, ...)")</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" > <item row="1" column="1" colspan="6" >
<widget class="Line" name="line" />
</item>
<item row="2" column="0" >
<widget class="QLabel" name="slaveLabel" > <widget class="QLabel" name="slaveLabel" >
<property name="text" > <property name="text" >
<string>_("Extra media")</string> <string>_("Extra media")</string>
...@@ -156,10 +143,10 @@ ...@@ -156,10 +143,10 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1" colspan="4" > <item row="2" column="1" colspan="4" >
<widget class="QLineEdit" name="slaveText" /> <widget class="QLineEdit" name="slaveText" />
</item> </item>
<item row="3" column="5" colspan="2" > <item row="2" column="5" colspan="2" >
<widget class="QPushButton" name="slaveBrowseButton" > <widget class="QPushButton" name="slaveBrowseButton" >
<property name="toolTip" > <property name="toolTip" >
<string>_("Select the file")</string> <string>_("Select the file")</string>
...@@ -169,10 +156,7 @@ ...@@ -169,10 +156,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="1" colspan="6" > <item row="4" column="0" >
<widget class="Line" name="line" />
</item>
<item row="5" column="0" >
<widget class="QLabel" name="advancedLabel" > <widget class="QLabel" name="advancedLabel" >
<property name="text" > <property name="text" >
<string>_("Customize")</string> <string>_("Customize")</string>
...@@ -182,7 +166,10 @@ ...@@ -182,7 +166,10 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="1" colspan="6" > <item row="3" column="1" colspan="6" >
<widget class="Line" name="line" />
</item>
<item row="4" column="1" colspan="6" >
<widget class="QLineEdit" name="advancedLineInput" > <widget class="QLineEdit" name="advancedLineInput" >
<property name="toolTip" > <property name="toolTip" >
<string>_("Complete MRL for VLC internal")</string> <string>_("Complete MRL for VLC internal")</string>
...@@ -192,87 +179,80 @@ ...@@ -192,87 +179,80 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item> <item row="3" column="0" >
<layout class="QHBoxLayout" > <spacer>
<property name="spacing" > <property name="orientation" >
<number>0</number> <enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="1" >
<widget class="QPushButton" name="menuButton" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize" >
<size>
<width>20</width>
<height>16777215</height>
</size>
</property>
<property name="focusPolicy" >
<enum>Qt::ClickFocus</enum>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>
<property name="toolTip" >
<string>_("Select play mode")</string>
</property>
</widget>
</item>
<item row="3" column="2" >
<widget class="QPushButton" name="playButton" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property> </property>
<item> <property name="minimumSize" >
<spacer> <size>
<property name="orientation" > <width>0</width>
<enum>Qt::Horizontal</enum> <height>0</height>
</property> </size>
<property name="sizeHint" stdset="0" > </property>
<size> <property name="text" >
<width>40</width> <string>Play</string>
<height>20</height> </property>
</size> <property name="default" >
</property> <bool>true</bool>
</spacer> </property>
</item> </widget>
<item> </item>
<widget class="QPushButton" name="menuButton" > <item row="3" column="3" >
<property name="sizePolicy" > <widget class="QDialogButtonBox" name="buttonsBox" >
<sizepolicy vsizetype="Minimum" hsizetype="Fixed" > <property name="sizePolicy" >
<horstretch>0</horstretch> <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
<verstretch>0</verstretch> <horstretch>0</horstretch>
</sizepolicy> <verstretch>0</verstretch>
</property> </sizepolicy>
<property name="maximumSize" > </property>
<size> <property name="standardButtons" >
<width>20</width> <set>QDialogButtonBox::NoButton</set>
<height>16777215</height> </property>
</size> </widget>
</property>
<property name="focusPolicy" >
<enum>Qt::ClickFocus</enum>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>
<property name="toolTip" >
<string>_("Select play mode")</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="playButton" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text" >
<string>Play</string>
</property>
<property name="default" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonsBox" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="standardButtons" >
<set>QDialogButtonBox::NoButton</set>
</property>
</widget>
</item>
</layout>
</item> </item>
<item> <item row="4" column="0" colspan="4" >
<spacer> <spacer>
<property name="orientation" > <property name="orientation" >
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
......
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