1
0
forked from IPKM/nmreval

fixed typo in t1 calculation, extra context for graphs: fixes T242; fixes T245

This commit is contained in:
Dominik Demuth
2022-11-29 20:58:27 +01:00
parent 377454b683
commit b1e54c8432
4 changed files with 89 additions and 56 deletions

View File

@ -87,7 +87,7 @@ class QRelaxCalc(QtWidgets.QDialog, Ui_Dialog):
else:
self.label_7.setText('\u03c9 / Hz')
@QtCore.pyqtSlot(int, name='on_temp_combobox_curr#entIndexChanged')
@QtCore.pyqtSlot(int, name='on_temp_combobox_currentIndexChanged')
def temp_combo_change(self, idx: int):
self.arr_widget.setVisible(idx == 0)
self.vft_widget.setVisible(idx == 1)