10493:f795d68d8e09 | 10494:8db0328580d7 |
---|---|
76 Public method to retrieve the entered filter properties. | 76 Public method to retrieve the entered filter properties. |
77 | 77 |
78 @return tuple cotaining the filter name and pattern | 78 @return tuple cotaining the filter name and pattern |
79 @rtype tuple of (str, str) | 79 @rtype tuple of (str, str) |
80 """ | 80 """ |
81 return self.textEdit.text(), self.patternEdit.text().rstrip(";") | 81 return self.textEdit.text(), self.patternEdit.text().strip() |