KDEUI
KBugReport Class Reference
A dialog box for sending bug reports. More...
#include <kbugreport.h>
Inheritance diagram for KBugReport:

Public Member Functions | |
virtual void | accept () |
KBugReport (QWidget *parent=0L, bool modal=true, const KAboutData *aboutData=0L) | |
QString | messageBody () const |
void | setMessageBody (const QString &messageBody) |
virtual | ~KBugReport () |
Detailed Description
A dialog box for sending bug reports.All the information needed by the dialog box (program name, version, bug-report address, etc.) comes from the KAboutData class. Make sure you create an instance of KAboutData and pass it to KCmdLineArgs.
Definition at line 38 of file kbugreport.h.
Constructor & Destructor Documentation
KBugReport::KBugReport | ( | QWidget * | parent = 0L , |
|
bool | modal = true , |
|||
const KAboutData * | aboutData = 0L | |||
) | [explicit] |
Creates a bug-report dialog.
Note that you shouldn't have to do this manually, since KHelpMenu takes care of the menu item for "Report Bug..." and of creating a KBugReport dialog.
Definition at line 89 of file kbugreport.cpp.
KBugReport::~KBugReport | ( | ) | [virtual] |
Member Function Documentation
void KBugReport::accept | ( | ) | [virtual] |
QString KBugReport::messageBody | ( | ) | const |
The message body of the bug report.
- Returns:
- The message body of the bug report.
Definition at line 307 of file kbugreport.cpp.
void KBugReport::setMessageBody | ( | const QString & | messageBody | ) |
The documentation for this class was generated from the following files: