VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvCoreQt
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
32
class
DT_DLL_VRVCOREQT
DtDialogPageTitleWidget
:
public
QWidget
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
:
54
DtDe
&
myDe
;
55
56
public
:
57
QVBoxLayout*
myMainLayout
;
58
59
QLabel
*
myTitle
;
60
QFrame*
mySeparator
;
61
62
QSpacerItem*
myTopSpacer
;
63
QSpacerItem*
myBottomSpacer
;
64
int
myBufferSpace
;
65
};
66
}
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)