 |
ImageD
v2_7_5 (24.06.22)
ImageD is an image processing software designed for rapid prototyping and implementing algorithms and solutions for science, research and teaching.
|
Go to the documentation of this file.
9 #ifndef D_POPUP_FEEDBACKREQUEST_H
10 #define D_POPUP_FEEDBACKREQUEST_H
22 #include <QStringList>
24 #include <QMessageBox>
26 #include <QDesktopServices>
48 void on_pushButton_Send_clicked();
49 void on_pushButton_Remind_clicked();
52 Ui::D_Popup_FeedbackRequest *ui;
54 void Populate_CB_Single(QComboBox *CB, QStringList QSL,
int init_index = 0);
55 void Populate_CB_All();
61 #endif // D_POPUP_FEEDBACKREQUEST_H
void set_FeedbackIsSent(bool sent)
Definition: d_storage.cpp:72
const QString D_QS_Version
Definition: d_enum.h:18
The D_Storage class Used for storing data. There is only one instance in D_MainWindow .
Definition: d_storage.h:49
const QString D_QS_Release
Definition: d_enum.h:19
void set_ReminderNextAt(int reminderAt)
Definition: d_storage.cpp:61
int get_UseCounter()
Definition: d_storage.cpp:34
const QStringList QSL_Counties
Definition: d_enum.h:2318
Definition: d_analysiswindow.h:58