13 #include <QtWidgets/QDialog>
14 #include <QtCore/QProcess>
33 const Qt::WindowFlags& flags = 0);
39 virtual void showDialog();
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
A creator class for DtHelpDialog.
Definition: DtHelpDialog.h:48
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
QProcess * myHelpAssistant
Definition: DtHelpDialog.h:42
Contains makVrv::DtVirtualBaseClass class.
DtDe & myDe
Definition: DtHelpDialog.h:43
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
The help dialog class loads information about VR-Vantage and presents them to the user using a Qt dia...
Definition: DtHelpDialog.h:25