Health-Protection/Health-Protection-QT6/dialog6.h

23 lines
265 B
C
Raw Normal View History

2024-04-17 17:31:49 +00:00
#ifndef DIALOG6_H
#define DIALOG6_H
#include <QDialog>
namespace Ui {
class Dialog6;
}
class Dialog6 : public QDialog
{
Q_OBJECT
public:
explicit Dialog6(QWidget *parent = nullptr);
~Dialog6();
private:
Ui::Dialog6 *ui;
};
#endif // DIALOG6_H