fixed problem with setting color from context menu

This commit is contained in:
Dominik Demuth
2023-05-18 18:51:02 +02:00
parent bc215ce32b
commit fcaf43b3eb
13 changed files with 167 additions and 40733 deletions

View File

@ -1078,3 +1078,7 @@ class NMRMainWindow(QtWidgets.QMainWindow, Ui_BaseWindow):
def show_version(self):
from nmreval.version import __version__
QtWidgets.QMessageBox.about(self, 'Version', f'Build date of AppImage: {__version__}')
@QtCore.pyqtSlot(name='on_actionTNMH_model_triggered')
def calculate_tnmh(self):
print('tnmh')