From 98507c733fec7a823bb653fa1897e90793d69667 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 15 Aug 2012 16:01:32 +0200 Subject: [PATCH] Make popup. --- src/widgets/AccountsPopupWidget.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/widgets/AccountsPopupWidget.cpp b/src/widgets/AccountsPopupWidget.cpp index 8032ec5b1..09230cb61 100644 --- a/src/widgets/AccountsPopupWidget.cpp +++ b/src/widgets/AccountsPopupWidget.cpp @@ -32,9 +32,10 @@ AccountsPopupWidget::AccountsPopupWidget( QWidget* parent ) : QWidget( parent ) , m_widget( 0 ) { - //setWindowFlags( Qt::FramelessWindowHint ); - //setWindowFlags( Qt::Popup ); - setWindowFlags( Qt::Window ); + setWindowFlags( Qt::FramelessWindowHint ); + setWindowFlags( Qt::Popup ); + //Uncomment this if using a debugger: + //setWindowFlags( Qt::Window ); setAutoFillBackground( false ); setAttribute( Qt::WA_TranslucentBackground, true );