MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
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/lgrGui.h
>
13
14
#include <commonWidgets/urlTextEdit.h>
15
#include <QDialog>
16
#include <QWidget>
17
18
class
Ui_DtLgrAboutBoxUi;
19
20
namespace
MAKLogger
21
{
22
29
30
class
DT_DLL_LGRGUI
DtAboutBox
:
public
QDialog
31
{
32
Q_OBJECT
33
34
public
:
35
37
DtAboutBox
(
QWidget
* parent = NULL);
38
40
virtual
~
DtAboutBox
();
41
43
void
setAppName(
const
QString& name);
44
46
void
setAppEdition(
const
QString& edition);
47
49
void
setVersion(
const
QString& version);
50
52
void
setPlatform(
const
QString& platform);
53
55
void
setBuildInfo(
const
QString& buildInfo);
56
58
void
setBuildDate(
const
QString& date);
59
61
void
setCompilerOS(
const
QString& compOS);
62
64
static
DtAboutBox
* create(
QWidget
* parent);
65
66
private
:
67
69
DtAboutBox
(
const
DtAboutBox
& orig);
70
72
DtAboutBox
& operator=(
const
DtAboutBox
& orig);
73
74
protected
:
75
Ui_DtLgrAboutBoxUi*
myImpl
;
76
77
};
78
}
//end namespace
79
80
#endif
Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (
www.mak.com
)