Creating a timeline widget in Qt?
-
wrote on 18 Nov 2022, 14:17 last edited by
-
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. -
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.wrote on 29 May 2023, 13:24 last edited by@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.