1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-28 11:42:42 +01:00

Make popup.

This commit is contained in:
Teo Mrnjavac 2012-08-15 22:40:58 +02:00
parent 6047a85f40
commit 128388155e

View File

@ -32,10 +32,10 @@ AccountsPopupWidget::AccountsPopupWidget( QWidget* parent )
: QWidget( parent )
, m_widget( 0 )
{
//setWindowFlags( Qt::FramelessWindowHint );
//setWindowFlags( Qt::Popup );
setWindowFlags( Qt::FramelessWindowHint );
setWindowFlags( Qt::Popup );
//Uncomment this if using a debugger:
setWindowFlags( Qt::Window );
//setWindowFlags( Qt::Window );
setAutoFillBackground( false );
setAttribute( Qt::WA_TranslucentBackground, true );