forked from p54670231/Idea
parent
f6dc1d2f05
commit
d7de389595
@ -0,0 +1,26 @@
|
||||
#ifndef COMMUNICATION_QUESTION_H
|
||||
#define COMMUNICATION_QUESTION_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class Communication_question;
|
||||
}
|
||||
|
||||
class Communication_question : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit Communication_question(QWidget *parent = 0);
|
||||
~Communication_question();
|
||||
void set_background2();
|
||||
Ui::Communication_question *ui;
|
||||
|
||||
private slots:
|
||||
void on_back_clicked();
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif // COMMUNICATION_QUESTION_H
|
||||
Loading…
Reference in new issue