mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-20 07:36:31 -05:00
Add 'About Porymap' window that contains useful information about the program
This commit is contained in:
19
include/ui/aboutporymap.h
Normal file
19
include/ui/aboutporymap.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef ABOUTPORYMAP_H
|
||||
#define ABOUTPORYMAP_H
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
namespace Ui {
|
||||
class AboutPorymap;
|
||||
}
|
||||
|
||||
class AboutPorymap : public QMainWindow
|
||||
{
|
||||
public:
|
||||
explicit AboutPorymap(QWidget *parent = nullptr);
|
||||
~AboutPorymap();
|
||||
private:
|
||||
Ui::AboutPorymap *ui;
|
||||
};
|
||||
|
||||
#endif // ABOUTPORYMAP_H
|
||||
Reference in New Issue
Block a user