org.kde.qt
public class QTab extends Qt
| Constructor Summary | |
|---|---|
| protected | QTab(Class dummy) |
| QTab() | |
| QTab(String text) | |
| QTab(QIconSet icon, String text) | |
| QTab(QIconSet icon) | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| QIconSet | iconSet() |
| int | identifier() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isEnabled() |
| QRect | rect() |
| void | setEnabled(boolean enable) |
| void | setIconSet(QIconSet icon) |
| void | setIdentifier(int i) |
| void | setRect(QRect rect) |
| void | setText(String text) |
| String | text() |