Engauge Digitizer
2
Main Page
Classes
Files
File List
File Members
Dlg
DlgAbout.h
1
#ifndef DLG_ABOUT_H
2
#define DLG_ABOUT_H
3
4
#include <QMessageBox>
5
6
class
MainWindow
;
7
9
class
DlgAbout
:
public
QMessageBox
10
{
11
public
:
13
DlgAbout
(
MainWindow
&mainWindow);
14
15
private
:
16
DlgAbout
();
17
18
MainWindow
&m_mainWindow;
19
};
20
21
#endif // DLG_ABOUT_H
MainWindow
Main window consisting of menu, graphics scene, status bar and optional toolbars as a Single Document...
Definition:
MainWindow.h:66
DlgAbout
About Engauge dialog. This provides a hidden shortcut for triggering ENGAUGE_ASSERT.
Definition:
DlgAbout.h:9
Generated on Sat Feb 6 2016 03:59:15 for Engauge Digitizer by
1.8.10