iVS3D
v2.0.0
Loading...
Searching...
No Matches
about.h
1
#ifndef ABOUT_H
2
#define ABOUT_H
3
4
#include <QDialog>
5
6
namespace
Ui {
7
class
About
;
8
}
9
23
class
About
:
public
QDialog
24
{
25
Q_OBJECT
26
27
public
:
28
explicit
About
(QWidget *parent = 0);
29
~About
();
30
31
private
:
32
Ui::About *ui;
33
};
34
35
#endif
// ABOUT_H
About
The About class holds information about the authors and clients of this software.
Definition
about.h:24
iVS3D
src
iVS3D-core
view
about.h
Generated by
1.9.8