InfoBarDisplay Class
(Core::InfoBarDisplay)Public Functions
InfoBarDisplay(QObject *parent = nullptr) | |
Core::InfoBar * | infoBar() const |
void | setInfoBar(Core::InfoBar *infoBar) |
void | setStyle(QFrame::Shadow style) |
void | setTarget(QBoxLayout *layout, int index) |
Member Function Documentation
InfoBarDisplay::InfoBarDisplay(QObject *parent = nullptr)
Default constructs an instance of InfoBarDisplay.
Core::InfoBar *InfoBarDisplay::infoBar() const
See also setInfoBar().
void InfoBarDisplay::setInfoBar(Core::InfoBar *infoBar)
See also infoBar().