User Tools

Site Tools


progressbar

ProgressBar (QProgressBar)

www.kbasic.com_images_progressbar.jpg

The Qt documentation in C++ of this class can be read here: http://doc.trolltech.com/4.3/qprogressbar.html

Most important

Methods None
Properties Value
Events None

Please read the control class overview Control as well.

If you set Value, Minimum and Maximim to 0, the progressbar will be animated.

PROPERTIES

Value

Property Value As Integer (ReadWrite)

The possible values are between Minimum and Maximum.


OldValue

Property OldValue As Integer (ReadOnly)


Minimum

Property Minimum As Integer (ReadWrite)


Maximum

Property Maximum As Integer (ReadWrite)


Format

Property Format As String (ReadWrite)

  • %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%”.


progressbar.txt · Last modified: 2013/04/09 22:58 (external edit)