From 67332cc9b9bb77fdb0b296b1a05b51d4cde01c02 Mon Sep 17 00:00:00 2001 From: Dominik Demuth Date: Sat, 4 Feb 2023 18:02:43 +0100 Subject: [PATCH] rerun of ui->py make --- Makefile | 6 +++--- src/gui_qt/_py/agroptiondialog.py | 11 ++++++----- src/gui_qt/_py/apod_dialog.py | 11 ++++++----- src/gui_qt/_py/axisConfigTemplate.py | 7 ++++--- src/gui_qt/_py/baseline_dialog.py | 11 ++++++----- src/gui_qt/_py/bdsdialog.py | 14 ++++++++------ src/gui_qt/_py/color_palette.py | 11 ++++++----- src/gui_qt/_py/coupling_calculator.py | 11 ++++++----- src/gui_qt/_py/coupling_t1_from_tau.py | 7 ++++--- src/gui_qt/_py/datawidget.py | 7 ++++--- src/gui_qt/_py/dscfile_dialog.py | 14 ++++++++------ src/gui_qt/_py/editsignalwidget.py | 2 +- src/gui_qt/_py/eval_expr_dialog.py | 7 ++++--- src/gui_qt/_py/evalexpression.py | 11 ++++++----- src/gui_qt/_py/expandablewidget.py | 7 ++++--- src/gui_qt/_py/exportConfigTemplate.py | 7 ++++--- src/gui_qt/_py/fcreader.py | 11 ++++++----- src/gui_qt/_py/filedialog.py | 7 ++++--- src/gui_qt/_py/fitcreationdialog.py | 8 ++++---- src/gui_qt/_py/fitdialog.py | 7 ++++--- src/gui_qt/_py/fitdialog_window.py | 7 ++++--- src/gui_qt/_py/fitfunctionwidget.py | 7 ++++--- src/gui_qt/_py/fitfuncwidget_old.py | 7 ++++--- src/gui_qt/_py/fitmodelfixwidget.py | 7 ++++--- src/gui_qt/_py/fitmodelwidget.py | 7 ++++--- src/gui_qt/_py/fitparametertable.py | 11 ++++++----- src/gui_qt/_py/fitparameterwidget.py | 7 ++++--- src/gui_qt/_py/fitresult.py | 4 ++-- src/gui_qt/_py/ftdialog.py | 11 ++++++----- src/gui_qt/_py/function_tree_widget.py | 7 ++++--- src/gui_qt/_py/gol.py | 7 ++++--- src/gui_qt/_py/gracemsgdialog.py | 7 ++++--- src/gui_qt/_py/gracereader.py | 11 ++++++----- src/gui_qt/_py/graph.py | 7 ++++--- src/gui_qt/_py/hdftree.py | 8 ++++---- src/gui_qt/_py/integral_widget.py | 4 ++-- src/gui_qt/_py/integratederive_dialog.py | 11 ++++++----- src/gui_qt/_py/interpol_dialog.py | 11 ++++++----- src/gui_qt/_py/lineedit_dialog.py | 11 ++++++----- src/gui_qt/_py/mean_form.py | 7 ++++--- src/gui_qt/_py/meandialog.py | 7 ++++--- src/gui_qt/_py/modelwidget.py | 7 ++++--- src/gui_qt/_py/move_dialog.py | 7 ++++--- src/gui_qt/_py/namespace_widget.py | 7 ++++--- src/gui_qt/_py/option_selection.py | 7 ++++--- src/gui_qt/_py/parameterform.py | 7 ++++--- src/gui_qt/_py/phase_corr_dialog.py | 8 ++++---- src/gui_qt/_py/plotConfigTemplate.py | 7 ++++--- src/gui_qt/_py/pokemon.py | 9 +++++---- src/gui_qt/_py/propwidget.py | 7 ++++--- src/gui_qt/_py/ptstab.py | 7 ++++--- src/gui_qt/_py/qfiledialog.py | 7 ++++--- src/gui_qt/_py/save_fit_parameter.py | 11 ++++++----- src/gui_qt/_py/save_fitmodel_dialog.py | 11 ++++++----- src/gui_qt/_py/save_options.py | 7 ++++--- src/gui_qt/_py/saveoptions.py | 7 ++++--- src/gui_qt/_py/sdmodelwidget.py | 7 ++++--- src/gui_qt/_py/selection_widget.py | 7 ++++--- src/gui_qt/_py/setbyfunction_dialog.py | 11 ++++++----- src/gui_qt/_py/shift_scale_dialog.py | 11 ++++++----- src/gui_qt/_py/skipdialog.py | 11 ++++++----- src/gui_qt/_py/smoothdialog.py | 11 ++++++----- src/gui_qt/_py/t1_calc_dialog.py | 11 ++++++----- src/gui_qt/_py/t1_dock.py | 7 ++++--- src/gui_qt/_py/t1_tau_calculation.py | 7 ++++--- src/gui_qt/_py/t1dialog.py | 7 ++++--- src/gui_qt/_py/tntdialog.py | 11 ++++++----- src/gui_qt/_py/typeconversion.py | 7 ++++--- src/gui_qt/_py/untitled.py | 7 ++++--- src/gui_qt/_py/userfitassist.py | 11 ++++++----- src/gui_qt/_py/usermodeleditor.py | 7 ++++--- src/gui_qt/_py/valueeditor.py | 4 ++-- 72 files changed, 331 insertions(+), 265 deletions(-) diff --git a/Makefile b/Makefile index 8c9b2d5..cfcf6fe 100755 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ PYUIC = pyuic5 PYRCC = pyrcc5 #Directory with ui files -RESOURCE_DIR = resources/_ui +RESOURCE_DIR = src/resources/_ui -#Directory for compiled resources -COMPILED_DIR = nmreval/gui_qt/_py +#Directory for compiled ui +COMPILED_DIR = src/gui_qt/_py #UI files to compile, uses every *.ui found in RESOURCE_DIR UI_FILES = $(foreach dir, $(RESOURCE_DIR), $(notdir $(wildcard $(dir)/*.ui))) diff --git a/src/gui_qt/_py/agroptiondialog.py b/src/gui_qt/_py/agroptiondialog.py index 7adeaf4..79305e8 100644 --- a/src/gui_qt/_py/agroptiondialog.py +++ b/src/gui_qt/_py/agroptiondialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file '_ui/agroptiondialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/agroptiondialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -289,8 +290,8 @@ class Ui_Dialog(object): self.retranslateUi(Dialog) self.tabWidget.setCurrentIndex(0) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.accepted.connect(Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): diff --git a/src/gui_qt/_py/apod_dialog.py b/src/gui_qt/_py/apod_dialog.py index 3c985d9..ea5694d 100644 --- a/src/gui_qt/_py/apod_dialog.py +++ b/src/gui_qt/_py/apod_dialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file '_ui/apod_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/apod_dialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -63,8 +64,8 @@ class Ui_ApodEdit(object): self.gridLayout.addWidget(self.eqn_label, 0, 1, 1, 1) self.retranslateUi(ApodEdit) - self.buttonBox.accepted.connect(ApodEdit.accept) - self.buttonBox.rejected.connect(ApodEdit.close) + self.buttonBox.accepted.connect(ApodEdit.accept) # type: ignore + self.buttonBox.rejected.connect(ApodEdit.close) # type: ignore QtCore.QMetaObject.connectSlotsByName(ApodEdit) def retranslateUi(self, ApodEdit): diff --git a/src/gui_qt/_py/axisConfigTemplate.py b/src/gui_qt/_py/axisConfigTemplate.py index 04e360e..e7630e3 100644 --- a/src/gui_qt/_py/axisConfigTemplate.py +++ b/src/gui_qt/_py/axisConfigTemplate.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file '_ui/axisConfigTemplate.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/axisConfigTemplate.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/baseline_dialog.py b/src/gui_qt/_py/baseline_dialog.py index ca67fe7..636ac24 100644 --- a/src/gui_qt/_py/baseline_dialog.py +++ b/src/gui_qt/_py/baseline_dialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file '_ui/baseline_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/baseline_dialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -54,8 +55,8 @@ class Ui_SignalEdit(object): self.gridLayout.addWidget(self.graphicsView, 0, 2, 1, 1) self.retranslateUi(SignalEdit) - self.buttonBox.accepted.connect(SignalEdit.accept) - self.buttonBox.rejected.connect(SignalEdit.close) + self.buttonBox.accepted.connect(SignalEdit.accept) # type: ignore + self.buttonBox.rejected.connect(SignalEdit.close) # type: ignore QtCore.QMetaObject.connectSlotsByName(SignalEdit) def retranslateUi(self, SignalEdit): diff --git a/src/gui_qt/_py/bdsdialog.py b/src/gui_qt/_py/bdsdialog.py index 3014019..7226542 100644 --- a/src/gui_qt/_py/bdsdialog.py +++ b/src/gui_qt/_py/bdsdialog.py @@ -1,13 +1,16 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/bdsdialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/bdsdialog.ui' # -# Created by: PyQt5 UI code generator 5.9.2 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. + from PyQt5 import QtCore, QtGui, QtWidgets + class Ui_Dialog(object): def setupUi(self, Dialog): Dialog.setObjectName("Dialog") @@ -93,8 +96,8 @@ class Ui_Dialog(object): self.gridLayout.addWidget(self.label, 0, 0, 1, 2) self.retranslateUi(Dialog) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.accepted.connect(Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) Dialog.setTabOrder(self.freq_button, self.temp_button) Dialog.setTabOrder(self.temp_button, self.eps_checkBox) @@ -117,4 +120,3 @@ class Ui_Dialog(object): self.temp_checkBox.setText(_translate("Dialog", "Meas. temperature")) self.time_checkBox.setText(_translate("Dialog", "Meas. time")) self.label.setText(_translate("Dialog", "Found entries")) - diff --git a/src/gui_qt/_py/color_palette.py b/src/gui_qt/_py/color_palette.py index 7aa29e6..b72ad9c 100644 --- a/src/gui_qt/_py/color_palette.py +++ b/src/gui_qt/_py/color_palette.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/color_palette.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/color_palette.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -88,8 +89,8 @@ class Ui_Dialog(object): self.label_2.setBuddy(self.color_combobox) self.retranslateUi(Dialog) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.accepted.connect(Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): diff --git a/src/gui_qt/_py/coupling_calculator.py b/src/gui_qt/_py/coupling_calculator.py index 72ac914..abdc0cb 100644 --- a/src/gui_qt/_py/coupling_calculator.py +++ b/src/gui_qt/_py/coupling_calculator.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/coupling_calculator.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/coupling_calculator.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -46,8 +47,8 @@ class Ui_coupling_calc_dialog(object): self.verticalLayout.addWidget(self.buttonBox) self.retranslateUi(coupling_calc_dialog) - self.buttonBox.accepted.connect(coupling_calc_dialog.accept) - self.buttonBox.rejected.connect(coupling_calc_dialog.reject) + self.buttonBox.accepted.connect(coupling_calc_dialog.accept) # type: ignore + self.buttonBox.rejected.connect(coupling_calc_dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(coupling_calc_dialog) def retranslateUi(self, coupling_calc_dialog): diff --git a/src/gui_qt/_py/coupling_t1_from_tau.py b/src/gui_qt/_py/coupling_t1_from_tau.py index 4a18eea..1a9ac21 100644 --- a/src/gui_qt/_py/coupling_t1_from_tau.py +++ b/src/gui_qt/_py/coupling_t1_from_tau.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/coupling_t1_from_tau.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/coupling_t1_from_tau.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/datawidget.py b/src/gui_qt/_py/datawidget.py index 498dbfe..962afdc 100644 --- a/src/gui_qt/_py/datawidget.py +++ b/src/gui_qt/_py/datawidget.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/datawidget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/datawidget.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/dscfile_dialog.py b/src/gui_qt/_py/dscfile_dialog.py index 12cb6d5..863e4ae 100644 --- a/src/gui_qt/_py/dscfile_dialog.py +++ b/src/gui_qt/_py/dscfile_dialog.py @@ -1,13 +1,16 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/dscfile_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/dscfile_dialog.ui' # -# Created by: PyQt5 UI code generator 5.9.2 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. + from PyQt5 import QtCore, QtGui, QtWidgets + class Ui_Dialog(object): def setupUi(self, Dialog): Dialog.setObjectName("Dialog") @@ -189,8 +192,8 @@ class Ui_Dialog(object): self.gridLayout_2.addLayout(self.gridLayout, 0, 1, 1, 1) self.retranslateUi(Dialog) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.accepted.connect(Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): @@ -209,5 +212,4 @@ class Ui_Dialog(object): self.none_radioButton.setText(_translate("Dialog", "None")) self.ref_add_pushButton.setText(_translate("Dialog", "Add reference")) self.ref_remove_pushButton.setText(_translate("Dialog", "Remove reference")) - from pyqtgraph import PlotWidget diff --git a/src/gui_qt/_py/editsignalwidget.py b/src/gui_qt/_py/editsignalwidget.py index 227e705..4e14985 100644 --- a/src/gui_qt/_py/editsignalwidget.py +++ b/src/gui_qt/_py/editsignalwidget.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'src/resources/_ui/editsignalwidget.ui' # -# Created by: PyQt5 UI code generator 5.15.2 +# Created by: PyQt5 UI code generator 5.15.7 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. diff --git a/src/gui_qt/_py/eval_expr_dialog.py b/src/gui_qt/_py/eval_expr_dialog.py index d70a5ed..111ff44 100644 --- a/src/gui_qt/_py/eval_expr_dialog.py +++ b/src/gui_qt/_py/eval_expr_dialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/eval_expr_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/eval_expr_dialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/evalexpression.py b/src/gui_qt/_py/evalexpression.py index 43e0f9c..c726067 100644 --- a/src/gui_qt/_py/evalexpression.py +++ b/src/gui_qt/_py/evalexpression.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/evalexpression.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/evalexpression.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -153,8 +154,8 @@ class Ui_CalcDialog(object): self.retranslateUi(CalcDialog) self.tabWidget.setCurrentIndex(0) - self.buttonBox.accepted.connect(CalcDialog.accept) - self.buttonBox.rejected.connect(CalcDialog.reject) + self.buttonBox.accepted.connect(CalcDialog.accept) # type: ignore + self.buttonBox.rejected.connect(CalcDialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(CalcDialog) def retranslateUi(self, CalcDialog): diff --git a/src/gui_qt/_py/expandablewidget.py b/src/gui_qt/_py/expandablewidget.py index 3fc84db..b6ca3a1 100644 --- a/src/gui_qt/_py/expandablewidget.py +++ b/src/gui_qt/_py/expandablewidget.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/expandablewidget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/expandablewidget.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/exportConfigTemplate.py b/src/gui_qt/_py/exportConfigTemplate.py index 9f64f56..f3120fd 100644 --- a/src/gui_qt/_py/exportConfigTemplate.py +++ b/src/gui_qt/_py/exportConfigTemplate.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/exportConfigTemplate.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/exportConfigTemplate.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/fcreader.py b/src/gui_qt/_py/fcreader.py index 766c641..592d563 100644 --- a/src/gui_qt/_py/fcreader.py +++ b/src/gui_qt/_py/fcreader.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/fcreader.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/fcreader.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -167,8 +168,8 @@ class Ui_FCEval_dialog(object): self.label_6.setBuddy(self.m0_cb) self.retranslateUi(FCEval_dialog) - self.buttonBox.accepted.connect(FCEval_dialog.accept) - self.buttonBox.rejected.connect(FCEval_dialog.reject) + self.buttonBox.accepted.connect(FCEval_dialog.accept) # type: ignore + self.buttonBox.rejected.connect(FCEval_dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(FCEval_dialog) def retranslateUi(self, FCEval_dialog): diff --git a/src/gui_qt/_py/filedialog.py b/src/gui_qt/_py/filedialog.py index ade0cd7..100133c 100644 --- a/src/gui_qt/_py/filedialog.py +++ b/src/gui_qt/_py/filedialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/filedialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/filedialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/fitcreationdialog.py b/src/gui_qt/_py/fitcreationdialog.py index d1c6075..9afb5f0 100644 --- a/src/gui_qt/_py/fitcreationdialog.py +++ b/src/gui_qt/_py/fitcreationdialog.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/fitcreationdialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/fitcreationdialog.ui' # -# Created by: PyQt5 UI code generator 5.15.4 +# Created by: PyQt5 UI code generator 5.15.7 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. @@ -63,8 +63,8 @@ class Ui_Dialog(object): self.retranslateUi(Dialog) self.tabWidget.setCurrentIndex(0) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.accepted.connect(Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): diff --git a/src/gui_qt/_py/fitdialog.py b/src/gui_qt/_py/fitdialog.py index 8ed9207..34eea0d 100644 --- a/src/gui_qt/_py/fitdialog.py +++ b/src/gui_qt/_py/fitdialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/fitdialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/fitdialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/fitdialog_window.py b/src/gui_qt/_py/fitdialog_window.py index ad342de..e7ef65f 100644 --- a/src/gui_qt/_py/fitdialog_window.py +++ b/src/gui_qt/_py/fitdialog_window.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/fitdialog_window.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/fitdialog_window.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/fitfunctionwidget.py b/src/gui_qt/_py/fitfunctionwidget.py index 2d44e05..a8b27b5 100644 --- a/src/gui_qt/_py/fitfunctionwidget.py +++ b/src/gui_qt/_py/fitfunctionwidget.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/fitfunctionwidget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/fitfunctionwidget.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/fitfuncwidget_old.py b/src/gui_qt/_py/fitfuncwidget_old.py index e949870..043aafa 100644 --- a/src/gui_qt/_py/fitfuncwidget_old.py +++ b/src/gui_qt/_py/fitfuncwidget_old.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/fitfuncwidget_old.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/fitfuncwidget_old.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/fitmodelfixwidget.py b/src/gui_qt/_py/fitmodelfixwidget.py index ef46181..872e7f4 100644 --- a/src/gui_qt/_py/fitmodelfixwidget.py +++ b/src/gui_qt/_py/fitmodelfixwidget.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/fitmodelfixwidget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/fitmodelfixwidget.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/fitmodelwidget.py b/src/gui_qt/_py/fitmodelwidget.py index a41f14b..a36737e 100644 --- a/src/gui_qt/_py/fitmodelwidget.py +++ b/src/gui_qt/_py/fitmodelwidget.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/fitmodelwidget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/fitmodelwidget.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/fitparametertable.py b/src/gui_qt/_py/fitparametertable.py index 5ad7241..a36ea57 100644 --- a/src/gui_qt/_py/fitparametertable.py +++ b/src/gui_qt/_py/fitparametertable.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/fitparametertable.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/fitparametertable.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -40,8 +41,8 @@ class Ui_FitParameterDialog(object): self.verticalLayout.addLayout(self.horizontalLayout) self.retranslateUi(FitParameterDialog) - self.buttonBox.accepted.connect(FitParameterDialog.accept) - self.buttonBox.rejected.connect(FitParameterDialog.reject) + self.buttonBox.accepted.connect(FitParameterDialog.accept) # type: ignore + self.buttonBox.rejected.connect(FitParameterDialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(FitParameterDialog) def retranslateUi(self, FitParameterDialog): diff --git a/src/gui_qt/_py/fitparameterwidget.py b/src/gui_qt/_py/fitparameterwidget.py index 6d282bd..1069d7b 100644 --- a/src/gui_qt/_py/fitparameterwidget.py +++ b/src/gui_qt/_py/fitparameterwidget.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/fitparameterwidget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/fitparameterwidget.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/fitresult.py b/src/gui_qt/_py/fitresult.py index 2634065..804e3ce 100644 --- a/src/gui_qt/_py/fitresult.py +++ b/src/gui_qt/_py/fitresult.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file './resources/_ui/fitresult.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/fitresult.ui' # -# Created by: PyQt5 UI code generator 5.15.4 +# Created by: PyQt5 UI code generator 5.15.7 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. diff --git a/src/gui_qt/_py/ftdialog.py b/src/gui_qt/_py/ftdialog.py index 1fd694f..1c3f104 100644 --- a/src/gui_qt/_py/ftdialog.py +++ b/src/gui_qt/_py/ftdialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/ftdialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/ftdialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -45,8 +46,8 @@ class Ui_Dialog(object): self.verticalLayout.addWidget(self.buttonBox) self.retranslateUi(Dialog) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.accepted.connect(Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): diff --git a/src/gui_qt/_py/function_tree_widget.py b/src/gui_qt/_py/function_tree_widget.py index 5235d8d..d52f6a2 100644 --- a/src/gui_qt/_py/function_tree_widget.py +++ b/src/gui_qt/_py/function_tree_widget.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/function_tree_widget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/function_tree_widget.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/gol.py b/src/gui_qt/_py/gol.py index 2d00e06..ebf3988 100644 --- a/src/gui_qt/_py/gol.py +++ b/src/gui_qt/_py/gol.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/gol.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/gol.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/gracemsgdialog.py b/src/gui_qt/_py/gracemsgdialog.py index 9c3c25f..17d02bc 100644 --- a/src/gui_qt/_py/gracemsgdialog.py +++ b/src/gui_qt/_py/gracemsgdialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/gracemsgdialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/gracemsgdialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/gracereader.py b/src/gui_qt/_py/gracereader.py index b769d0d..5d58292 100644 --- a/src/gui_qt/_py/gracereader.py +++ b/src/gui_qt/_py/gracereader.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/gracereader.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/gracereader.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -71,8 +72,8 @@ class Ui_Dialog(object): self.verticalLayout.addWidget(self.buttonBox) self.retranslateUi(Dialog) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.accepted.connect(Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): diff --git a/src/gui_qt/_py/graph.py b/src/gui_qt/_py/graph.py index 32e7c0e..c11a052 100644 --- a/src/gui_qt/_py/graph.py +++ b/src/gui_qt/_py/graph.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/graph.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/graph.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/hdftree.py b/src/gui_qt/_py/hdftree.py index adaafcf..ea5cffa 100644 --- a/src/gui_qt/_py/hdftree.py +++ b/src/gui_qt/_py/hdftree.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/hdftree.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/hdftree.ui' # -# Created by: PyQt5 UI code generator 5.15.4 +# Created by: PyQt5 UI code generator 5.15.7 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. @@ -67,8 +67,8 @@ class Ui_Hdf_Dialog(object): self.verticalLayout_2.addWidget(self.buttonBox) self.retranslateUi(Hdf_Dialog) - self.buttonBox.rejected.connect(Hdf_Dialog.close) - self.buttonBox.accepted.connect(Hdf_Dialog.accept) + self.buttonBox.rejected.connect(Hdf_Dialog.close) # type: ignore + self.buttonBox.accepted.connect(Hdf_Dialog.accept) # type: ignore QtCore.QMetaObject.connectSlotsByName(Hdf_Dialog) def retranslateUi(self, Hdf_Dialog): diff --git a/src/gui_qt/_py/integral_widget.py b/src/gui_qt/_py/integral_widget.py index 81ba165..667798b 100644 --- a/src/gui_qt/_py/integral_widget.py +++ b/src/gui_qt/_py/integral_widget.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file '/autohome/dominik/nmreval/src/resources/_ui/integral_widget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/integral_widget.ui' # -# Created by: PyQt5 UI code generator 5.15.4 +# Created by: PyQt5 UI code generator 5.15.7 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. diff --git a/src/gui_qt/_py/integratederive_dialog.py b/src/gui_qt/_py/integratederive_dialog.py index 0ae75f4..159bc10 100644 --- a/src/gui_qt/_py/integratederive_dialog.py +++ b/src/gui_qt/_py/integratederive_dialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/integratederive_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/integratederive_dialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -67,8 +68,8 @@ class Ui_Dialog(object): self.verticalLayout.addWidget(self.buttonBox) self.retranslateUi(Dialog) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.accepted.connect(Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): diff --git a/src/gui_qt/_py/interpol_dialog.py b/src/gui_qt/_py/interpol_dialog.py index c819070..ca7523d 100644 --- a/src/gui_qt/_py/interpol_dialog.py +++ b/src/gui_qt/_py/interpol_dialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/interpol_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/interpol_dialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -130,8 +131,8 @@ class Ui_Dialog(object): self.label_8.setBuddy(self.dest_combobox) self.retranslateUi(Dialog) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.accepted.connect(Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) Dialog.setTabOrder(self.listWidget, self.ylog_checkBox) Dialog.setTabOrder(self.ylog_checkBox, self.interp_comboBox) diff --git a/src/gui_qt/_py/lineedit_dialog.py b/src/gui_qt/_py/lineedit_dialog.py index 5a1bf2c..05ae7ed 100644 --- a/src/gui_qt/_py/lineedit_dialog.py +++ b/src/gui_qt/_py/lineedit_dialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/lineedit_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/lineedit_dialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -29,8 +30,8 @@ class Ui_LineEdit_Dialog(object): self.formLayout.setWidget(1, QtWidgets.QFormLayout.SpanningRole, self.buttonBox) self.retranslateUi(LineEdit_Dialog) - self.buttonBox.accepted.connect(LineEdit_Dialog.accept) - self.buttonBox.rejected.connect(LineEdit_Dialog.reject) + self.buttonBox.accepted.connect(LineEdit_Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(LineEdit_Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(LineEdit_Dialog) def retranslateUi(self, LineEdit_Dialog): diff --git a/src/gui_qt/_py/mean_form.py b/src/gui_qt/_py/mean_form.py index f120794..67f939a 100644 --- a/src/gui_qt/_py/mean_form.py +++ b/src/gui_qt/_py/mean_form.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/mean_form.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/mean_form.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/meandialog.py b/src/gui_qt/_py/meandialog.py index 9a59fcf..d10a9a5 100644 --- a/src/gui_qt/_py/meandialog.py +++ b/src/gui_qt/_py/meandialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/meandialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/meandialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/modelwidget.py b/src/gui_qt/_py/modelwidget.py index df2c5ac..6881d65 100644 --- a/src/gui_qt/_py/modelwidget.py +++ b/src/gui_qt/_py/modelwidget.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/modelwidget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/modelwidget.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/move_dialog.py b/src/gui_qt/_py/move_dialog.py index 4234ddb..ff7ec92 100644 --- a/src/gui_qt/_py/move_dialog.py +++ b/src/gui_qt/_py/move_dialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/move_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/move_dialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/namespace_widget.py b/src/gui_qt/_py/namespace_widget.py index e0f508b..d1a72af 100644 --- a/src/gui_qt/_py/namespace_widget.py +++ b/src/gui_qt/_py/namespace_widget.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/namespace_widget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/namespace_widget.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/option_selection.py b/src/gui_qt/_py/option_selection.py index 456ec65..052b28b 100644 --- a/src/gui_qt/_py/option_selection.py +++ b/src/gui_qt/_py/option_selection.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/option_selection.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/option_selection.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/parameterform.py b/src/gui_qt/_py/parameterform.py index 5bf7ba2..601b41e 100644 --- a/src/gui_qt/_py/parameterform.py +++ b/src/gui_qt/_py/parameterform.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/parameterform.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/parameterform.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/phase_corr_dialog.py b/src/gui_qt/_py/phase_corr_dialog.py index a8c9c51..0f3ef4c 100644 --- a/src/gui_qt/_py/phase_corr_dialog.py +++ b/src/gui_qt/_py/phase_corr_dialog.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/phase_corr_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/phase_corr_dialog.ui' # -# Created by: PyQt5 UI code generator 5.15.4 +# Created by: PyQt5 UI code generator 5.15.7 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. @@ -83,8 +83,8 @@ class Ui_SignalEdit(object): self.gridLayout.addItem(spacerItem1, 1, 5, 1, 1) self.retranslateUi(SignalEdit) - self.buttonBox.accepted.connect(SignalEdit.accept) - self.buttonBox.rejected.connect(SignalEdit.close) + self.buttonBox.accepted.connect(SignalEdit.accept) # type: ignore + self.buttonBox.rejected.connect(SignalEdit.close) # type: ignore QtCore.QMetaObject.connectSlotsByName(SignalEdit) def retranslateUi(self, SignalEdit): diff --git a/src/gui_qt/_py/plotConfigTemplate.py b/src/gui_qt/_py/plotConfigTemplate.py index a88d8db..4afed8f 100644 --- a/src/gui_qt/_py/plotConfigTemplate.py +++ b/src/gui_qt/_py/plotConfigTemplate.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/plotConfigTemplate.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/plotConfigTemplate.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/pokemon.py b/src/gui_qt/_py/pokemon.py index e601c7e..eba5c0a 100644 --- a/src/gui_qt/_py/pokemon.py +++ b/src/gui_qt/_py/pokemon.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/pokemon.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/pokemon.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -93,7 +94,7 @@ class Ui_Dialog(object): self.retranslateUi(Dialog) self.tabWidget.setCurrentIndex(-1) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): diff --git a/src/gui_qt/_py/propwidget.py b/src/gui_qt/_py/propwidget.py index a3c4c3b..ff49e8d 100644 --- a/src/gui_qt/_py/propwidget.py +++ b/src/gui_qt/_py/propwidget.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/propwidget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/propwidget.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/ptstab.py b/src/gui_qt/_py/ptstab.py index 677b38b..d1f5c69 100644 --- a/src/gui_qt/_py/ptstab.py +++ b/src/gui_qt/_py/ptstab.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/ptstab.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/ptstab.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/qfiledialog.py b/src/gui_qt/_py/qfiledialog.py index 52829e2..cc3ad02 100644 --- a/src/gui_qt/_py/qfiledialog.py +++ b/src/gui_qt/_py/qfiledialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/qfiledialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/qfiledialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/save_fit_parameter.py b/src/gui_qt/_py/save_fit_parameter.py index 4db6c00..7247b6a 100644 --- a/src/gui_qt/_py/save_fit_parameter.py +++ b/src/gui_qt/_py/save_fit_parameter.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/save_fit_parameter.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/save_fit_parameter.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -105,8 +106,8 @@ class Ui_fitparameter_save_dialog(object): self.label.setBuddy(self.missing_value_line) self.retranslateUi(fitparameter_save_dialog) - self.buttonBox.accepted.connect(fitparameter_save_dialog.accept) - self.buttonBox.rejected.connect(fitparameter_save_dialog.reject) + self.buttonBox.accepted.connect(fitparameter_save_dialog.accept) # type: ignore + self.buttonBox.rejected.connect(fitparameter_save_dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(fitparameter_save_dialog) fitparameter_save_dialog.setTabOrder(self.save_path_button, self.save_path_line) fitparameter_save_dialog.setTabOrder(self.save_path_line, self.tableWidget) diff --git a/src/gui_qt/_py/save_fitmodel_dialog.py b/src/gui_qt/_py/save_fitmodel_dialog.py index 25f058a..6860895 100644 --- a/src/gui_qt/_py/save_fitmodel_dialog.py +++ b/src/gui_qt/_py/save_fitmodel_dialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/save_fitmodel_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/save_fitmodel_dialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -52,8 +53,8 @@ class Ui_SaveDialog(object): self.gridLayout.addWidget(self.frame, 2, 1, 1, 1) self.retranslateUi(SaveDialog) - self.buttonBox.accepted.connect(SaveDialog.accept) - self.buttonBox.rejected.connect(SaveDialog.reject) + self.buttonBox.accepted.connect(SaveDialog.accept) # type: ignore + self.buttonBox.rejected.connect(SaveDialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(SaveDialog) def retranslateUi(self, SaveDialog): diff --git a/src/gui_qt/_py/save_options.py b/src/gui_qt/_py/save_options.py index 602a2c8..11dfc62 100644 --- a/src/gui_qt/_py/save_options.py +++ b/src/gui_qt/_py/save_options.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/save_options.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/save_options.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/saveoptions.py b/src/gui_qt/_py/saveoptions.py index c210a7e..10a4212 100644 --- a/src/gui_qt/_py/saveoptions.py +++ b/src/gui_qt/_py/saveoptions.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/saveoptions.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/saveoptions.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/sdmodelwidget.py b/src/gui_qt/_py/sdmodelwidget.py index 4f3a9a0..d12b90b 100644 --- a/src/gui_qt/_py/sdmodelwidget.py +++ b/src/gui_qt/_py/sdmodelwidget.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/sdmodelwidget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/sdmodelwidget.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/selection_widget.py b/src/gui_qt/_py/selection_widget.py index 45614d4..3d50ae7 100644 --- a/src/gui_qt/_py/selection_widget.py +++ b/src/gui_qt/_py/selection_widget.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/selection_widget.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/selection_widget.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/setbyfunction_dialog.py b/src/gui_qt/_py/setbyfunction_dialog.py index ecd065d..bf3d330 100644 --- a/src/gui_qt/_py/setbyfunction_dialog.py +++ b/src/gui_qt/_py/setbyfunction_dialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/setbyfunction_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/setbyfunction_dialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -184,8 +185,8 @@ class Ui_NewCurveDialog(object): self.retranslateUi(NewCurveDialog) self.comboBox.setCurrentIndex(-1) self.comboBox_2.setCurrentIndex(-1) - self.buttonBox.accepted.connect(NewCurveDialog.accept) - self.buttonBox.rejected.connect(NewCurveDialog.reject) + self.buttonBox.accepted.connect(NewCurveDialog.accept) # type: ignore + self.buttonBox.rejected.connect(NewCurveDialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(NewCurveDialog) NewCurveDialog.setTabOrder(self.lineEdit_3, self.lineEdit_4) NewCurveDialog.setTabOrder(self.lineEdit_4, self.lineEdit_5) diff --git a/src/gui_qt/_py/shift_scale_dialog.py b/src/gui_qt/_py/shift_scale_dialog.py index 7997c30..496ca57 100644 --- a/src/gui_qt/_py/shift_scale_dialog.py +++ b/src/gui_qt/_py/shift_scale_dialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/shift_scale_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/shift_scale_dialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -267,8 +268,8 @@ class Ui_shift_dialog(object): self.retranslateUi(shift_dialog) self.tabWidget.setCurrentIndex(0) - self.buttonBox.accepted.connect(shift_dialog.accept) - self.buttonBox.rejected.connect(shift_dialog.reject) + self.buttonBox.accepted.connect(shift_dialog.accept) # type: ignore + self.buttonBox.rejected.connect(shift_dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(shift_dialog) shift_dialog.setTabOrder(self.tabWidget, self.shift_table) shift_dialog.setTabOrder(self.shift_table, self.x_shift_spinbox) diff --git a/src/gui_qt/_py/skipdialog.py b/src/gui_qt/_py/skipdialog.py index f541dc2..16f667d 100644 --- a/src/gui_qt/_py/skipdialog.py +++ b/src/gui_qt/_py/skipdialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/skipdialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/skipdialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -77,8 +78,8 @@ class Ui_SkipDialog(object): self.label.setBuddy(self.offset_spinbox) self.retranslateUi(SkipDialog) - self.buttonBox.accepted.connect(SkipDialog.accept) - self.buttonBox.rejected.connect(SkipDialog.reject) + self.buttonBox.accepted.connect(SkipDialog.accept) # type: ignore + self.buttonBox.rejected.connect(SkipDialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(SkipDialog) SkipDialog.setTabOrder(self.step_spinbox, self.offset_spinbox) SkipDialog.setTabOrder(self.offset_spinbox, self.invert_check) diff --git a/src/gui_qt/_py/smoothdialog.py b/src/gui_qt/_py/smoothdialog.py index 634fde5..1d79cc2 100644 --- a/src/gui_qt/_py/smoothdialog.py +++ b/src/gui_qt/_py/smoothdialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/smoothdialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/smoothdialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -91,8 +92,8 @@ class Ui_SmoothDialog(object): self.label.setBuddy(self.polynom_spinBox) self.retranslateUi(SmoothDialog) - self.buttonBox.accepted.connect(SmoothDialog.accept) - self.buttonBox.rejected.connect(SmoothDialog.reject) + self.buttonBox.accepted.connect(SmoothDialog.accept) # type: ignore + self.buttonBox.rejected.connect(SmoothDialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(SmoothDialog) SmoothDialog.setTabOrder(self.comboBox, self.frac_spinBox) SmoothDialog.setTabOrder(self.frac_spinBox, self.polynom_spinBox) diff --git a/src/gui_qt/_py/t1_calc_dialog.py b/src/gui_qt/_py/t1_calc_dialog.py index b560eba..68877ab 100644 --- a/src/gui_qt/_py/t1_calc_dialog.py +++ b/src/gui_qt/_py/t1_calc_dialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/t1_calc_dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/t1_calc_dialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -271,8 +272,8 @@ class Ui_Dialog(object): self.gridLayout_2.addWidget(self.groupBox, 0, 0, 1, 1) self.retranslateUi(Dialog) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.accepted.connect(Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): diff --git a/src/gui_qt/_py/t1_dock.py b/src/gui_qt/_py/t1_dock.py index cc1bdf0..9275d65 100644 --- a/src/gui_qt/_py/t1_dock.py +++ b/src/gui_qt/_py/t1_dock.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/t1_dock.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/t1_dock.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/t1_tau_calculation.py b/src/gui_qt/_py/t1_tau_calculation.py index d61945a..8ba279e 100644 --- a/src/gui_qt/_py/t1_tau_calculation.py +++ b/src/gui_qt/_py/t1_tau_calculation.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/t1_tau_calculation.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/t1_tau_calculation.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/t1dialog.py b/src/gui_qt/_py/t1dialog.py index 7f6c421..23b71e0 100644 --- a/src/gui_qt/_py/t1dialog.py +++ b/src/gui_qt/_py/t1dialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/t1dialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/t1dialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/tntdialog.py b/src/gui_qt/_py/tntdialog.py index d3754ec..411fa93 100644 --- a/src/gui_qt/_py/tntdialog.py +++ b/src/gui_qt/_py/tntdialog.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/tntdialog.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/tntdialog.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -115,8 +116,8 @@ class Ui_tntdialog(object): self.gridLayout.addWidget(self.frame_2, 4, 1, 1, 2) self.retranslateUi(tntdialog) - self.buttonBox.accepted.connect(tntdialog.accept) - self.buttonBox.rejected.connect(tntdialog.reject) + self.buttonBox.accepted.connect(tntdialog.accept) # type: ignore + self.buttonBox.rejected.connect(tntdialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(tntdialog) def retranslateUi(self, tntdialog): diff --git a/src/gui_qt/_py/typeconversion.py b/src/gui_qt/_py/typeconversion.py index fcfa751..592e953 100644 --- a/src/gui_qt/_py/typeconversion.py +++ b/src/gui_qt/_py/typeconversion.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/typeconversion.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/typeconversion.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/untitled.py b/src/gui_qt/_py/untitled.py index 4b991d4..13ceeb1 100644 --- a/src/gui_qt/_py/untitled.py +++ b/src/gui_qt/_py/untitled.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/untitled.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/untitled.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/userfitassist.py b/src/gui_qt/_py/userfitassist.py index c587927..d1dfc40 100644 --- a/src/gui_qt/_py/userfitassist.py +++ b/src/gui_qt/_py/userfitassist.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/userfitassist.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/userfitassist.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets @@ -77,8 +78,8 @@ class Ui_Dialog(object): self.parameterLabel.setBuddy(self.parameterLineEdit) self.retranslateUi(Dialog) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.accepted.connect(Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): diff --git a/src/gui_qt/_py/usermodeleditor.py b/src/gui_qt/_py/usermodeleditor.py index 5858c0b..74d906f 100644 --- a/src/gui_qt/_py/usermodeleditor.py +++ b/src/gui_qt/_py/usermodeleditor.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/usermodeleditor.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/usermodeleditor.ui' # -# Created by: PyQt5 UI code generator 5.12.3 +# Created by: PyQt5 UI code generator 5.15.7 # -# WARNING! All changes made in this file will be lost! +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. from PyQt5 import QtCore, QtGui, QtWidgets diff --git a/src/gui_qt/_py/valueeditor.py b/src/gui_qt/_py/valueeditor.py index f2e2aeb..909d1ae 100644 --- a/src/gui_qt/_py/valueeditor.py +++ b/src/gui_qt/_py/valueeditor.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'resources/_ui/valueeditor.ui' +# Form implementation generated from reading ui file 'src/resources/_ui/valueeditor.ui' # -# Created by: PyQt5 UI code generator 5.15.4 +# Created by: PyQt5 UI code generator 5.15.7 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing.