class KTabCtl

Tabbed dialog with extended features. More...

Definition#include <ktabctl.h>
InheritsQWidget [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Signals

Protected Methods

Protected Slots

Protected Members


Detailed Description

Tabbed dialog with extended features. KTabCtl is very similar to QTabDialog, with the following differences:

 KTabCtl (QWidget *parent = 0, const char *name = 0)

 ~KTabCtl ()

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 )

QSize  sizeHint ()

[const virtual]

void  paintEvent (QPaintEvent *)

[protected: ]

void  resizeEvent (QResizeEvent *)

[protected: ]

void  tabSelected (int)

[signal]

void  showTab (int i)

[protected slots: slot]

void  setSizes ()

[protected: ]

QRect  getChildRect ()

[protected: const]

QTabBar * tabs

[protected: ]

QArray<QWidget *> pages

[protected: ]

int bh

[protected: ]

bool blBorder

[protected: ]