Make a progressBar selectable
-
wrote on 30 Mar 2013, 11:42 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?
-
wrote on 30 Mar 2013, 12:08 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. -
wrote on 30 Mar 2013, 18:53 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 .
-
wrote on 31 Mar 2013, 15:17 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.
1/4