VR-Forces 4.7 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
void
slot_saveDialogToClipboardClicked();
50
51
public
:
52
QGroupBox*
myInfoBox
;
53
QVBoxLayout*
myRenderLayout
;
54
QLabel
*
myPicture
;
55
QVBoxLayout*
myAllInfo
;
56
QLabel
*
myPlatformLabel
;
57
QLabel
*
myPlatform
;
58
QLabel
*
myCompilerLabel
;
59
QLabel
*
myCompiler
;
60
QLabel
*
myVersionLabel
;
61
QLabel
*
myBuiltWithLabel
;
62
QLabel
*
myBuiltWith
;
63
QLabel
*
myBuildDateLabel
;
64
QLabel
*
myBuildDate
;
65
QLabel
*
mySVNRevisionLabel
;
66
QLabel
*
mySvnRev
;
67
QLabel
*
myVRVantageVersion
;
68
QLabel
*
mySalesLabel
;
69
QLabel
*
mySalesMail
;
70
QLabel
*
mySupportLabel
;
71
QLabel
*
mySupportMail
;
72
QLabel
*
myAddressLine1
;
73
QLabel
*
myAddressLine2
;
74
QLabel
*
myAddressLine3
;
75
QLabel
*
myCopyRightLabel
;
76
QLabel
*
myMarketingBlurb
;
77
QLabel
*
myWebLink
;
78
};
79
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)