JS8Call-Improved
master
Loading...
Searching...
No Matches
About.h
1
// -*- Mode: C++ -*-
2
#ifndef ABOUTDLG_H
3
#define ABOUTDLG_H
4
5
#include <QDialog>
6
#include <QScopedPointer>
7
8
namespace
Ui {
9
class
CAboutDlg;
10
}
11
12
class
CAboutDlg :
public
QDialog {
13
public
:
14
explicit
CAboutDlg(QWidget *parent =
nullptr
);
15
~CAboutDlg();
16
17
private
:
18
QScopedPointer<Ui::CAboutDlg> ui;
19
};
20
21
#endif
// ABOUTDLG_H
JS8_UI
About.h
Generated on
for JS8Call-Improved by
1.16.1