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. Make a progressBar selectable
Forum Updated to NodeBB v4.3 + New Features

Make a progressBar selectable

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.7k 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.
  • F Offline
    F Offline
    fouffa89
    wrote on 30 Mar 2013, 11:42 last edited by
    #1

    I need to make a progress bar selectable to change it's property (width, height ,value...) but i don't have any idea about how to proceed. Any Idea?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on 30 Mar 2013, 12:08 last edited by
      #2

      Did you have a look to "the documentation? ":http://qt-project.org/doc/qt-5.0/qtwidgets/qprogressbar.html
      The "list of all members":http://qt-project.org/doc/qt-5.0/qtwidgets/qprogressbar-members.html seem to contain all the required methods.

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

      1 Reply Last reply
      0
      • F Offline
        F Offline
        fouffa89
        wrote on 30 Mar 2013, 18:53 last edited by
        #3

        Sorry but my question was how to make the progressbar selectable(has the focus) after inserting it to a frame so the user can resize it without access to the code .

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Code_ReaQtor
          wrote on 31 Mar 2013, 15:17 last edited by
          #4

          [quote author="fouffa89" date="1364669603"]Sorry but my question was how to make the progressbar selectable(has the focus) after inserting it to a frame so the user can resize it without access to the code .[/quote]

          I doubt it. There is a QSizeGrip but I never saw it being implemented in widgets other than QDialog and QMainWindow.

          Please visit my open-source projects at https://github.com/Code-ReaQtor.

          1 Reply Last reply
          0

          1/4

          30 Mar 2013, 11:42

          • Login

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