![]() |
VR-Forces 4.0.4 Class Documentation
|
Base select instance widget. More...

Public Member Functions | |
| DtDialogPageTitleWidget (DtDe &, const QString &title, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtDialogPageTitleWidget () |
| DTOR. | |
| virtual void | setShowSeparator (bool) |
| Show/hide separator. Default is shown. | |
| virtual void | setTitle (const QString &) |
| Sets the title of the widget. | |
| QString | title () const |
| Returns the title of the widget. | |
Public Attributes | |
| QVBoxLayout * | myMainLayout |
| QLabel * | myTitle |
| QFrame * | mySeparator |
| QSpacerItem * | myTopSpacer |
| QSpacerItem * | myBottomSpacer |
| int | myBufferSpace |
Protected Member Functions | |
| void | setupGui () |
Protected Attributes | |
| DtDe & | myDe |
Base select instance widget.
| makVrv::DtDialogPageTitleWidget::DtDialogPageTitleWidget | ( | DtDe & | , |
| const QString & | title, | ||
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) | [explicit] |
CTOR.
| virtual makVrv::DtDialogPageTitleWidget::~DtDialogPageTitleWidget | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtDialogPageTitleWidget::setShowSeparator | ( | bool | ) | [virtual] |
Show/hide separator. Default is shown.
| virtual void makVrv::DtDialogPageTitleWidget::setTitle | ( | const QString & | ) | [virtual] |
Sets the title of the widget.
| QString makVrv::DtDialogPageTitleWidget::title | ( | ) | const |
Returns the title of the widget.
| void makVrv::DtDialogPageTitleWidget::setupGui | ( | ) | [protected] |
DtDe& makVrv::DtDialogPageTitleWidget::myDe [protected] |
| QVBoxLayout* makVrv::DtDialogPageTitleWidget::myMainLayout |
| QSpacerItem* makVrv::DtDialogPageTitleWidget::myTopSpacer |
| QSpacerItem* makVrv::DtDialogPageTitleWidget::myBottomSpacer |