mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-21 10:49:23 +00:00
Initial draft of "about" dialog box with assimp copyright
This commit is contained in:
22
UI/CAboutDialog.h
Normal file
22
UI/CAboutDialog.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef CABOUTDIALOG_H
|
||||
#define CABOUTDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class CAboutDialog;
|
||||
}
|
||||
|
||||
class CAboutDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit CAboutDialog(QWidget *parent = 0);
|
||||
~CAboutDialog();
|
||||
|
||||
private:
|
||||
Ui::CAboutDialog *ui;
|
||||
};
|
||||
|
||||
#endif // CABOUTDIALOG_H
|
||||
Reference in New Issue
Block a user