diff options
Diffstat (limited to 'component_selector.py')
-rw-r--r-- | component_selector.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/component_selector.py b/component_selector.py index 03c0863..5d11087 100644 --- a/component_selector.py +++ b/component_selector.py @@ -88,6 +88,9 @@ class componentSelector(QDialog,ui_dialog): compound_selected.clear() self.tableWidget.setRowCount(0) self.reject() + + def getComp(self): + return compound_selected |