org.kde.koala
public class KAboutKDE extends KAboutDialog
UNKNOWN: Standard "About KDE" dialog box,.
Constructor Summary | |
---|---|
protected | KAboutKDE(Class dummy) |
KAboutKDE(QWidget parent, String name, boolean modal)
Constructor. | |
KAboutKDE(QWidget parent, String name) | |
KAboutKDE(QWidget parent) | |
KAboutKDE() |
Method Summary | |
---|---|
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
Parameters: parent The parent of the dialog box. You should use the toplevel window so that the dialog becomes centered. name Internal name of the widget. This name in not used in the caption. modal If false, this widget will be modeless and must be made visible using QWidget.show(). Otherwise it will be modal and must be made visible using QWidget.exec()
UNKNOWN: Constructor.