6#include <QtCore/QtGlobal>
7#if QT_VERSION >= 0x050000
8#include <QtWidgets/QMainWindow>
10#include <QtGui/QMainWindow>
30 I_ASSIGN(m_slaveGuiCompPtr,
"SlaveGui",
"Slave GUI for this window",
true,
"SlaveGui");
31 I_ASSIGN(m_titleAttrPtr,
"Title",
"Specify the window title ",
true,
"Free Window");
Base class for component implementation.
Common interface for GUI objects used in ACF component context.
Pointer wrapper providing automatic deleting pointed object during destruction.
Standard GUI specific interfaces and components based on Qt.