Meego Wiki
Views

ProgressBar API Snapshot

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(created ProgressBar API Snapshot page)
(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.
-
 
-
=Private properties=
 
-
-
 
   
   
=Signals=
=Signals=

Latest revision as of 12:27, 28 April 2011

Contents

Decription

This is a progress bar with a customizable size to show the progress of a running process.

API properties

real percentage
Sets the text displayed on the button.
alias fontColor
Provides access to the font color of the text which displays the percentage over the unfilled area.
alias fontColorFilled
Provides access to the font color of the text which displays the percentage over the filled area.

Signals

-

Functions

-

Example

ProgressBar {
    id: progressBar

    percentage: 50.5
}
Personal tools