102 QString
const & title,
107 , m_moduleType(moduleType_)
108 , m_sortedModel(new SortModel(moduleType_, this))
113 [
this](QModelIndex
const itemIndex) {
114 if (itemIndex.isValid()) {
115 auto const & sortedModel =
116 *static_cast<SortModel *>(m_sortedModel);
117 Q_EMIT sigModuleChosen(
118 sortedModel.m_sourceModel->module(
119 sortedModel.mapToSource(itemIndex)));
121 Q_EMIT sigModuleChosen(nullptr);