E5Gui/E5PasswordMeter.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2990
583beaf0b4b8
child 3065
070b35dde35e
--- a/E5Gui/E5PasswordMeter.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/E5Gui/E5PasswordMeter.py	Fri Oct 18 23:00:41 2013 +0200
@@ -46,7 +46,8 @@
             " text-align: center; }}" \
             "QProgressBar::chunk:horizontal {{" \
             " background-color: {0}; }}"
-        self.setStyleSheet(self.__styleSheetTemplate.format(self.__noIndicator))
+        self.setStyleSheet(
+            self.__styleSheetTemplate.format(self.__noIndicator))
     
     def checkPasswordStrength(self, password):
         """
@@ -65,6 +66,8 @@
         Public method to set the value.
         
         Overwritten to do nothing.
+        
+        @param value value (integer)
         """
         pass
     
@@ -73,6 +76,8 @@
         Public method to set the maximum value.
         
         Overwritten to do nothing.
+        
+        @param value maximum value (integer)
         """
         pass
     
@@ -81,6 +86,8 @@
         Public method to set the minimal value.
         
         Overwritten to do nothing.
+        
+        @param value minimum value (integer)
         """
         pass
 

eric ide

mercurial