org.kde.koala
public class KBugReport extends KDialogBase
UNKNOWN: A dialog box for sending bug reports.
| Constructor Summary | |
|---|---|
| protected | KBugReport(Class dummy) |
| KBugReport(QWidget parent, boolean modal, KAboutData aboutData)
Creates a bug-report dialog.
| |
| KBugReport(QWidget parent, boolean modal) | |
| KBugReport(QWidget parent) | |
| KBugReport() | |
| Method Summary | |
|---|---|
| protected void | appChanged(int arg1)
Application combo selection changed (and was activated) |
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| protected boolean | sendBugReport()
Attempt to e-mail the bug report. |
| protected void | slotCancel()
Cancel has been clicked |
| protected void | slotConfigureEmail()
"Configure email" has been clicked - this calls kcmshell System/email |
| protected void | slotOk()
OK has been clicked |
| protected void | slotSetFrom()
Sets the "From" field from the e-mail configuration
Called at creation time, but also after "Configure email" is closed. |
| protected String | text()
A complete copy of the bug report |
| protected void | updateURL()
Update the url to match the current os, compiler, selected app, etc |
UNKNOWN: Creates a bug-report dialog.
UNKNOWN: Application combo selection changed (and was activated)
Returns: true on success
UNKNOWN: Attempt to e-mail the bug report.
UNKNOWN: Cancel has been clicked
UNKNOWN: "Configure email" has been clicked - this calls kcmshell System/email
UNKNOWN: OK has been clicked
UNKNOWN: Sets the "From" field from the e-mail configuration Called at creation time, but also after "Configure email" is closed.
Returns: String copy of the bug report.
UNKNOWN: A complete copy of the bug report
UNKNOWN: Update the url to match the current os, compiler, selected app, etc