Capture.jpg
Attached is a pic of my StatusBar using QLabel.
I would like to know how to write the code for increasing or decreasing the white bar inside of the Status Bar. It would be best if you can give me an example of the coding needed to be written.
Condition:
- The white bar will increase by one bar at a time whenever a Increase button is pressed.
- The white bar will decrease by one bar at a time whenever a Decrease button is pressed.
- All the Statusbar and the 4 white bars are design using QLabel.
- There are 2 QPushbutton to select the increase or decrease functions.
Bookmarks