2.4.0
This release is the last with Qt5 support.
Changelog:
- Add support for building with CMake for both Qt5 and Qt6.
- Add dragging of nodes / groups by keyboard arrow keys.
- Add custom QML group delegate support in
qan::Graph::insertGroup()
(seeAdvancedGroup.qml
in "advanced" sample). - Add
qan::Graph::hasSelection()
method. - Fix multiple bugs in
qan::BottomRightResizer
(andqan::RightResizer
, qan::BottomResizer`) - Create "advanced" sample to demonstrate group collapse and arrow with custom hooks and
dragOrientation
constrain.
Next release will be Qt6 / C++17 only.