mcsas.gui.modelwidget module¶
-
class
ModelWidget(parent, calculator, *args)[source]¶ Bases:
gui.algorithmwidget.AlgorithmWidget-
algorithm¶
-
model¶
-
onDataSelected(dataobj)[source]¶ Gets the data which is currently selected in the UI and rebuilds the model selection box based on compatible models.
-
selectModel(model)[source]¶ model: string containing the name of the model to select. Calls _selectModelSlot() via signal.
-