diff --git a/UI/CAboutDialog.cpp b/UI/CAboutDialog.cpp new file mode 100644 index 00000000..4ebc4196 --- /dev/null +++ b/UI/CAboutDialog.cpp @@ -0,0 +1,14 @@ +#include "CAboutDialog.h" +#include "ui_CAboutDialog.h" + +CAboutDialog::CAboutDialog(QWidget *parent) : + QDialog(parent), + ui(new Ui::CAboutDialog) +{ + ui->setupUi(this); +} + +CAboutDialog::~CAboutDialog() +{ + delete ui; +} diff --git a/UI/CAboutDialog.h b/UI/CAboutDialog.h new file mode 100644 index 00000000..8d778270 --- /dev/null +++ b/UI/CAboutDialog.h @@ -0,0 +1,22 @@ +#ifndef CABOUTDIALOG_H +#define CABOUTDIALOG_H + +#include + +namespace Ui { +class CAboutDialog; +} + +class CAboutDialog : public QDialog +{ + Q_OBJECT + +public: + explicit CAboutDialog(QWidget *parent = 0); + ~CAboutDialog(); + +private: + Ui::CAboutDialog *ui; +}; + +#endif // CABOUTDIALOG_H diff --git a/UI/CAboutDialog.ui b/UI/CAboutDialog.ui new file mode 100644 index 00000000..850abdfb --- /dev/null +++ b/UI/CAboutDialog.ui @@ -0,0 +1,37 @@ + + + CAboutDialog + + + + 0 + 0 + 429 + 210 + + + + Dialog + + + + + + <html><head/><body><p>Prime World Editor is developed by <span style=" font-weight:600;">Parax0</span>.<br/>All the games it edits are developed by <span style=" font-weight:600;">Retro Studios</span> and published by <span style=" font-weight:600;">Nintendo</span>.</p><p>Special thanks to:</p><p><span style=" font-weight:600;">Dario FF</span>: Various programming help and design feedback<span style=" font-weight:600;"><br/>Bearborg</span>: UI icons<br/>Thanks to the community at <span style=" font-weight:600;">Metroid2002</span>, who worked collaboratively on reverse engineering the games and documenting their file formats.</p><p>Check the <a href="http://www.metroid2002.com/retromodding/wiki/Retro_Modding_Wiki"><span style=" text-decoration: underline; color:#0000ff;">Retro Modding Wiki</span></a> for file format documentation.</p><p>Prime World Editor uses Assimp (Open Asset Import Library).<br/>Copyright © 2006-2012 assimp team<br/>All rights reserved.</p></body></html> + + + true + + + 0 + + + -1 + + + + + + + +