Currently, there is a problem with line number 5, QT doesn't allow to change the QTreeWidget model.
Is there a view to fixing this problem? instead of using QtreeView.
Qt Code:
QAbstractItemModel * sourceModel; sourceModel = ui->treeWidget->model(); proxyModel->setSourceModel(sourceModel); ui->treeWidget->QTreeWidget::setModel(proxyModel);To copy to clipboard, switch view to plain text mode
Bookmarks