class KBugReport |
|
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.
Author David Faure |
|
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. |
|
|
|
OK has been clicked |
|
|
The message body of the bug report Returns The message body of the bug report. |
|
Attempt to e-mail the bug report. Returns true on success |
|
Sets the message body of the bug report. |
|
A complete copy of the bug report Returns QString copy of the bug report. |