Sergey Panin
Sergey Panin
I know that VS 2015 does not support much more things from c++ 14, but еру clang supports many of them.
Need some help! I updated the code, but it doesn't work properly. ` QVariant data(const QModelIndex& modelIndex, int role) const final { QVariant ret; T* item = nullptr; if(modelIndex.isValid()) item...
very strange, but in the rowCount method QModelIndex is always invalid
Hi I made a fork (https://github.com/dix75/QOlm) and added a commit (tests: add proxy-tests) right into 'main' to test the proxy model I added ProxyModel and ProxyTree class in the include...