VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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: 99722 $ $State: Exp $
7 ******************************************************************************/
8 
15 
16 #pragma once
17 
18 #include <vrvCoreQt/vrvCoreQt.h>
19 #include <QtGui/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 Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)