VR-Vantage API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Tutorials
File List
File Members
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 <QtGui/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
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)