Details
-
Technical task
-
Resolution: Done
-
P1: Critical
Description
We have to implement the actual timeline UI in Qt Creator. This is mostly about managing the keyframes.
The technology of choice is GraphicsView, because we know it works and scales.
A very simple QML prototype revealed already a couple of issues/limitations of Qt Quick.
- Dragged items do not stay reliably under the cursor.
- No support for complex event handling