--- 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