iVS3D
v2.0.0
Loading...
Searching...
No Matches
helpdialog.h
1
#ifndef HELPDIALOG_H
2
#define HELPDIALOG_H
3
4
#include <QDialog>
5
6
namespace
Ui {
7
class
helpDialog
;
8
}
9
23
class
helpDialog
:
public
QDialog
24
{
25
Q_OBJECT
26
27
public
:
28
explicit
helpDialog
(QWidget *parent =
nullptr
);
29
~helpDialog
();
30
31
private
:
32
Ui::helpDialog *ui;
33
};
34
35
#endif
// HELPDIALOG_H
helpDialog
The helpDialog class holds key combination shortcuts for any action.
Definition
helpdialog.h:24
iVS3D
src
iVS3D-core
view
helpdialog.h
Generated by
1.9.8