Build a Timeline with PyQt5 and Qt Quick Timeline
Unsolved
Qt for Python
-
Hello everyone, I would like to create an interface just like this: https://forum.qt.io/topic/127078/create-a-timeline-gui-with-possibility-of-zoom-and-mouse-interaction. I noticed that Qt have a specific widget called Qt Quick Timeline (https://doc.qt.io/qt-5/qtquicktimeline-index.html). It has been created to build an interface like the one I want to create or it is something like a stand alone software used to organize events in a timeline? How it works?
Many thanks
-
Hi,
AFAIK, no, this class is used to manage your animations.
You should check the sources of Design Studio or Qt Quick Designer for the widget used to setup the timeline.