VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvCoreQt
DtAboutBox.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtAboutBox.h,v $ $Revision: 1.9 $ $State: Exp $
7
******************************************************************************/
8
12
13
#ifndef DtAboutBox_H_
14
#define DtAboutBox_H_
15
16
#include <
vrvCoreQt/vrvCoreQt.h
>
17
#include <QtWidgets/QDialog>
18
#include <QtGui/QImage>
19
20
class
QGLWidget
;
21
22
namespace
makVrv
23
{
24
class
DtVrvApplication;
25
28
class
DT_DLL_VRVCOREQT
DtAboutBox
:
public
QDialog
29
{
30
Q_OBJECT;
31
public
:
32
34
DtAboutBox
(
DtVrvApplication
& igApp,
QWidget
* parent = 0, Qt::WindowFlags f = 0);
35
37
virtual
~
DtAboutBox
();
38
39
protected
:
40
41
void
setupGui();
42
43
DtVrvApplication
&
myIgApp
;
44
QGLWidget
*
myRenderWidget
;
45
46
protected
slots:
47
48
void
slot_onSalesMailClick(
const
QString&);
49
void
slot_onSupportMailClick(
const
QString&);
50
};
51
}
52
53
#endif
54
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)