kdeui Library API Documentation

KTabCtl Class Reference

Tabbed dialog with extended features. More...

#include <ktabctl.h>

Inheritance diagram for KTabCtl:

Inheritance graph
[legend]
Collaboration diagram for KTabCtl:

Collaboration graph
[legend]
List of all members.

Signals

void tabSelected (int)

Public Member Functions

 KTabCtl (QWidget *parent=0, const char *name=0)
void show ()
void setFont (const QFont &font)
void setTabFont (const QFont &font)
void addTab (QWidget *, const QString &)
bool isTabEnabled (const QString &)
void setTabEnabled (const QString &, bool)
void setBorder (bool)
void setShape (QTabBar::Shape shape)
virtual QSize sizeHint () const

Protected Slots

void showTab (int i)

Protected Member Functions

void paintEvent (QPaintEvent *)
void resizeEvent (QResizeEvent *)
void setSizes ()
QRect getChildRect () const
virtual void virtual_hook (int id, void *data)

Protected Attributes

QTabBartabs
QMemArray< QWidget * > pages
int bh
bool blBorder

Detailed Description

Tabbed dialog with extended features.

KTabCtl is very similar to QTabDialog, with the following differences:

Author:
Alexander Sanda (alex@darkstar.ping.at)
Version:
Id
ktabctl.h,v 1.16 2004/09/09 15:23:53 faure Exp

Definition at line 48 of file ktabctl.h.


Constructor & Destructor Documentation

KTabCtl::KTabCtl QWidget parent = 0,
const char *  name = 0
 

KTabCtl provides a universal tab control.

It is in no ways limited to dialogs and can be used for whatever you want. It has no buttons or any other stuff.

However, this is based on the original QTabDialog.

Definition at line 34 of file ktabctl.cpp.

References KTabCtl().

Referenced by KTabCtl().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdeui Library Version 3.4.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Apr 14 00:17:07 2005 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003