Pascaldietz (Talk | contribs) (created ProgressBar API Snapshot page) |
Pascaldietz (Talk | contribs) (removed private properties) |
||
| Line 9: | Line 9: | ||
;''alias'' fontColorFilled | ;''alias'' fontColorFilled | ||
:Provides access to the font color of the text which displays the percentage over the filled area. | :Provides access to the font color of the text which displays the percentage over the filled area. | ||
| - | |||
| - | |||
| - | |||
=Signals= | =Signals= | ||
Contents |
This is a progress bar with a customizable size to show the progress of a running process.
-
-
ProgressBar {
id: progressBar
percentage: 50.5
}