From: Jean-Baptiste Kempf Date: Wed, 2 May 2007 21:19:35 +0000 (+0000) Subject: qt4 - Simple Preferences: add the overlay option to the video preferences panel. X-Git-Tag: 0.9.0-test0~7550 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=137e021bbcc32b64d66d2d6aa05945129e76bd4e;p=vlc qt4 - Simple Preferences: add the overlay option to the video preferences panel. --- diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 58f007c074..5833c072b0 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -172,7 +172,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, CONFIG_GENERIC( "overlay", Bool, NULL, overlay ); CONFIG_GENERIC( "video-on-top", Bool, NULL, alwaysOnTop ); CONFIG_GENERIC( "video-deco", Bool, NULL, windowDecorations ); - CONFIG_GENERIC( "skip-frames" , Bool, NULL, skipFrames); + CONFIG_GENERIC( "skip-frames" , Bool, NULL, skipFrames ); + CONFIG_GENERIC( "overlay", Bool, NULL, overlay ); CONFIG_GENERIC( "vout", Module, NULL, outputModule ); #ifdef WIN32 diff --git a/modules/gui/qt4/ui/sprefs_video.ui b/modules/gui/qt4/ui/sprefs_video.ui index db9997d37b..db67340905 100644 --- a/modules/gui/qt4/ui/sprefs_video.ui +++ b/modules/gui/qt4/ui/sprefs_video.ui @@ -102,6 +102,16 @@ + + + + Overlay + + + true + + +