org.kde.koala
public class KTabCtl extends QWidget
Version: $Id: KTabCtl.java 473384 2005-10-23 14:17:09Z rdale $
UNKNOWN: Tabbed dialog with extended features.
| Constructor Summary | |
|---|---|
| protected | KTabCtl(Class dummy) |
| KTabCtl(QWidget parent, String name) | |
| KTabCtl(QWidget parent) | |
| KTabCtl() | |
| Method Summary | |
|---|---|
| void | addTab(QWidget arg1, String arg2) |
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected QRect | getChildRect() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isTabEnabled(String arg1) |
| QMetaObject | metaObject() |
| protected void | paintEvent(QPaintEvent arg1) |
| protected void | resizeEvent(QResizeEvent arg1) |
| void | setBorder(boolean arg1) |
| void | setFont(QFont font) |
| void | setShape(int shape) |
| protected void | setSizes() |
| void | setTabEnabled(String arg1, boolean arg2) |
| void | setTabFont(QFont font) |
| void | show() |
| protected void | showTab(int i) |
| QSize | sizeHint() |