4.18. Progress widget class
The Progress class inherits QProgressBar Qt class.
Widget's input value
An integer or any object that can be converted to an integer.
Widget's attributes
- format
- This attribute holds the string used to generate the current text. %p is replaced by the percentage completed. %v is replaced by the current value. %m is replaced by the total number of steps. The default value is %p%.
- min
- This attribute holds the progress bar's minimum value.
- max
- This attribute holds the progress bar's maximum value.
Widget's output value
An integer representing the progress bar's value.