15 #ifndef BORNAGAIN_MVVM_VIEW_MVVM_WIDGETS_COLLAPSIBLEBAR_H
16 #define BORNAGAIN_MVVM_VIEW_MVVM_WIDGETS_COLLAPSIBLEBAR_H
18 #include "mvvm/view_export.h"
35 void setWidget(QWidget* widget,
const QString& title);
38 void mousePressEvent(QMouseEvent* event)
override;
41 bool eventFilter(QObject* obj, QEvent* event)
override;
44 QWidget* m_controlledWidget{
nullptr};
45 QLabel* m_pixmapLabel{
nullptr};
46 QLabel* m_titleLabel{
nullptr};
Horizontal collapsible bar, part of CollapsibleListWidget.
materialitems.h Collection of materials to populate MaterialModel.