#include <ReportBugDialog.h>
Inheritance diagram for ReportBugDialog:
Collaboration diagram for ReportBugDialog:Public Member Functions | |
| ReportBugDialog (QDialog *parent=nullptr) | |
| Default construtor. More... | |
| void | setBugReport () |
| Start thread to print the config. More... | |
| ~ReportBugDialog () override=default | |
| Destructor. More... | |
Private Slots | |
| void | copyReportToClipBoard () |
| copy all the bug report to the OS clipboard More... | |
| void | showBugReport (const QString &bugReport) |
| write the config information into the GUI More... | |
Private Attributes | |
| QThread | generateBugReportProcess |
| Ui::BugReportDialog * | ui |
| ReportBugDialog::ReportBugDialog | ( | QDialog * | parent = nullptr | ) |
Default construtor.
References copyReportToClipBoard(), and ui.
Here is the call graph for this function:
|
overridedefault |
Destructor.
|
privateslot |
copy all the bug report to the OS clipboard
References ui.
Referenced by ReportBugDialog().
Here is the caller graph for this function:| void ReportBugDialog::setBugReport | ( | ) |
Start thread to print the config.
References showBugReport().
Referenced by AboutAction::apply().
Here is the call graph for this function:
Here is the caller graph for this function:
|
privateslot |
write the config information into the GUI
References ui.
Referenced by setBugReport().
Here is the caller graph for this function:
|
private |
|
private |
Referenced by copyReportToClipBoard(), ReportBugDialog(), and showBugReport().