14 class Ui_DtVrxAboutBox;
16 namespace MAKVrExchange
void setBuildDate(const QString &date)
Set the application build date.
void setVersion(const QString &version)
Set the visible application version.
DtAboutBox(QWidget *parent=NULL)
default constructor
The 'about' box widget.
Definition: aboutBox.h:24
void setCompilerOS(const QString &compOS)
Set the compiler used to build the app.
Ui_DtVrxAboutBox * myImpl
Definition: aboutBox.h:68
virtual ~DtAboutBox()
destructor
void setAppName(const QString &name)
Set the visible application name.
void setAppEdition(const QString &edition)
Set the app edition name.
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.
static DtAboutBox * create(QWidget *parent)
Returns a newly created instance of a DtAboutBox.
DtAboutBox & operator=(const DtAboutBox &orig)
Not implemented.