Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Create a timeline GUI with possibility of zoom and mouse interaction
Forum Updated to NodeBB v4.3 + New Features

Create a timeline GUI with possibility of zoom and mouse interaction

Scheduled Pinned Locked Moved Unsolved Qt for Python
7 Posts 2 Posters 1.1k Views 2 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.
  • M Offline
    M Offline
    Mindful
    wrote on last edited by
    #1

    Dear all, I would like to use PyQt5 to create a timeline just like the one in the figure below. I found it here: https://forum.qt.io/topic/113795/designing-a-custom-timeline-with-mouse-interaction. Is it possible? Unfortunately I am a noob, so I don't know where to start. Any suggestions are welcome

    b73e9eb3-9d62-43da-b598-da2b6bdc98e1.jpeg

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You should start with the right part first.

      What data are you going to work on ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      M 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        You should start with the right part first.

        What data are you going to work on ?

        M Offline
        M Offline
        Mindful
        wrote on last edited by
        #3

        @SGaist I'm looking for a code that, with some modifications, could fit well with the project, for example this sequencer: https://github.com/scottwn/sequencer. Unfortunately if I had to start from scratch with the project I would not know how to do it

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          As suggested in my other thread, kdenlive can be a good source of inspiration.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          M 1 Reply Last reply
          1
          • SGaistS SGaist

            As suggested in my other thread, kdenlive can be a good source of inspiration.

            M Offline
            M Offline
            Mindful
            wrote on last edited by
            #5

            @SGaist Yup! it seems great to me, thanks a lot for the tip! I saw that it was written in C ++. Do you know if there is something like this written exclusively in Python?

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              I am not aware of such an application in Python (does not mean it does not exists).

              Note that translating Qt code from C++ to Python is not the hardest thing to do.

              Depending on your need and time, you might want to create Python bindings to reuse existing classes.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              M 1 Reply Last reply
              0
              • SGaistS SGaist

                I am not aware of such an application in Python (does not mean it does not exists).

                Note that translating Qt code from C++ to Python is not the hardest thing to do.

                Depending on your need and time, you might want to create Python bindings to reuse existing classes.

                M Offline
                M Offline
                Mindful
                wrote on last edited by
                #7

                @SGaist Everything clear. These days I will try to do some tests with the codes. Thank you so much for the important tips, you have been very kind!

                1 Reply Last reply
                0

                • Login

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