13#include <QQuickWidget>
61 QWidget *parent =
nullptr);
A model to be used with UnhideListViewBase.
UnhideListViewBase(const ICoreProxy_ptr &proxy, const std::function< void(UnhideListModel *)> &modelFiller, QWidget *parent=nullptr)
Initializes the view and fills it with the items.
void itemUnhideRequested(const QString &itemId)
Emitted when an item with the given itemId is activated.
UnhideListModel *const Model_
void SetItems(const QList< QStandardItem * > &items)
Sets the items of the view model to items.
std::shared_ptr< ICoreProxy > ICoreProxy_ptr