8901:adc47f306e51 | 8902:ba9b8c6e4928 |
---|---|
50 bool(self.urlEdit.text().strip()) | 50 bool(self.urlEdit.text().strip()) |
51 ) | 51 ) |
52 | 52 |
53 def getData(self): | 53 def getData(self): |
54 """ | 54 """ |
55 Public method to retrieve the entered data | 55 Public method to retrieve the entered data. |
56 | 56 |
57 @return tuple containing the title and URL for the bookmark | 57 @return tuple containing the title and URL for the bookmark |
58 @rtype tuple of (str, str) | 58 @rtype tuple of (str, str) |
59 """ | 59 """ |
60 return ( | 60 return ( |