VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDialogPageTitleWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDialogPageTitleWidget.h,v $ $Revision: 171459 $ $State: Exp $
7 ******************************************************************************/
8 
15 
16 #pragma once
17 
18 #include <vrvCoreQt/vrvCoreQt.h>
19 #include <QtWidgets/QWidget>
20 
21 class QLabel;
22 class QFrame;
23 class QVBoxLayout;
24 class QSpacerItem;
25 
26 namespace makVrv
27 {
28  class DtDe;
29 
33  {
34  public:
36  explicit DtDialogPageTitleWidget(DtDe&, const QString& title, QWidget* parent = 0, Qt::WindowFlags f = 0);
37 
39  virtual ~DtDialogPageTitleWidget();
40 
42  virtual void setShowSeparator(bool);
43 
45  virtual void setTitle(const QString&);
46 
48  QString title() const;
49 
50  protected:
51  void setupGui();
52 
53  protected:
55 
56  public:
57  QVBoxLayout* myMainLayout;
58 
60  QFrame* mySeparator;
61 
62  QSpacerItem* myTopSpacer;
63  QSpacerItem* myBottomSpacer;
65  };
66 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)