24 I_ASSIGN(m_mainDialogCompPtr,
"MainDialogWindow",
"Dialog window shown as main window",
true,
"MainDialogWindow");
28 virtual int Execute(
int argc,
char** argv)
override;
32 I_REF(
IDialog, m_mainDialogCompPtr);
Interface for the main entry point of a component-based application.
Standard component for a Qt based GUI application.
Standard component for a dialog based GUI application.
virtual QString GetHelpText() const override
Get information about the possible command line arguments of this application.
virtual int Execute(int argc, char **argv) override
Start execution loop of the application.
CApplicationCompBase BaseClass
Interface for a dialog widget.
Standard GUI specific interfaces and components based on Qt.