From 03b67fa4dd6859c54f703633959d438607087af2 Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Wed, 30 Jun 2010 19:09:16 +0300 Subject: [PATCH] Qt4: add playlist-tree selection to simple preferences I think tree-view on playlist looks ok (iconview/listview atleast), so lets not make too hard to enable it. --- modules/gui/qt4/components/simple_preferences.cpp | 1 + modules/gui/qt4/ui/sprefs_interface.ui | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 57f08ce3c4..5499bd9530 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -579,6 +579,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, CONFIG_BOOL( "qt-fs-controller", fsController ); CONFIG_BOOL( "qt-system-tray", systrayBox ); CONFIG_BOOL( "qt-notification", sysPop ); + CONFIG_BOOL( "playlist-tree", treePlaylist ); CONFIG_GENERIC_FILE( "skins2-last", File, ui.skinFileLabel, ui.fileSkin, ui.skinBrowse ); CONFIG_BOOL( "qt-video-autoresize", resizingBox ); diff --git a/modules/gui/qt4/ui/sprefs_interface.ui b/modules/gui/qt4/ui/sprefs_interface.ui index 0877d40cb8..bc96dfadfa 100644 --- a/modules/gui/qt4/ui/sprefs_interface.ui +++ b/modules/gui/qt4/ui/sprefs_interface.ui @@ -349,6 +349,13 @@ + + + + Display playlist tree + + + -- 2.39.2