--- a/Debugger/EditWatchpointDialog.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Debugger/EditWatchpointDialog.py Fri Oct 18 23:00:41 2013 +0200 @@ -23,7 +23,8 @@ Constructor @param properties properties for the watch expression (tuple) - (expression, temporary flag, enabled flag, ignore count, special condition) + (expression, temporary flag, enabled flag, ignore count, + special condition) @param parent the parent of this dialog @param name the widget name of this dialog @param modal flag indicating a modal dialog @@ -68,7 +69,8 @@ def __textChanged(self, txt): """ - Private slot to handle the text changed signal of the condition line edit. + Private slot to handle the text changed signal of the condition line + edit. @param txt text of the line edit (string) """ @@ -87,7 +89,8 @@ Public method to retrieve the entered data. @return a tuple containing the watch expressions new properties - (expression, temporary flag, enabled flag, ignore count, special condition) + (expression, temporary flag, enabled flag, ignore count, + special condition) """ if self.conditionButton.isChecked(): return (self.conditionEdit.text(),