Meego Wiki
Views

ProgressBar API Snapshot

From MeeGo wiki
Revision as of 12:27, 28 April 2011 by Pascaldietz (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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