Commit 21b9dcdc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

qt4 - extended dialog is a QtTool dialog.

parent f1fac53e
...@@ -33,6 +33,8 @@ ExtendedDialog *ExtendedDialog::instance = NULL; ...@@ -33,6 +33,8 @@ ExtendedDialog *ExtendedDialog::instance = NULL;
ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf ) ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
{ {
setWindowFlags( Qt::Tool );
QHBoxLayout *l = new QHBoxLayout( this ); QHBoxLayout *l = new QHBoxLayout( this );
QTabWidget *tab = new QTabWidget( this ); QTabWidget *tab = new QTabWidget( this );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment