diff options
author | Ken Moore <moorekou@gmail.com> | 2015-10-14 14:01:12 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-10-14 14:01:12 -0400 |
commit | 838477d0b6bca5327082095711b59eb533affa52 (patch) | |
tree | e9c4adea922a060d6a1e3f04b4b4e9ca773c6596 /lumina-fm/widgets/DirWidget.ui | |
parent | When dropping files into lumina-fm: Only treat it as a move when the initial/... (diff) | |
download | lumina-838477d0b6bca5327082095711b59eb533affa52.tar.gz lumina-838477d0b6bca5327082095711b59eb533affa52.tar.bz2 lumina-838477d0b6bca5327082095711b59eb533affa52.zip |
Clean up some more of lumina-fm:
1) Put the status label on a line below all the buttons (they get crushed together with multiple columns)
2) Fix the time-based event processing when loading a directory (1/2 second updates now)
3) Update the drag/drop indicator items based on the directory underneath.
4) Fix the F5 keyboard shortcut to refresh a directory.
Diffstat (limited to 'lumina-fm/widgets/DirWidget.ui')
-rw-r--r-- | lumina-fm/widgets/DirWidget.ui | 147 |
1 files changed, 82 insertions, 65 deletions
diff --git a/lumina-fm/widgets/DirWidget.ui b/lumina-fm/widgets/DirWidget.ui index 68eb3274..1825cd0d 100644 --- a/lumina-fm/widgets/DirWidget.ui +++ b/lumina-fm/widgets/DirWidget.ui @@ -36,7 +36,88 @@ <layout class="QHBoxLayout" name="toolbar_layout"/> </item> <item row="3" column="0" colspan="2"> - <layout class="QHBoxLayout" name="horizontalLayout_2"> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <spacer name="horizontalSpacer"> + <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> + <widget class="QToolButton" name="tool_new_file"> + <property name="statusTip"> + <string>Create a new file</string> + </property> + <property name="text"> + <string>New File</string> + </property> + <property name="toolButtonStyle"> + <enum>Qt::ToolButtonTextBesideIcon</enum> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="tool_new_dir"> + <property name="statusTip"> + <string>Create a new directory</string> + </property> + <property name="text"> + <string>New Dir</string> + </property> + <property name="toolButtonStyle"> + <enum>Qt::ToolButtonTextBesideIcon</enum> + </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> <widget class="QLabel" name="label_status"> <property name="text"> @@ -47,70 +128,6 @@ </property> </widget> </item> - <item> - <widget class="QToolButton" name="tool_new_dir"> - <property name="statusTip"> - <string>Create a new directory</string> - </property> - <property name="text"> - <string>New Dir</string> - </property> - <property name="toolButtonStyle"> - <enum>Qt::ToolButtonTextBesideIcon</enum> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="tool_new_file"> - <property name="statusTip"> - <string>Create a new file</string> - </property> - <property name="text"> - <string>New File</string> - </property> - <property name="toolButtonStyle"> - <enum>Qt::ToolButtonTextBesideIcon</enum> - </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"> |