Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Ideas to create a liquid container meter (bar) GUI - SOLVED
Forum Updated to NodeBB v4.3 + New Features

Ideas to create a liquid container meter (bar) GUI - SOLVED

Scheduled Pinned Locked Moved 3rd Party Software
4 Posts 3 Posters 3.1k 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.
  • G Offline
    G Offline
    galrub
    wrote on last edited by
    #1

    Hello all,
    I need to create a bar that will represent liquid in a container (displayed as a vertical bar)
    on the bar there should be horizontal lines with text at the left indicating the level (levels are variable,
    not fixed levels)

    I was thinking of using QProgressBar but it doesn't have a way of displaying multiple levels, the horizontal lines.

    any ideas on how to approach this?

    thanks,
    G

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dangelog
      wrote on last edited by
      #2

      Custom widget with custom drawing?

      Software Engineer
      KDAB (UK) Ltd., a KDAB Group company

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

        I would first look into existing alternatives. Qwt has some widgets that seem useful, and there is stuff to be found on qt-apps.org (widgets section) as well.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          galrub
          wrote on last edited by
          #4

          well, it seems that Qwt have a good starting point, they have a progress bar with levels, i can subclass and get it done, thanks!

          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