src/hbwidgets/sliders/hbprogressbar.cpp
changeset 5 627c4a0fd0e7
parent 3 11d3954df52a
child 6 c3690ec91ef8
--- a/src/hbwidgets/sliders/hbprogressbar.cpp	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbwidgets/sliders/hbprogressbar.cpp	Fri Jun 11 13:58:22 2010 +0300
@@ -53,7 +53,7 @@
     progress (value() - minimum()) divided by maximum() - minimum().
     
     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 
-    instead of a percentage of steps.
+    instead of a percentage of steps.The ProgressBar is always non interactive.
 
     ProgressBar also supports adding text . Min-Max text pair is also supported which is commonly 
     used for progress indication for music.