src/hbwidgets/sliders/hbprogressbar.cpp
changeset 5 627c4a0fd0e7
parent 3 11d3954df52a
child 6 c3690ec91ef8
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
    51     minimum and maximum possible step values, and it will display the percentage of steps that have been completed 
    51     minimum and maximum possible step values, and it will display the percentage of steps that have been completed 
    52     when you later give it the current step value. The percentage is calculated by dividing the 
    52     when you later give it the current step value. The percentage is calculated by dividing the 
    53     progress (value() - minimum()) divided by maximum() - minimum().
    53     progress (value() - minimum()) divided by maximum() - minimum().
    54     
    54     
    55     By default the min value is 0 and max value is 100.If minimum and maximum both are set to 0, the bar shows a busy indicator 
    55     By default the min value is 0 and max value is 100.If minimum and maximum both are set to 0, the bar shows a busy indicator 
    56     instead of a percentage of steps.
    56     instead of a percentage of steps.The ProgressBar is always non interactive.
    57 
    57 
    58     ProgressBar also supports adding text . Min-Max text pair is also supported which is commonly 
    58     ProgressBar also supports adding text . Min-Max text pair is also supported which is commonly 
    59     used for progress indication for music. 
    59     used for progress indication for music. 
    60     
    60     
    61     Progress bar provides below signal.
    61     Progress bar provides below signal.