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