Creating a timeline widget in Qt?
Unsolved
General and Desktop
-
Hi
well I would reuse some basic version and added the extra needed fetures.https://github.com/rivenblades/Timeline
Using the QGraphicsView gives free pan/zoom etc. so Might be a good starting point if such features are needed.
https://github.com/arsdever/timeline
this one seems a little special. -
@mrjj said in Creating a timeline widget in Qt?:
https://github.com/arsdever/timeline
this one seems a little special.As the creator, owner and maintainer of the repo you mentioned, I wanted to say that I was working on improving the repo recently. There should be a branch called
#model-view-approach
, which implements the things in model/view approach, so the future readers, please, check that out.