Incorporating comments and functionality frpm JP. Removed need to use tab_change signal, removed inheritance dependency on QAbstractItemModel, implemented option_changed property.

This commit is contained in:
mquezada
2018-05-04 19:40:09 -04:00
parent 8e4f081ac3
commit e971372d7c
4 changed files with 35 additions and 8 deletions

View File

@@ -555,7 +555,7 @@ class App(QtCore.QObject):
self.ui.options_combo.activated.connect(self.on_options_combo_change)
self.options_form.units_radio.group_toggle_fn = self.on_toggle_units
#Notebook tabs
self.ui.notebook.currentChanged.connect(self.on_tab_change)
#self.ui.notebook.currentChanged.connect(self.on_tab_change)
####################
### Other setups ###