beta 2
This commit is contained in:
23
sources/aboutbox.h
Normal file
23
sources/aboutbox.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef ABOUTBOX_H
|
||||
#define ABOUTBOX_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <iostream>
|
||||
|
||||
namespace Ui {
|
||||
class AboutBox;
|
||||
}
|
||||
|
||||
class AboutBox : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AboutBox(QWidget *parent = nullptr);
|
||||
~AboutBox();
|
||||
|
||||
private:
|
||||
Ui::AboutBox *ui;
|
||||
};
|
||||
|
||||
#endif // ABOUTBOX_H
|
||||
Reference in New Issue
Block a user