org.kde.qt
public class QTabDialog extends QDialog
Constructor Summary | |
---|---|
protected | QTabDialog(Class dummy) |
QTabDialog(QWidget parent, String name, boolean modal, int f) | |
QTabDialog(QWidget parent, String name, boolean modal) | |
QTabDialog(QWidget parent, String name) | |
QTabDialog(QWidget parent) | |
QTabDialog() |
Method Summary | |
---|---|
void | addTab(QWidget arg1, String arg2) |
void | addTab(QWidget child, QIconSet iconset, String label) |
void | addTab(QWidget arg1, QTab arg2) |
void | changeTab(QWidget arg1, String arg2) |
void | changeTab(QWidget child, QIconSet iconset, String label) |
String | className() |
QWidget | currentPage() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | hasApplyButton() |
boolean | hasCancelButton() |
boolean | hasDefaultButton() |
boolean | hasHelpButton() |
boolean | hasOkButton() |
void | insertTab(QWidget arg1, String arg2, int index) |
void | insertTab(QWidget arg1, String arg2) |
void | insertTab(QWidget child, QIconSet iconset, String label, int index) |
void | insertTab(QWidget child, QIconSet iconset, String label) |
void | insertTab(QWidget arg1, QTab arg2, int index) |
void | insertTab(QWidget arg1, QTab arg2) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isTabEnabled(QWidget arg1) |
boolean | isTabEnabled(String arg1) |
QMetaObject | metaObject() |
protected void | paintEvent(QPaintEvent arg1) |
void | removePage(QWidget arg1) |
protected void | resizeEvent(QResizeEvent arg1) |
void | setApplyButton(String text) |
void | setApplyButton() |
void | setCancelButton(String text) |
void | setCancelButton() |
void | setDefaultButton(String text) |
void | setDefaultButton() |
void | setFont(QFont font) |
void | setHelpButton(String text) |
void | setHelpButton() |
void | setOkButton(String text) |
void | setOkButton() |
void | setOKButton(String text) |
void | setOKButton() |
protected void | setTabBar(QTabBar arg1) |
void | setTabEnabled(QWidget arg1, boolean arg2) |
void | setTabEnabled(String arg1, boolean arg2) |
void | show() |
void | showPage(QWidget arg1) |
void | styleChange(QStyle arg1) |
protected QTabBar | tabBar() |
String | tabLabel(QWidget arg1) |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |