mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-15 20:54:53 -04:00
Initial source commit
Initial source commit
This commit is contained in:
22
Source/Fractorium/AboutDialog.h
Normal file
22
Source/Fractorium/AboutDialog.h
Normal file
@ -0,0 +1,22 @@
|
||||
#pragma once
|
||||
|
||||
#include "ui_AboutDialog.h"
|
||||
|
||||
/// <summary>
|
||||
/// FractoriumAboutDialog class.
|
||||
/// </summary>
|
||||
|
||||
/// <summary>
|
||||
/// The about dialog displays several group boxes showing the
|
||||
/// code and icons used in this project and their respective authors
|
||||
/// and licenses. It performs no other function.
|
||||
/// </summary>
|
||||
class FractoriumAboutDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
FractoriumAboutDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
|
||||
|
||||
private:
|
||||
Ui::AboutDialog ui;
|
||||
};
|
Reference in New Issue
Block a user