72 "HTML Files (*.html);;" |
72 "HTML Files (*.html);;" |
73 "Report Files (*.rpt);;" |
73 "Report Files (*.rpt);;" |
74 "Text Files (*.txt);;" |
74 "Text Files (*.txt);;" |
75 "All Files (*)" |
75 "All Files (*)" |
76 )) |
76 )) |
77 |
|
78 |
77 |
79 # initialize general tab |
78 # initialize general tab |
80 self.configfilePicker.setText(self.parameters['configFile']) |
79 self.configfilePicker.setText(self.parameters['configFile']) |
81 self.txtOutputButton.setChecked(self.parameters['txtReport']) |
80 self.txtOutputButton.setChecked(self.parameters['txtReport']) |
82 self.htmlOutputButton.setChecked(self.parameters['htmlReport']) |
81 self.htmlOutputButton.setChecked(self.parameters['htmlReport']) |