From d49663597393e1b9e63041964a080069e4b6a664 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 06 May 2002 17:45:44 +0000 Subject: initial --- (limited to 'noncore/settings/tabmanager/tabmanagerbase.h') diff --git a/noncore/settings/tabmanager/tabmanagerbase.h b/noncore/settings/tabmanager/tabmanagerbase.h new file mode 100644 index 0000000..96e9254 --- a/dev/null +++ b/noncore/settings/tabmanager/tabmanagerbase.h @@ -0,0 +1,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 +#include +#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 -- cgit v0.9.0.2