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. |
|
"Configure email" has been clicked - this calls kcmshell System/email Sets the "From" field from the e-mail configuration Called at creation time, but also after "Configure email" is closed. Application combo selection changed (and was activated) Update the url to match the current os, compiler, selected app, etc A complete copy of the bug report Returns QString copy of the bug report. |