VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAboutBox.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <QtWidgets/QDialog>
14 #include <QtGui/QImage>
15 
16 class QGLWidget;
17 class QGroupBox;
18 class QVBoxLayout;
19 class QLabel;
20 
21 namespace makVrv
22 {
23  class DtVrvApplication;
24 
28  {
29  Q_OBJECT;
30  public:
31 
33  DtAboutBox(DtVrvApplication& igApp,QWidget* parent = 0, Qt::WindowFlags f = 0);
34 
36  virtual ~DtAboutBox();
37 
38  protected:
39 
40  void setupGui();
41 
44 
45  protected slots:
46 
47  void slot_onSalesMailClick(const QString&);
48  void slot_onSupportMailClick(const QString&);
49  void slot_saveDialogToClipboardClicked();
50 
51  public:
52  QGroupBox* myInfoBox;
53  QVBoxLayout* myRenderLayout;
55  QVBoxLayout* myAllInfo;
78  };
79 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)