Public Member Functions |
| | DtAboutBox (QString bgImage, QWidget *parent=NULL) |
| | Another constructor.
|
| | DtAboutBox (QWidget *parent=NULL) |
| | default constructor
|
| virtual | ~DtAboutBox () |
| | destructor
|
| void | setAppName (const QString &name) |
| | Set the visible application name.
|
| void | setAppEdition (const QString &edition) |
| | Set the app edition name.
|
| void | setVersion (const QString &version) |
| | Set the visible application version.
|
| void | setPlatform (const QString &platform) |
| | Set the application platform (Windows, linux, etc)
|
| void | setBuildInfo (const QString &buildInfo) |
| | Set the versions of VR-Link, Qt, and Vega Prime.
|
| void | setBuildDate (const QString &date) |
| | Set the application build date.
|
| void | setCompilerOS (const QString &compOS) |
| | Set the compiler used to build the app.
|
Protected Attributes |
| DtAboutBoxUi * | myImpl |
Constructor & Destructor Documentation
| DtAboutBox::DtAboutBox |
( |
QString |
bgImage, |
|
|
QWidget * |
parent = NULL |
|
) |
| |
| virtual DtAboutBox::~DtAboutBox |
( |
| ) |
|
|
virtual |
Member Function Documentation
| void DtAboutBox::setAppEdition |
( |
const QString & |
edition | ) |
|
Set the app edition name.
| void DtAboutBox::setAppName |
( |
const QString & |
name | ) |
|
Set the visible application name.
| void DtAboutBox::setBuildDate |
( |
const QString & |
date | ) |
|
Set the application build date.
| void DtAboutBox::setBuildInfo |
( |
const QString & |
buildInfo | ) |
|
Set the versions of VR-Link, Qt, and Vega Prime.
| void DtAboutBox::setCompilerOS |
( |
const QString & |
compOS | ) |
|
Set the compiler used to build the app.
| void DtAboutBox::setPlatform |
( |
const QString & |
platform | ) |
|
Set the application platform (Windows, linux, etc)
| void DtAboutBox::setVersion |
( |
const QString & |
version | ) |
|
Set the visible application version.
Member Data Documentation
| DtAboutBoxUi* DtAboutBox::myImpl |
|
protected |
The documentation for this class was generated from the following file: