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.cpp') diff --git a/noncore/settings/tabmanager/tabmanagerbase.cpp b/noncore/settings/tabmanager/tabmanagerbase.cpp new file mode 100644 index 0000000..a899529 --- a/dev/null +++ b/noncore/settings/tabmanager/tabmanagerbase.cpp @@ -0,0 +1,48 @@ +/**************************************************************************** +** Form implementation generated from reading ui file 'tabmanagerbase.ui' +** +** Created: Fri May 3 14:38:14 2002 +** by: The User Interface Compiler (uic) +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ +#include "tabmanagerbase.h" + +#include +#include +#include +#include +#include +#include +#include + +/* + * Constructs a TabManagerBase which is a child of 'parent', with the + * name 'name' and widget flags set to 'f' + */ +TabManagerBase::TabManagerBase( QWidget* parent, const char* name, WFlags fl ) + : QWidget( parent, name, fl ) +{ + if ( !name ) + setName( "TabManagerBase" ); + resize( 289, 228 ); + setCaption( tr( "Tab Manger" ) ); + TabManagerBaseLayout = new QVBoxLayout( this ); + TabManagerBaseLayout->setSpacing( 6 ); + TabManagerBaseLayout->setMargin( 0 ); + + tabList = new TabListView( this, "tabList" ); + tabList->addColumn( tr( "Groups" ) ); + tabList->addColumn( tr( "Applications" ) ); + tabList->setRootIsDecorated( TRUE ); + TabManagerBaseLayout->addWidget( tabList ); +} + +/* + * Destroys the object and frees any allocated resources + */ +TabManagerBase::~TabManagerBase() +{ + // no need to delete child widgets, Qt does it all for us +} + -- cgit v0.9.0.2