mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 04:49:14 +12:00
Add about menu
This commit is contained in:
parent
7571e58ce5
commit
1769783dc7
6 changed files with 92 additions and 5 deletions
12
include/panda_qt/about_window.hpp
Normal file
12
include/panda_qt/about_window.hpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <QApplication>
|
||||
#include <QDialog>
|
||||
#include <QWidget>
|
||||
|
||||
class AboutWindow : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
AboutWindow(QWidget* parent = nullptr);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue