class KTabCtl

Tabbed dialog with extended features. More...

Definition#include <ktabctl.h>
InheritsQWidget (qt) [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

 ~KTabCtl ()

~KTabCtl

void  show ()

show

void  setFont (const QFont & font)

setFont

void  setTabFont ( const QFont &font )

setTabFont

void  addTab (QWidget *, const QString&)

addTab

bool  isTabEnabled (const QString& )

isTabEnabled

void  setTabEnabled (const QString&, bool)

setTabEnabled

void  setBorder (bool)

setBorder

void  setShape ( QTabBar::Shape shape )

setShape

QSize  sizeHint ()

sizeHint

[const virtual]

void  paintEvent (QPaintEvent *)

paintEvent

[protected]

void  resizeEvent (QResizeEvent *)

resizeEvent

[protected]

void  tabSelected (int)

tabSelected

[signal]

void  showTab (int i)

showTab

[protected slots slot]

void  setSizes ()

setSizes

[protected]

QRect  getChildRect ()

getChildRect

[protected const]

QTabBar * tabs

tabs

[protected]

QMemArray<QWidget *> pages

pages

[protected]

int bh

bh

[protected]

bool blBorder

blBorder

[protected]

void  virtual_hook ( int id, void* data )

virtual_hook

[protected virtual]