VR-Exchange 2.5 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) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 
10 
11 #include <QtGui/QDialog>
12 
13 class Ui_DtVrxAboutBox;
14 
15 namespace MAKVrExchange
16 {
17 
24 
25  class DtAboutBox : public QDialog
26  {
27  Q_OBJECT
28 
29  public:
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 
59  static DtAboutBox* create( QWidget * parent);
60 
61 
62  private:
63 
65  DtAboutBox(const DtAboutBox& orig);
66 
68  DtAboutBox& operator=(const DtAboutBox& orig);
69 
70  protected:
71  Ui_DtVrxAboutBox* myImpl;
72 
73  };
74 } //end namespace
75 

Document ID: Generated on Wed Dec 21 15:05:11 EST 2016 from SVN revision 171891
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)