Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine
1.5.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Functions
a
c
d
f
g
i
l
n
o
p
q
r
s
t
v
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
b
d
f
h
i
m
n
s
t
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
u
v
Enumerations
Enumerator
Related Functions
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
AboutDialog.hpp
1
#pragma once
2
#include <Gui/RaGui.hpp>
3
#include <QDialog>
4
5
namespace
Ui {
6
class
AboutDialog;
7
}
8
9
namespace
Ra
{
10
namespace
Gui {
11
12
class
RA_GUI_API AboutDialog :
public
QDialog
13
{
14
Q_OBJECT
15
16
public
:
17
explicit
AboutDialog( QWidget* parent =
nullptr
);
18
~AboutDialog()
override
;
19
20
signals:
22
void
settings();
23
25
void
help();
26
27
private
:
28
Ui::AboutDialog* ui;
29
};
30
31
}
// namespace Gui
32
}
// namespace Ra
Ra
Definition:
Cage.cpp:3
src
Gui
AboutDialog
AboutDialog.hpp
Generated on Wed Apr 5 2023 15:07:31 for Radium Engine by
1.9.1