Changeset 21b9dcdce7cdd7aef306f42e4936096eef7233cc

Show
Ignore:
Timestamp:
27/04/07 19:36:10 (2 years ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1177695370 +0000
git-parent:

[f1fac53ed11e9fb044d22a189947c74408825e21]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1177695370 +0000
Message:

qt4 - extended dialog is a QtTool? dialog.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/dialogs/extended.cpp

    r952f180 r21b9dcd  
    3434ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf ) 
    3535{ 
     36    setWindowFlags( Qt::Tool ); 
     37 
    3638    QHBoxLayout *l = new QHBoxLayout( this ); 
    3739    QTabWidget *tab = new QTabWidget( this );