org.kde.koala
public class KAboutApplication extends KAboutDialog
UNKNOWN: Standard "About Application" dialog box.
Constructor Summary | |
---|---|
protected | KAboutApplication(Class dummy) |
KAboutApplication(QWidget parent, String name, boolean modal)
Constructor. | |
KAboutApplication(QWidget parent, String name) | |
KAboutApplication(QWidget parent) | |
KAboutApplication() | |
KAboutApplication(KAboutData aboutData, QWidget parent, String name, boolean modal)
Constructor. | |
KAboutApplication(KAboutData aboutData, QWidget parent, String name) | |
KAboutApplication(KAboutData aboutData, QWidget parent) | |
KAboutApplication(KAboutData aboutData) |
Method Summary | |
---|---|
protected void | buildDialog(KAboutData aboutData) |
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 is 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.
Parameters: aboutData A pointer to a KAboutData object which data will be used for filling the dialog. 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 is 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.