(self)
| 96 | return _saved_scripts |
| 97 | |
| 98 | def _clearScript(self): |
| 99 | obj = self.mainDialog.sender() |
| 100 | textField = self.scriptsLayout.itemAt( |
| 101 | self.scriptsLayout.indexOf(obj)-1).widget() |
| 102 | textField.setText("") |
| 103 | |
| 104 | def _selectScript(self): |
| 105 | dialog = FileDialog(self.mainDialog) |