29 #include <QMainWindow>
54 bool debugCmd =
false,
55 QMap<QString, QString> params = QMap<QString, QString>());
93 QMap<QString, QString> dynamic;
114 void createActions();
118 void createComboBox();
126 int getNumberByIndex(
const int index);
135 void keyPressEvent(QKeyEvent *pressedKey);
141 QString parseString(QString line);
The GithubModule class creates issue over GitHub.
Definition: githubmodule.h:53
~Reportabug()
Reportabug class destructor.
void updateTabs(const int index)
method which updates text
The Reportabug class is a main class of the application.
Definition: reportabug.h:42
void showWindow()
method which updates text and shows window
The GitreportModule class creates issue over GitReports.
Definition: gitreportmodule.h:43
void externalUpdateTab()
method which is used for update tabs from external classes
void setCaptchaImage(QPixmap captcha)
method which sets captcha image
void sendReport()
method which creates an issue
Reportabug(QWidget *parent=0, bool debugCmd=false, QMap< QString, QString > params=QMap< QString, QString >())
Reportabug class constructor.