cneben
cneben
Removing the qmldir from main resource file is working because a valid qmldir is still present in your $QTDIR/qml/QuickQanava directory. Without a qmldir, quickqanavaplugin.dll/so is in fact never loaded and...
Insert qan::Edge directly with qan::Graph::insertEdge(org, dst, ...) being org and dst qan::PortItem
Hello, Thank you for the suggestion, it would be a simpler API than the actual `bindEdge()` interface. Actually, it won't work because `qan::PortItem` has no link to the internal topology,...
We might have a regression, I'am actually testing with 6.3 (and g++), probably you should comment `#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)` in `qcmAdapter.h`. I will modify develop/master as soon...
@petrmanek could you try last develop please, I have no way to compile with clang.
@petrmanek, analysis heat map has been added very recently, sorry for that. It should be working now (latest develop). I will try to reproduce your environment with github actions.
Nice, thanks !
Extremely interesting, thank you very much I didn't had enough time to finish testing that pipeline. I would be really interested to see it live, or at least having a...
Taken into account: I still need to find a good bezier curve library to implement that. It's on my top five "next feature" !
@hvorovk Fixed in latest develop.
Hi @emmenlau, thank for you detailled BR: using newest Qt6 features is a very good idea and a good move to clean the build system. Unfortunately, I am still stuck...