src/eric7/DataViews/PyCoverageHtmlReportDialog.py

branch
eric7
changeset 10441
a79201e0e149
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10440:2c1289d82881 10441:a79201e0e149
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,

eric ide

mercurial