code_production/app/HGProductionTool/dialog_registeraccount.h

26 lines
444 B
C++

#ifndef DIALOG_REGISTERACCOUNT_H
#define DIALOG_REGISTERACCOUNT_H
#include <QDialog>
namespace Ui {
class Dialog_RegisterAccount;
}
class Dialog_RegisterAccount : public QDialog
{
Q_OBJECT
public:
explicit Dialog_RegisterAccount(QWidget *parent = nullptr);
~Dialog_RegisterAccount();
private slots:
void on_pushButton_register_clicked();
private:
Ui::Dialog_RegisterAccount *ui;
};
#endif // DIALOG_REGISTERACCOUNT_H