VR-Exchange 2.6 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 }

Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (www.mak.com)