MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrGui
aboutBox.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef aboutBox_H_
7
#define aboutBox_H_
8
11
12
#include "
lgrGui.h
"
13
14
#include <commonWidgets/urlTextEdit.h>
15
#include <QtGui/QDialog>
16
17
class
Ui_DtAboutBoxUi;
18
19
namespace
MAKLogger
20
{
21
28
29
class
DT_DLL_LGRGUI
DtAboutBox
:
public
QDialog
30
{
31
Q_OBJECT
32
33
public
:
34
36
DtAboutBox
(
QWidget
* parent = NULL);
37
39
virtual
~
DtAboutBox
();
40
42
void
setAppName(
const
QString& name);
43
45
void
setAppEdition(
const
QString& edition);
46
48
void
setVersion(
const
QString& version);
49
51
void
setPlatform(
const
QString& platform);
52
54
void
setBuildInfo(
const
QString& buildInfo);
55
57
void
setBuildDate(
const
QString& date);
58
60
void
setCompilerOS(
const
QString& compOS);
61
63
static
DtAboutBox
* create(
QWidget
* parent);
64
65
66
private
:
67
69
DtAboutBox
(
const
DtAboutBox
& orig);
70
72
DtAboutBox
& operator=(
const
DtAboutBox
& orig);
73
74
protected
:
75
Ui_DtAboutBoxUi*
myImpl
;
76
77
};
78
}
//end namespace
79
80
#endif
Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)