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