mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Make popup.
This commit is contained in:
@@ -32,9 +32,10 @@ AccountsPopupWidget::AccountsPopupWidget( QWidget* parent )
|
|||||||
: QWidget( parent )
|
: QWidget( parent )
|
||||||
, m_widget( 0 )
|
, m_widget( 0 )
|
||||||
{
|
{
|
||||||
//setWindowFlags( Qt::FramelessWindowHint );
|
setWindowFlags( Qt::FramelessWindowHint );
|
||||||
//setWindowFlags( Qt::Popup );
|
setWindowFlags( Qt::Popup );
|
||||||
setWindowFlags( Qt::Window );
|
//Uncomment this if using a debugger:
|
||||||
|
//setWindowFlags( Qt::Window );
|
||||||
|
|
||||||
setAutoFillBackground( false );
|
setAutoFillBackground( false );
|
||||||
setAttribute( Qt::WA_TranslucentBackground, true );
|
setAttribute( Qt::WA_TranslucentBackground, true );
|
||||||
|
Reference in New Issue
Block a user