virtual void activate()
Called by the Pager when this page becomes active.
virtual ~HumbleDialogPage()
Virtual DTOR.
Contains makVrv::DtPage class.
virtual QString title()
Get the title of the page.
virtual const std::string & pageClassName() const
Get the class name of the page.
makVrv::DtPageCreatorTemplate< HumbleDialogPage > HumbleDialogPageCreator
A creator class for makVrv::HumbleDialogPage.
Definition: HumbleDialogPage.h:86
HumbleDialogPage(makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
CTOR.
HumbleDialogLogic * myLogic
Definition: HumbleDialogPage.h:79
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
virtual void deactivate()
Called by the Pager when this page becomes active.
static const std::string & thePageClassName()
Get the class name of the page.
virtual QIcon icon()
Get the icon of the page.
The example page that will be inserted into the example dialog.
Definition: HumbleDialogPage.h:29
HumbleDialogWidget * myWidget
Definition: HumbleDialogPage.h:78