KTabCtl Class Reference
Tabbed dialog with extended features. More...
#include <ktabctl.h>
Inheritance diagram for KTabCtl:

Public Methods | |
KTabCtl (QWidget *parent=0, const char *name=0) | |
KTabCtl provides a universal tab control. | |
void | show () |
void | setFont (const QFont &font) |
virtual QSize | sizeHint () const |
Protected Methods | |
void | paintEvent (QPaintEvent *) |
void | resizeEvent (QResizeEvent *) |
Detailed Description
Tabbed dialog with extended features.KTabCtl is very similar to QTabDialog, with the following differences:
- To avoid confusion, the API is almost identical with QTabDialog.
- Does not create any buttons, therefore KTabCtl is not limited to dialog boxes. You can use it whereever you want.
- emits the signal tabSelected(int pagenumber) when the user selects one of the tabs. This gives you the chance to update the widget contents of a single page. The signal is emitted _before_ the page is shown. This is very useful if the contents of some widgets on page A depend on the contents of some other widgets on page B.
- Author:
- Alexander Sanda (alex@darkstar.ping.at)
- Version:
- Id:
- ktabctl.h,v 1.13 2002/03/04 00:51:51 lunakl Exp
Definition at line 74 of file ktabctl.h.
Constructor & Destructor Documentation
|
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. |
The documentation for this class was generated from the following files: