Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Make a progressBar selectable

    General and Desktop
    3
    4
    1442
    Loading More Posts
    • 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
      fouffa89 last edited by

      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 Reply Quote 0
      • K
        koahnig last edited by

        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 Reply Quote 0
        • F
          fouffa89 last edited by

          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 Reply Quote 0
          • C
            Code_ReaQtor last edited by

            [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 Reply Quote 0
            • First post
              Last post