KDEUI
KAboutApplicationDialog Class Reference
Standard "About Application" dialog box. More...
#include <kaboutapplicationdialog.h>

Public Member Functions | |
KAboutApplicationDialog (const KAboutData *aboutData, QWidget *parent=0) | |
virtual | ~KAboutApplicationDialog () |
Detailed Description
Standard "About Application" dialog box.This class provides the standard "About Application" dialog box that is used by KHelpMenu. It uses the information of the global KAboutData that is specified at the start of your program in main(). Normally you should not use this class directly but rather the KHelpMenu class or even better just subclass your toplevel window from KMainWindow. If you do the latter, the help menu and thereby this dialog box is available through the KMainWindow::helpMenu() function.
Definition at line 44 of file kaboutapplicationdialog.h.
Constructor & Destructor Documentation
KAboutApplicationDialog::KAboutApplicationDialog | ( | const KAboutData * | aboutData, | |
QWidget * | parent = 0 | |||
) | [explicit] |
Constructor.
Creates a fully featured "About Application" dialog box.
- 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.
Definition at line 55 of file kaboutapplicationdialog.cpp.
KAboutApplicationDialog::~KAboutApplicationDialog | ( | ) | [virtual] |
Definition at line 249 of file kaboutapplicationdialog.cpp.
The documentation for this class was generated from the following files: