Index
sgp.ui.tabs.HSSTab
Bases: QWidget, QObject
Widget for displaying soil properties for the HSS model.
sgp.ui.tabs.HSSTab.addInputProperty
addInputProperty(key: str, **options) -> PropertyWidget
Add an input property to the list.
sgp.ui.tabs.HSSTab.addOutputProperty
addOutputProperty(key: str, SpinBox: Type[QDoubleSpinBox] = QtWidgets.QDoubleSpinBox, **options) -> PropertyWidget
Add an output property to the list.
sgp.ui.tabs.QueryTab
Bases: QWidget, QObject
Widget for displaying query properties.