64 Public method to get the entered data. |
64 Public method to get the entered data. |
65 |
65 |
66 @return tuple containing the report title, the output directory, the |
66 @return tuple containing the report title, the output directory, the |
67 path of a file containing extra CSS and a flag indicating to open |
67 path of a file containing extra CSS and a flag indicating to open |
68 the generated report in a browser |
68 the generated report in a browser |
69 |
|
70 @rtype tuple of (str, str, str, bool) |
69 @rtype tuple of (str, str, str, bool) |
71 """ |
70 """ |
72 title = self.titleEdit.text() |
71 title = self.titleEdit.text() |
73 return ( |
72 return ( |
74 title if bool(title) else None, |
73 title if bool(title) else None, |