Changeset 21b9dcdce7cdd7aef306f42e4936096eef7233cc
- 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
| r952f180 |
r21b9dcd |
|
| 34 | 34 | ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf ) |
|---|
| 35 | 35 | { |
|---|
| | 36 | setWindowFlags( Qt::Tool ); |
|---|
| | 37 | |
|---|
| 36 | 38 | QHBoxLayout *l = new QHBoxLayout( this ); |
|---|
| 37 | 39 | QTabWidget *tab = new QTabWidget( this ); |
|---|