VR-Exchange 2.7 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aboutBox.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2017 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <QDialog>
13 
14 class Ui_DtVrxAboutBox;
15 
16 namespace MAKVrExchange
17 {
18 
24  class DtAboutBox : public QDialog
25  { Q_OBJECT;
26  public:
27 
29  static DtAboutBox* create( QWidget* parent );
30 
32  DtAboutBox( QWidget* parent = NULL );
33 
35  virtual ~DtAboutBox();
36 
38  void setAppName( const QString& name );
39 
41  void setAppEdition( const QString& edition );
42 
44  void setVersion( const QString& version );
45 
47  void setPlatform( const QString& platform );
48 
50  void setBuildInfo( const QString& buildInfo );
51 
53  void setBuildDate( const QString& date );
54 
56  void setCompilerOS( const QString& compOS );
57 
58  private:
59 
61  DtAboutBox( const DtAboutBox& orig );
62 
64  DtAboutBox& operator = ( const DtAboutBox& orig );
65 
66  protected:
67 
68  Ui_DtVrxAboutBox* myImpl;
69 
70  };
71 
72 }
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 &#39;about&#39; 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.

Document ID: Generated on Mon Apr 19 15:55:22 EDT 2021 from SVN revision 227909
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)