![]() |
VR-Exchange 2.1 API Documentation
|
The 'about' box widget. More...

Public Member Functions | |
| 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. | |
Static Public Member Functions | |
| static DtAboutBox * | create (QWidget *parent) |
| Returns a newly created instance of a DtAboutBox. | |
Protected Attributes | |
| Ui_DtVrxAboutBox * | myImpl |
Private Member Functions | |
| DtAboutBox (const DtAboutBox &orig) | |
| Not implemented. | |
| DtAboutBox & | operator= (const DtAboutBox &orig) |
| Not implemented. | |
The 'about' box widget.
This class is a dialog box that gives information about the application to the user. Some of the information, such as the build date, compiler, and platform are set at compile time as part of the build process.
| MAKVrExchange::DtAboutBox::DtAboutBox | ( | QWidget * | parent = NULL | ) |
default constructor
|
virtual |
destructor
|
private |
Not implemented.
| void MAKVrExchange::DtAboutBox::setAppName | ( | const QString & | name | ) |
Set the visible application name.
| void MAKVrExchange::DtAboutBox::setAppEdition | ( | const QString & | edition | ) |
Set the app edition name.
| void MAKVrExchange::DtAboutBox::setVersion | ( | const QString & | version | ) |
Set the visible application version.
| void MAKVrExchange::DtAboutBox::setPlatform | ( | const QString & | platform | ) |
Set the application platform (Windows, linux, etc)
| void MAKVrExchange::DtAboutBox::setBuildInfo | ( | const QString & | buildInfo | ) |
Set the versions of VR-Link, Qt, and Vega Prime.
| void MAKVrExchange::DtAboutBox::setBuildDate | ( | const QString & | date | ) |
Set the application build date.
| void MAKVrExchange::DtAboutBox::setCompilerOS | ( | const QString & | compOS | ) |
Set the compiler used to build the app.
|
static |
Returns a newly created instance of a DtAboutBox.
|
private |
Not implemented.
|
protected |