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. User Control, Consisting of rows, ability to precisely place cells of any length on any row. (Picture Example)
Forum Updated to NodeBB v4.3 + New Features

User Control, Consisting of rows, ability to precisely place cells of any length on any row. (Picture Example)

Scheduled Pinned Locked Moved General and Desktop
6 Posts 3 Posters 2.0k 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.
  • I Offline
    I Offline
    irishOne87
    wrote on last edited by
    #1

    I need a User Control, Consisting of rows, with the ability to precisely place cells of any length on any row.

    Here is what I have in mind.

    !http://midieditor.sourceforge.net/graphics/screenshot.jpg(ScreenCapExample)!

    I know this program was created with Qt, but how can I re-create it?
    Advice and tips much appreciated.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      welcome to devnet

      The example picture you are presenting is already quite complex. Depending on your C++ programming skills and your understanding of Qt this might be a major task for you.

      For getting some inspiration you may go through the "examples":https://qt-project.org/doc/qt-4.8/all-examples.html for instance. There are the "layout examples":https://qt-project.org/doc/qt-4.8/examples-layouts.html and others which might be of interest for you. Also the "demo launcher":https://qt-project.org/doc/qt-4.8/qtdemo.html could be interesting for you.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • I Offline
        I Offline
        irishOne87
        wrote on last edited by
        #3

        Thanks for the quick reply

        1 Reply Last reply
        0
        • I Offline
          I Offline
          irishOne87
          wrote on last edited by
          #4

          Can you give me an idea of what to focus on?
          Mainly I need to be able to place differant sized cells on any row.
          What controls can I use to achieve that? Thanks

          1 Reply Last reply
          0
          • I Offline
            I Offline
            irishOne87
            wrote on last edited by
            #5

            Is it a complex QGraphicScene?

            1 Reply Last reply
            0
            • A Offline
              A Offline
              andre
              wrote on last edited by
              #6

              No way to judge from just a screen shot. I might be done using a the GraphicsView framework, but it can also be done as a normal widget. Nowadays, you can also add QML to that.

              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