VR-Exchange 2.1 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
portalApp
aboutBox.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#pragma once
7
10
11
#include <QtGui/QDialog>
12
13
class
Ui_DtVrxAboutBox;
14
15
namespace
MAKVrExchange
16
{
17
24
25
class
DtAboutBox
:
public
QDialog
26
{
27
Q_OBJECT
28
29
public
:
30
32
DtAboutBox
(
QWidget
* parent = NULL);
33
35
virtual
~DtAboutBox
();
36
38
void
setAppName
(
const
QString& name);
39
41
void
setAppEdition
(
const
QString& edition);
42
44
void
setVersion
(
const
QString& version);
45
47
void
setPlatform
(
const
QString& platform);
48
50
void
setBuildInfo
(
const
QString& buildInfo);
51
53
void
setBuildDate
(
const
QString& date);
54
56
void
setCompilerOS
(
const
QString& compOS);
57
59
static
DtAboutBox
*
create
(
QWidget
* parent);
60
61
62
private
:
63
65
DtAboutBox
(
const
DtAboutBox
& orig);
66
68
DtAboutBox
&
operator=
(
const
DtAboutBox
& orig);
69
70
protected
:
71
Ui_DtVrxAboutBox*
myImpl
;
72
73
};
74
}
//end namespace
75
Document ID: Generated on Tue Aug 7 22:07:13 EDT 2012 from SVN revision 117874
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (
www.mak.com
)