diff options
author | Ken Moore <moorekou@gmail.com> | 2015-08-26 08:35:20 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-08-26 08:35:20 -0400 |
commit | 8a47c8400a9132162b0a5df943675c984e512d47 (patch) | |
tree | 2a2bb2e4d9d199556c762eb85ccd99820f6c7549 /lumina-fm/widgets/DirWidget.ui | |
parent | Commit a major overhaul of lumina-fm: PLEASE TEST!! (diff) | |
download | lumina-8a47c8400a9132162b0a5df943675c984e512d47.tar.gz lumina-8a47c8400a9132162b0a5df943675c984e512d47.tar.bz2 lumina-8a47c8400a9132162b0a5df943675c984e512d47.zip |
Clean up some of the new widgets/functionality:
1) Fix a layout issue with the DirWidget
2) Fix the GoToNext functionality in the multimedia player
3) Ensure the multimedia player is stopped if the tab is closed
4) Clean up some dead space in the DirWidget
Diffstat (limited to 'lumina-fm/widgets/DirWidget.ui')
-rw-r--r-- | lumina-fm/widgets/DirWidget.ui | 117 |
1 files changed, 54 insertions, 63 deletions
diff --git a/lumina-fm/widgets/DirWidget.ui b/lumina-fm/widgets/DirWidget.ui index 9355d21e..42b4a075 100644 --- a/lumina-fm/widgets/DirWidget.ui +++ b/lumina-fm/widgets/DirWidget.ui @@ -7,13 +7,13 @@ <x>0</x> <y>0</y> <width>400</width> - <height>334</height> + <height>349</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> - <layout class="QGridLayout" name="gridLayout"> + <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0" columnstretch="0,1"> <property name="leftMargin"> <number>0</number> </property> @@ -35,19 +35,62 @@ <item row="0" column="0" rowspan="2" colspan="2"> <layout class="QHBoxLayout" name="toolbar_layout"/> </item> - <item row="1" column="1" rowspan="2"> + <item row="3" column="0" colspan="2"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_status"> + <property name="text"> + <string notr="true">Status</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="tool_goToImages"> + <property name="statusTip"> + <string>Add selected images to slideshow</string> + </property> + <property name="text"> + <string>Slideshow</string> + </property> + <property name="iconSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="toolButtonStyle"> + <enum>Qt::ToolButtonTextBesideIcon</enum> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="tool_goToPlayer"> + <property name="statusTip"> + <string>Enqueue selection in multimedia player</string> + </property> + <property name="text"> + <string>Play</string> + </property> + <property name="iconSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="toolButtonStyle"> + <enum>Qt::ToolButtonTextBesideIcon</enum> + </property> + </widget> + </item> + </layout> + </item> + <item row="2" column="1"> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> <number>1</number> </property> <item> - <widget class="QGroupBox" name="group_snaps"> - <property name="title"> - <string notr="true"/> - </property> - <property name="flat"> - <bool>true</bool> - </property> + <widget class="QFrame" name="group_snaps"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <property name="leftMargin"> <number>1</number> @@ -156,16 +199,13 @@ </layout> </item> <item row="2" column="0"> - <widget class="QGroupBox" name="group_actions"> + <widget class="QFrame" name="group_actions"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="title"> - <string/> - </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="leftMargin"> <number>0</number> @@ -395,55 +435,6 @@ </layout> </widget> </item> - <item row="3" column="0" colspan="2"> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <item> - <widget class="QLabel" name="label_status"> - <property name="text"> - <string notr="true">Status</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="tool_goToImages"> - <property name="statusTip"> - <string>Add selected images to slideshow</string> - </property> - <property name="text"> - <string>Slideshow</string> - </property> - <property name="iconSize"> - <size> - <width>20</width> - <height>20</height> - </size> - </property> - <property name="toolButtonStyle"> - <enum>Qt::ToolButtonTextBesideIcon</enum> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="tool_goToPlayer"> - <property name="statusTip"> - <string>Enqueue selection in multimedia player</string> - </property> - <property name="text"> - <string>Play</string> - </property> - <property name="iconSize"> - <size> - <width>20</width> - <height>20</height> - </size> - </property> - <property name="toolButtonStyle"> - <enum>Qt::ToolButtonTextBesideIcon</enum> - </property> - </widget> - </item> - </layout> - </item> </layout> <action name="actionBack"> <property name="text"> |