Add About Dialog and PCL LICENSE

This commit is contained in:
2022-04-21 17:43:24 +02:00
parent 39f3ec7d30
commit 12c6385f77
8 changed files with 158 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef ABOUT_H
#define ABOUT_H
#include <QDialog>
class About : public QDialog
{
public:
About(QWidget *parent = nullptr);
};
#endif // ABOUT_H