Add help dialog

This commit is contained in:
2022-04-24 21:24:55 +02:00
parent 9af4fa1b99
commit 42b619641a
8 changed files with 127 additions and 1 deletions
+7
View File
@@ -10,4 +10,11 @@ public:
About(QWidget *parent = nullptr);
};
class HelpDialog : public QDialog
{
Q_OBJECT
public:
HelpDialog(QWidget *parent = nullptr);
};
#endif // ABOUT_H