summaryrefslogtreecommitdiff
path: root/noncore/unsupported/tabmanager/tabmanagerbase.h
blob: 96e9254f61276f47d45d828fc677c19026219ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/****************************************************************************
** Form interface generated from reading ui file 'tabmanagerbase.ui'
**
** Created: Fri May 3 14:38:09 2002
**      by:  The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef TABMANAGERBASE_H
#define TABMANAGERBASE_H

#include <qvariant.h>
#include <qwidget.h>
#include "tablistview.h"
class QVBoxLayout; 
class QHBoxLayout; 
class QGridLayout; 
class QListView;
class QListViewItem;

class TabManagerBase : public QWidget
{ 
    Q_OBJECT

public:
    TabManagerBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
    ~TabManagerBase();

    TabListView* tabList;

protected:
    QVBoxLayout* TabManagerBaseLayout;
};

#endif // TABMANAGERBASE_H