#include <kbugreport.h>
Inheritance diagram for KBugReport:

Public Methods | |
| KBugReport (QWidget *parent=0L, bool modal=true, const KAboutData *aboutData=0L) | |
| virtual | ~KBugReport () |
Protected Slots | |
| virtual void | slotConfigureEmail () |
| virtual void | slotSetFrom () |
| virtual void | slotUrlClicked (const QString &) |
| virtual void | slotOk (void) |
| virtual void | slotCancel () |
Protected Methods | |
| virtual void | virtual_hook (int id, void *data) |
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 42 of file kbugreport.h.
|
||||||||||||||||
|
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. |
|
|
Destructor |
|
|
Cancel has been clicked Reimplemented from KDialogBase. |
|
|
"Configure email" has been clicked - this calls kcmshell System/email |
|
|
OK has been clicked Reimplemented from KDialogBase. |
|
|
Sets the "From" field from the e-mail configuration Called at creation time, but also after "Configure email" is closed. |
|
|
The URL-Label "http://bugs.kde.org/" was clicked. |
1.2.18