E5Gui/E5PasswordMeter.py

changeset 2953
703452a2876f
parent 2302
f29e9405c851
child 2990
583beaf0b4b8
diff -r 94fc661a54a2 -r 703452a2876f E5Gui/E5PasswordMeter.py
--- a/E5Gui/E5PasswordMeter.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/E5Gui/E5PasswordMeter.py	Sat Sep 28 19:06:25 2013 +0200
@@ -63,6 +63,8 @@
         Public method to set the value.
         
         Overwritten to do nothing.
+        
+        @param value value (integer)
         """
         pass
     
@@ -71,6 +73,8 @@
         Public method to set the maximum value.
         
         Overwritten to do nothing.
+        
+        @param value maximum value (integer)
         """
         pass
     
@@ -79,6 +83,8 @@
         Public method to set the minimal value.
         
         Overwritten to do nothing.
+        
+        @param value minimum value (integer)
         """
         pass
 

eric ide

mercurial