Pencil2D Animation
Download
Community
News
Docs
Contribute
Overview
Articles
Code
Class List
Class Index
Class Hierarchy
Class Members
File List
Loading...
Searching...
No Matches
app
src
aboutdialog.h
1
/*
2
3
Pencil2D - Traditional Animation Software
4
Copyright (C) 2012-2020 Matthew Chiawen Chang
5
6
This program is free software; you can redistribute it and/or
7
modify it under the terms of the GNU General Public License
8
as published by the Free Software Foundation; version 2 of the License.
9
10
This program is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
GNU General Public License for more details.
14
15
*/
16
17
#ifndef ABOUTDIALOG_H
18
#define ABOUTDIALOG_H
19
20
#include <QDialog>
21
22
namespace
Ui {
23
class
AboutDialog
;
24
}
25
26
class
AboutDialog
:
public
QDialog
27
{
28
Q_OBJECT
29
30
public
:
31
explicit
AboutDialog
(
QWidget
*
parent
);
32
~AboutDialog
();
33
void
init();
34
35
private
:
36
Ui::AboutDialog* ui =
nullptr
;
37
};
38
39
#endif
// ABOUTDIALOG_H
AboutDialog
Definition:
aboutdialog.h:27
QDialog
QObject::Q_OBJECT
Q_OBJECTQ_OBJECT
QObject::parent
QObject * parent() const const
QWidget