-
-
Notifications
You must be signed in to change notification settings - Fork 231
Home
cneben edited this page May 23, 2020
·
5 revisions
Wiki is for contributors and internal library documentation.
User documentation is available at: http://cneben.github.io/QuickQanava/index.html
Remove actual qan::Navigable
code to use QtQuick PinchArea (it come with native support for touch events, efficient scrolling and scrollbars). Actually, qan::Navigable
is a custom implementation because zoomOnPoint()
has never been successfully implemented with PinchArea.
Refactor the existing grid code:
- Add support for configurable snap to grid for nodes and groups positioning.
- Fix bug #5 (P1) and #33 (P3)
Horizontal orthogonal edge with 3 segments with user editable position for middle segment.
- Position editor should have an similar interface to
qan::BottomRightResizer
.