36 I_ASSIGN_MULTI_0(m_statusBarWidgetsCompPtr,
"StatusBarWidgets",
"Widgets to place into the status bar of the application",
true);
37 I_ASSIGN(m_isSizeGripEnabledAttrPtr,
"EnableSizeGrip",
"if enabled, the size grip will be created",
true,
true);
38 I_ASSIGN(m_suppressWidgetFrameAttrPtr,
"SuppressWidgetFrame",
"if enabled, the frame around status bar widgets will be hidden",
true,
false);
49 I_ATTR(
bool, m_isSizeGripEnabledAttrPtr);
50 I_ATTR(
bool, m_suppressWidgetFrameAttrPtr);
A common interface for main window component such as dock widget, tool bar and so on.