VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCoreQt
DtAboutBox.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2018 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCoreQt/vrvCoreQt.h
>
13
#include <QtWidgets/QDialog>
14
#include <QtGui/QImage>
15
16
class
QGLWidget
;
17
class
QGroupBox;
18
class
QVBoxLayout;
19
class
QLabel
;
20
21
namespace
makVrv
22
{
23
class
DtVrvApplication;
24
27
class
DT_DLL_VRVCOREQT
DtAboutBox
:
public
QDialog
28
{
29
Q_OBJECT;
30
public
:
31
33
DtAboutBox
(
DtVrvApplication
& igApp,QWidget* parent = 0, Qt::WindowFlags f = 0);
34
36
virtual
~
DtAboutBox
();
37
38
protected
:
39
40
void
setupGui();
41
42
DtVrvApplication
&
myIgApp
;
43
QGLWidget
*
myRenderWidget
;
44
45
protected
slots:
46
47
void
slot_onSalesMailClick(
const
QString&);
48
void
slot_onSupportMailClick(
const
QString&);
49
50
public
:
51
QGroupBox*
myInfoBox
;
52
QVBoxLayout*
myRenderLayout
;
53
QLabel
*
myPicture
;
54
QVBoxLayout*
myAllInfo
;
55
QLabel
*
myPlatformLabel
;
56
QLabel
*
myPlatform
;
57
QLabel
*
myCompilerLabel
;
58
QLabel
*
myCompiler
;
59
QLabel
*
myBuiltOnLabel
;
60
QLabel
*
myBuiltWithLabel
;
61
QLabel
*
myBuiltWith
;
62
QLabel
*
myBuildDateLabel
;
63
QLabel
*
myBuildDate
;
64
QLabel
*
mySVNRevisionLabel
;
65
QLabel
*
mySvnRev
;
66
QLabel
*
myVRVantageVersion
;
67
QLabel
*
mySalesLabel
;
68
QLabel
*
mySalesMail
;
69
QLabel
*
mySupportLabel
;
70
QLabel
*
mySupportMail
;
71
QLabel
*
myAddressLine1
;
72
QLabel
*
myAddressLine2
;
73
QLabel
*
myAddressLine3
;
74
QLabel
*
myCopyRightLabel
;
75
QLabel
*
myMarketingBlurb
;
76
QLabel
*
myWebLink
;
77
};
78
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)