(self)
| 606 | self.clicked.connect(self.open_config) |
| 607 | |
| 608 | def open_config(self): |
| 609 | editor = ConfigEditor(self.filepath) |
| 610 | editor.show() |
| 611 | |
| 612 | |
| 613 | class BrowseFilesButton(QtWidgets.QPushButton): |
nothing calls this directly
no test coverage detected