Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Creating a timeline widget in Qt?
Forum Updated to NodeBB v4.3 + New Features

Creating a timeline widget in Qt?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 1.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    benjysugi
    wrote on 18 Nov 2022, 14:17 last edited by
    #1

    Hi

    What would be the best way to go about creating an animation timeline widget?

    Examples of what I'm after:
    89d9be49-a79c-4255-a7b3-648718f8f937-image.png
    3fb7b36d-0ec2-4c02-ab5c-947961c52fbf-image.png

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 18 Nov 2022, 14:27 last edited by mrjj
      #2

      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.

      A 1 Reply Last reply 29 May 2023, 13:24
      1
      • M mrjj
        18 Nov 2022, 14:27

        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.

        A Offline
        A Offline
        arsdever
        wrote on 29 May 2023, 13:24 last edited by
        #3

        @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.

        1 Reply Last reply
        3

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved