VR-Forces 4.1.1 Class Documentation
DtAboutBox.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAboutBox.h,v $ $Revision: 1.9 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtAboutBox_H_
14 #define DtAboutBox_H_
15 
16 #include <vrvCoreQt/vrvCoreQt.h>
17 #include <QtGui/QDialog>
18 #include <QtGui/QImage>
19 
20 class QGLWidget;
21 
22 namespace makVrv
23 {
24  class DtVrvApplication;
25 
29  {
30  Q_OBJECT;
31  public:
32 
34  DtAboutBox(DtVrvApplication& igApp,QWidget* parent = 0, Qt::WindowFlags f = 0);
35 
37  virtual ~DtAboutBox();
38 
39  protected:
40 
41  void setupGui();
42 
45 
46  protected slots:
47 
48  void slot_onSalesMailClick(const QString&);
49  void slot_onSupportMailClick(const QString&);
50  };
51 }
52 
53 #endif
54 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)