63 """ |
63 """ |
64 Public method to get the entered data. |
64 Public method to get the entered data. |
65 |
65 |
66 @return tuple containing the output file and a flag indicating the |
66 @return tuple containing the output file and a flag indicating the |
67 creation of a compact JSON file |
67 creation of a compact JSON file |
68 |
|
69 @rtype tuple of (str, bool) |
68 @rtype tuple of (str, bool) |
70 """ |
69 """ |
71 return ( |
70 return ( |
72 self.outputFilePicker.currentText(), |
71 self.outputFilePicker.currentText(), |
73 self.compactCheckBox.isChecked(), |
72 self.compactCheckBox.isChecked(), |