run scripts
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build AppImage / Explore-Gitea-Actions (push) Successful in 1m46s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build AppImage / Explore-Gitea-Actions (push) Successful in 1m46s
				
			run scripts Co-authored-by: Dominik Demuth <dominik.demuth@physik.tu-darmstadt.de> Reviewed-on: #291
This commit is contained in:
		@@ -372,6 +372,8 @@ class Ui_BaseWindow(object):
 | 
				
			|||||||
        self.action_cut_xaxis.setObjectName("action_cut_xaxis")
 | 
					        self.action_cut_xaxis.setObjectName("action_cut_xaxis")
 | 
				
			||||||
        self.action_cut_yaxis = QtWidgets.QAction(BaseWindow)
 | 
					        self.action_cut_yaxis = QtWidgets.QAction(BaseWindow)
 | 
				
			||||||
        self.action_cut_yaxis.setObjectName("action_cut_yaxis")
 | 
					        self.action_cut_yaxis.setObjectName("action_cut_yaxis")
 | 
				
			||||||
 | 
					        self.actionUse_script = QtWidgets.QAction(BaseWindow)
 | 
				
			||||||
 | 
					        self.actionUse_script.setObjectName("actionUse_script")
 | 
				
			||||||
        self.menuSave.addAction(self.actionSave)
 | 
					        self.menuSave.addAction(self.actionSave)
 | 
				
			||||||
        self.menuSave.addAction(self.actionExportGraphic)
 | 
					        self.menuSave.addAction(self.actionExportGraphic)
 | 
				
			||||||
        self.menuSave.addAction(self.action_save_fit_parameter)
 | 
					        self.menuSave.addAction(self.action_save_fit_parameter)
 | 
				
			||||||
@@ -399,6 +401,7 @@ class Ui_BaseWindow(object):
 | 
				
			|||||||
        self.menuData.addAction(self.menuCut_to_visible_range.menuAction())
 | 
					        self.menuData.addAction(self.menuCut_to_visible_range.menuAction())
 | 
				
			||||||
        self.menuData.addSeparator()
 | 
					        self.menuData.addSeparator()
 | 
				
			||||||
        self.menuData.addAction(self.actionChange_datatypes)
 | 
					        self.menuData.addAction(self.actionChange_datatypes)
 | 
				
			||||||
 | 
					        self.menuData.addAction(self.actionUse_script)
 | 
				
			||||||
        self.menuHelp.addAction(self.actionShow_error_log)
 | 
					        self.menuHelp.addAction(self.actionShow_error_log)
 | 
				
			||||||
        self.menuHelp.addAction(self.actionUpdate)
 | 
					        self.menuHelp.addAction(self.actionUpdate)
 | 
				
			||||||
        self.menuHelp.addAction(self.actionBugs)
 | 
					        self.menuHelp.addAction(self.actionBugs)
 | 
				
			||||||
@@ -647,6 +650,7 @@ class Ui_BaseWindow(object):
 | 
				
			|||||||
        self.action_cut_xaxis.setToolTip(_translate("BaseWindow", "Remove data points outside visible x range."))
 | 
					        self.action_cut_xaxis.setToolTip(_translate("BaseWindow", "Remove data points outside visible x range."))
 | 
				
			||||||
        self.action_cut_yaxis.setText(_translate("BaseWindow", "y axis"))
 | 
					        self.action_cut_yaxis.setText(_translate("BaseWindow", "y axis"))
 | 
				
			||||||
        self.action_cut_yaxis.setToolTip(_translate("BaseWindow", "Remove data points outside visible y range. Uses real part of points."))
 | 
					        self.action_cut_yaxis.setToolTip(_translate("BaseWindow", "Remove data points outside visible y range. Uses real part of points."))
 | 
				
			||||||
 | 
					        self.actionUse_script.setText(_translate("BaseWindow", "Use script..."))
 | 
				
			||||||
from ..data.datawidget.datawidget import DataWidget
 | 
					from ..data.datawidget.datawidget import DataWidget
 | 
				
			||||||
from ..data.integral_widget import IntegralWidget
 | 
					from ..data.integral_widget import IntegralWidget
 | 
				
			||||||
from ..data.point_select import PointSelectWidget
 | 
					from ..data.point_select import PointSelectWidget
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
# -*- coding: utf-8 -*-
 | 
					# -*- coding: utf-8 -*-
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Form implementation generated from reading ui file 'untitled2.ui'
 | 
					# Form implementation generated from reading ui file './nmreval/src/resources/_ui/pokeentry.ui'
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Created by: PyQt5 UI code generator 5.15.10
 | 
					# Created by: PyQt5 UI code generator 5.15.10
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
@@ -21,13 +21,26 @@ class Ui_Form(object):
 | 
				
			|||||||
        self.artwork_label.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop)
 | 
					        self.artwork_label.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop)
 | 
				
			||||||
        self.artwork_label.setObjectName("artwork_label")
 | 
					        self.artwork_label.setObjectName("artwork_label")
 | 
				
			||||||
        self.verticalLayout_4.addWidget(self.artwork_label)
 | 
					        self.verticalLayout_4.addWidget(self.artwork_label)
 | 
				
			||||||
        self.gridLayout = QtWidgets.QGridLayout()
 | 
					        self.formLayout = QtWidgets.QFormLayout()
 | 
				
			||||||
        self.gridLayout.setVerticalSpacing(12)
 | 
					        self.formLayout.setContentsMargins(3, 3, 3, 3)
 | 
				
			||||||
        self.gridLayout.setObjectName("gridLayout")
 | 
					        self.formLayout.setVerticalSpacing(12)
 | 
				
			||||||
 | 
					        self.formLayout.setObjectName("formLayout")
 | 
				
			||||||
 | 
					        self.label = QtWidgets.QLabel(Form)
 | 
				
			||||||
 | 
					        self.label.setObjectName("label")
 | 
				
			||||||
 | 
					        self.formLayout.setWidget(0, QtWidgets.QFormLayout.LabelRole, self.label)
 | 
				
			||||||
 | 
					        self.nationaldex_label = QtWidgets.QLabel(Form)
 | 
				
			||||||
 | 
					        self.nationaldex_label.setObjectName("nationaldex_label")
 | 
				
			||||||
 | 
					        self.formLayout.setWidget(0, QtWidgets.QFormLayout.FieldRole, self.nationaldex_label)
 | 
				
			||||||
 | 
					        self.label_1 = QtWidgets.QLabel(Form)
 | 
				
			||||||
 | 
					        self.label_1.setObjectName("label_1")
 | 
				
			||||||
 | 
					        self.formLayout.setWidget(1, QtWidgets.QFormLayout.LabelRole, self.label_1)
 | 
				
			||||||
 | 
					        self.species_label = QtWidgets.QLabel(Form)
 | 
				
			||||||
 | 
					        self.species_label.setObjectName("species_label")
 | 
				
			||||||
 | 
					        self.formLayout.setWidget(1, QtWidgets.QFormLayout.FieldRole, self.species_label)
 | 
				
			||||||
        self.label_4 = QtWidgets.QLabel(Form)
 | 
					        self.label_4 = QtWidgets.QLabel(Form)
 | 
				
			||||||
        self.label_4.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop)
 | 
					        self.label_4.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop)
 | 
				
			||||||
        self.label_4.setObjectName("label_4")
 | 
					        self.label_4.setObjectName("label_4")
 | 
				
			||||||
        self.gridLayout.addWidget(self.label_4, 2, 0, 1, 1)
 | 
					        self.formLayout.setWidget(2, QtWidgets.QFormLayout.LabelRole, self.label_4)
 | 
				
			||||||
        self.verticalLayout_2 = QtWidgets.QVBoxLayout()
 | 
					        self.verticalLayout_2 = QtWidgets.QVBoxLayout()
 | 
				
			||||||
        self.verticalLayout_2.setObjectName("verticalLayout_2")
 | 
					        self.verticalLayout_2.setObjectName("verticalLayout_2")
 | 
				
			||||||
        self.type1_label = QtWidgets.QLabel(Form)
 | 
					        self.type1_label = QtWidgets.QLabel(Form)
 | 
				
			||||||
@@ -36,24 +49,11 @@ class Ui_Form(object):
 | 
				
			|||||||
        self.type2_label = QtWidgets.QLabel(Form)
 | 
					        self.type2_label = QtWidgets.QLabel(Form)
 | 
				
			||||||
        self.type2_label.setObjectName("type2_label")
 | 
					        self.type2_label.setObjectName("type2_label")
 | 
				
			||||||
        self.verticalLayout_2.addWidget(self.type2_label)
 | 
					        self.verticalLayout_2.addWidget(self.type2_label)
 | 
				
			||||||
        self.gridLayout.addLayout(self.verticalLayout_2, 2, 1, 1, 1)
 | 
					        self.formLayout.setLayout(2, QtWidgets.QFormLayout.FieldRole, self.verticalLayout_2)
 | 
				
			||||||
        self.label_3 = QtWidgets.QLabel(Form)
 | 
					        self.label_5 = QtWidgets.QLabel(Form)
 | 
				
			||||||
        self.label_3.setObjectName("label_3")
 | 
					        self.label_5.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop)
 | 
				
			||||||
        self.gridLayout.addWidget(self.label_3, 5, 0, 1, 1)
 | 
					        self.label_5.setObjectName("label_5")
 | 
				
			||||||
        spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
 | 
					        self.formLayout.setWidget(3, QtWidgets.QFormLayout.LabelRole, self.label_5)
 | 
				
			||||||
        self.gridLayout.addItem(spacerItem, 7, 0, 1, 1)
 | 
					 | 
				
			||||||
        self.label_2 = QtWidgets.QLabel(Form)
 | 
					 | 
				
			||||||
        self.label_2.setObjectName("label_2")
 | 
					 | 
				
			||||||
        self.gridLayout.addWidget(self.label_2, 4, 0, 1, 1)
 | 
					 | 
				
			||||||
        self.height_label = QtWidgets.QLabel(Form)
 | 
					 | 
				
			||||||
        self.height_label.setObjectName("height_label")
 | 
					 | 
				
			||||||
        self.gridLayout.addWidget(self.height_label, 4, 1, 1, 1)
 | 
					 | 
				
			||||||
        self.weight_label = QtWidgets.QLabel(Form)
 | 
					 | 
				
			||||||
        self.weight_label.setObjectName("weight_label")
 | 
					 | 
				
			||||||
        self.gridLayout.addWidget(self.weight_label, 5, 1, 1, 1)
 | 
					 | 
				
			||||||
        self.label_1 = QtWidgets.QLabel(Form)
 | 
					 | 
				
			||||||
        self.label_1.setObjectName("label_1")
 | 
					 | 
				
			||||||
        self.gridLayout.addWidget(self.label_1, 1, 0, 1, 1)
 | 
					 | 
				
			||||||
        self.verticalLayout = QtWidgets.QVBoxLayout()
 | 
					        self.verticalLayout = QtWidgets.QVBoxLayout()
 | 
				
			||||||
        self.verticalLayout.setObjectName("verticalLayout")
 | 
					        self.verticalLayout.setObjectName("verticalLayout")
 | 
				
			||||||
        self.ability1_label = QtWidgets.QLabel(Form)
 | 
					        self.ability1_label = QtWidgets.QLabel(Form)
 | 
				
			||||||
@@ -65,24 +65,23 @@ class Ui_Form(object):
 | 
				
			|||||||
        self.ability3_label = QtWidgets.QLabel(Form)
 | 
					        self.ability3_label = QtWidgets.QLabel(Form)
 | 
				
			||||||
        self.ability3_label.setObjectName("ability3_label")
 | 
					        self.ability3_label.setObjectName("ability3_label")
 | 
				
			||||||
        self.verticalLayout.addWidget(self.ability3_label)
 | 
					        self.verticalLayout.addWidget(self.ability3_label)
 | 
				
			||||||
        self.gridLayout.addLayout(self.verticalLayout, 3, 1, 1, 1)
 | 
					        self.formLayout.setLayout(3, QtWidgets.QFormLayout.FieldRole, self.verticalLayout)
 | 
				
			||||||
        self.species_label = QtWidgets.QLabel(Form)
 | 
					        self.label_2 = QtWidgets.QLabel(Form)
 | 
				
			||||||
        self.species_label.setObjectName("species_label")
 | 
					        self.label_2.setObjectName("label_2")
 | 
				
			||||||
        self.gridLayout.addWidget(self.species_label, 1, 1, 1, 1)
 | 
					        self.formLayout.setWidget(4, QtWidgets.QFormLayout.LabelRole, self.label_2)
 | 
				
			||||||
        self.label_5 = QtWidgets.QLabel(Form)
 | 
					        self.height_label = QtWidgets.QLabel(Form)
 | 
				
			||||||
        self.label_5.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop)
 | 
					        self.height_label.setObjectName("height_label")
 | 
				
			||||||
        self.label_5.setObjectName("label_5")
 | 
					        self.formLayout.setWidget(4, QtWidgets.QFormLayout.FieldRole, self.height_label)
 | 
				
			||||||
        self.gridLayout.addWidget(self.label_5, 3, 0, 1, 1)
 | 
					        self.label_3 = QtWidgets.QLabel(Form)
 | 
				
			||||||
 | 
					        self.label_3.setObjectName("label_3")
 | 
				
			||||||
 | 
					        self.formLayout.setWidget(5, QtWidgets.QFormLayout.LabelRole, self.label_3)
 | 
				
			||||||
 | 
					        self.weight_label = QtWidgets.QLabel(Form)
 | 
				
			||||||
 | 
					        self.weight_label.setObjectName("weight_label")
 | 
				
			||||||
 | 
					        self.formLayout.setWidget(5, QtWidgets.QFormLayout.FieldRole, self.weight_label)
 | 
				
			||||||
        self.gender_label = QtWidgets.QLabel(Form)
 | 
					        self.gender_label = QtWidgets.QLabel(Form)
 | 
				
			||||||
        self.gender_label.setObjectName("gender_label")
 | 
					        self.gender_label.setObjectName("gender_label")
 | 
				
			||||||
        self.gridLayout.addWidget(self.gender_label, 6, 0, 1, 2)
 | 
					        self.formLayout.setWidget(6, QtWidgets.QFormLayout.LabelRole, self.gender_label)
 | 
				
			||||||
        self.label = QtWidgets.QLabel(Form)
 | 
					        self.verticalLayout_4.addLayout(self.formLayout)
 | 
				
			||||||
        self.label.setObjectName("label")
 | 
					 | 
				
			||||||
        self.gridLayout.addWidget(self.label, 0, 0, 1, 1)
 | 
					 | 
				
			||||||
        self.nationaldex_label = QtWidgets.QLabel(Form)
 | 
					 | 
				
			||||||
        self.nationaldex_label.setObjectName("nationaldex_label")
 | 
					 | 
				
			||||||
        self.gridLayout.addWidget(self.nationaldex_label, 0, 1, 1, 1)
 | 
					 | 
				
			||||||
        self.verticalLayout_4.addLayout(self.gridLayout)
 | 
					 | 
				
			||||||
        self.groupBox = QtWidgets.QGroupBox(Form)
 | 
					        self.groupBox = QtWidgets.QGroupBox(Form)
 | 
				
			||||||
        self.groupBox.setFlat(True)
 | 
					        self.groupBox.setFlat(True)
 | 
				
			||||||
        self.groupBox.setObjectName("groupBox")
 | 
					        self.groupBox.setObjectName("groupBox")
 | 
				
			||||||
@@ -206,13 +205,21 @@ class Ui_Form(object):
 | 
				
			|||||||
        self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.groupBox_2)
 | 
					        self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.groupBox_2)
 | 
				
			||||||
        self.verticalLayout_3.setContentsMargins(3, 3, 3, 3)
 | 
					        self.verticalLayout_3.setContentsMargins(3, 3, 3, 3)
 | 
				
			||||||
        self.verticalLayout_3.setObjectName("verticalLayout_3")
 | 
					        self.verticalLayout_3.setObjectName("verticalLayout_3")
 | 
				
			||||||
        self.evolution_bar = QtWidgets.QLabel(self.groupBox_2)
 | 
					        self.tableWidget = QtWidgets.QTableWidget(self.groupBox_2)
 | 
				
			||||||
        self.evolution_bar.setFrameShape(QtWidgets.QFrame.NoFrame)
 | 
					        self.tableWidget.setStyleSheet("background-color: transparent;")
 | 
				
			||||||
        self.evolution_bar.setFrameShadow(QtWidgets.QFrame.Raised)
 | 
					        self.tableWidget.setEditTriggers(QtWidgets.QAbstractItemView.NoEditTriggers)
 | 
				
			||||||
        self.evolution_bar.setLineWidth(0)
 | 
					        self.tableWidget.setShowGrid(False)
 | 
				
			||||||
        self.evolution_bar.setObjectName("evolution_bar")
 | 
					        self.tableWidget.setGridStyle(QtCore.Qt.NoPen)
 | 
				
			||||||
        self.verticalLayout_3.addWidget(self.evolution_bar)
 | 
					        self.tableWidget.setWordWrap(False)
 | 
				
			||||||
 | 
					        self.tableWidget.setObjectName("tableWidget")
 | 
				
			||||||
 | 
					        self.tableWidget.setColumnCount(0)
 | 
				
			||||||
 | 
					        self.tableWidget.setRowCount(0)
 | 
				
			||||||
 | 
					        self.tableWidget.horizontalHeader().setVisible(False)
 | 
				
			||||||
 | 
					        self.tableWidget.verticalHeader().setVisible(False)
 | 
				
			||||||
 | 
					        self.verticalLayout_3.addWidget(self.tableWidget)
 | 
				
			||||||
        self.verticalLayout_4.addWidget(self.groupBox_2)
 | 
					        self.verticalLayout_4.addWidget(self.groupBox_2)
 | 
				
			||||||
 | 
					        spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
 | 
				
			||||||
 | 
					        self.verticalLayout_4.addItem(spacerItem)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.retranslateUi(Form)
 | 
					        self.retranslateUi(Form)
 | 
				
			||||||
        QtCore.QMetaObject.connectSlotsByName(Form)
 | 
					        QtCore.QMetaObject.connectSlotsByName(Form)
 | 
				
			||||||
@@ -221,22 +228,22 @@ class Ui_Form(object):
 | 
				
			|||||||
        _translate = QtCore.QCoreApplication.translate
 | 
					        _translate = QtCore.QCoreApplication.translate
 | 
				
			||||||
        Form.setWindowTitle(_translate("Form", "Form"))
 | 
					        Form.setWindowTitle(_translate("Form", "Form"))
 | 
				
			||||||
        self.artwork_label.setText(_translate("Form", "TextLabel"))
 | 
					        self.artwork_label.setText(_translate("Form", "TextLabel"))
 | 
				
			||||||
 | 
					        self.label.setText(_translate("Form", "National No."))
 | 
				
			||||||
 | 
					        self.nationaldex_label.setText(_translate("Form", "TextLabel"))
 | 
				
			||||||
 | 
					        self.label_1.setText(_translate("Form", "Species"))
 | 
				
			||||||
 | 
					        self.species_label.setText(_translate("Form", "TextLabel"))
 | 
				
			||||||
        self.label_4.setText(_translate("Form", "Type"))
 | 
					        self.label_4.setText(_translate("Form", "Type"))
 | 
				
			||||||
        self.type1_label.setText(_translate("Form", "TextLabel"))
 | 
					        self.type1_label.setText(_translate("Form", "TextLabel"))
 | 
				
			||||||
        self.type2_label.setText(_translate("Form", "TextLabel"))
 | 
					        self.type2_label.setText(_translate("Form", "TextLabel"))
 | 
				
			||||||
        self.label_3.setText(_translate("Form", "Weight"))
 | 
					        self.label_5.setText(_translate("Form", "Abilities"))
 | 
				
			||||||
        self.label_2.setText(_translate("Form", "Height"))
 | 
					 | 
				
			||||||
        self.height_label.setText(_translate("Form", "0.0 m"))
 | 
					 | 
				
			||||||
        self.weight_label.setText(_translate("Form", "0.0 kg"))
 | 
					 | 
				
			||||||
        self.label_1.setText(_translate("Form", "Species"))
 | 
					 | 
				
			||||||
        self.ability1_label.setText(_translate("Form", "TextLabel"))
 | 
					        self.ability1_label.setText(_translate("Form", "TextLabel"))
 | 
				
			||||||
        self.ability2_label.setText(_translate("Form", "TextLabel"))
 | 
					        self.ability2_label.setText(_translate("Form", "TextLabel"))
 | 
				
			||||||
        self.ability3_label.setText(_translate("Form", "TextLabel"))
 | 
					        self.ability3_label.setText(_translate("Form", "TextLabel"))
 | 
				
			||||||
        self.species_label.setText(_translate("Form", "TextLabel"))
 | 
					        self.label_2.setText(_translate("Form", "Height"))
 | 
				
			||||||
        self.label_5.setText(_translate("Form", "Abilities"))
 | 
					        self.height_label.setText(_translate("Form", "0.0 m"))
 | 
				
			||||||
 | 
					        self.label_3.setText(_translate("Form", "Weight"))
 | 
				
			||||||
 | 
					        self.weight_label.setText(_translate("Form", "0.0 kg"))
 | 
				
			||||||
        self.gender_label.setText(_translate("Form", "TextLabel"))
 | 
					        self.gender_label.setText(_translate("Form", "TextLabel"))
 | 
				
			||||||
        self.label.setText(_translate("Form", "National No."))
 | 
					 | 
				
			||||||
        self.nationaldex_label.setText(_translate("Form", "TextLabel"))
 | 
					 | 
				
			||||||
        self.groupBox.setTitle(_translate("Form", "Stats"))
 | 
					        self.groupBox.setTitle(_translate("Form", "Stats"))
 | 
				
			||||||
        self.spec_attack_bar.setFormat(_translate("Form", "%v"))
 | 
					        self.spec_attack_bar.setFormat(_translate("Form", "%v"))
 | 
				
			||||||
        self.label_8.setText(_translate("Form", "Special Attack"))
 | 
					        self.label_8.setText(_translate("Form", "Special Attack"))
 | 
				
			||||||
@@ -251,4 +258,3 @@ class Ui_Form(object):
 | 
				
			|||||||
        self.label_7.setText(_translate("Form", "Attack"))
 | 
					        self.label_7.setText(_translate("Form", "Attack"))
 | 
				
			||||||
        self.label_9.setText(_translate("Form", "Defense"))
 | 
					        self.label_9.setText(_translate("Form", "Defense"))
 | 
				
			||||||
        self.groupBox_2.setTitle(_translate("Form", "Evolution chain"))
 | 
					        self.groupBox_2.setTitle(_translate("Form", "Evolution chain"))
 | 
				
			||||||
        self.evolution_bar.setText(_translate("Form", "TextLabel"))
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,15 +14,29 @@ from PyQt5 import QtCore, QtGui, QtWidgets
 | 
				
			|||||||
class Ui_Dialog(object):
 | 
					class Ui_Dialog(object):
 | 
				
			||||||
    def setupUi(self, Dialog):
 | 
					    def setupUi(self, Dialog):
 | 
				
			||||||
        Dialog.setObjectName("Dialog")
 | 
					        Dialog.setObjectName("Dialog")
 | 
				
			||||||
        Dialog.resize(1526, 991)
 | 
					        Dialog.resize(1687, 991)
 | 
				
			||||||
        self.gridLayout = QtWidgets.QGridLayout(Dialog)
 | 
					        self.gridLayout = QtWidgets.QGridLayout(Dialog)
 | 
				
			||||||
        self.gridLayout.setObjectName("gridLayout")
 | 
					        self.gridLayout.setObjectName("gridLayout")
 | 
				
			||||||
        self.comboBox = QtWidgets.QComboBox(Dialog)
 | 
					        self.pushButton = QtWidgets.QPushButton(Dialog)
 | 
				
			||||||
        self.comboBox.setObjectName("comboBox")
 | 
					        self.pushButton.setObjectName("pushButton")
 | 
				
			||||||
        self.gridLayout.addWidget(self.comboBox, 0, 1, 1, 1)
 | 
					        self.gridLayout.addWidget(self.pushButton, 0, 2, 1, 1)
 | 
				
			||||||
        self.comboBox_2 = QtWidgets.QComboBox(Dialog)
 | 
					        self.comboBox_2 = QtWidgets.QComboBox(Dialog)
 | 
				
			||||||
        self.comboBox_2.setObjectName("comboBox_2")
 | 
					        self.comboBox_2.setObjectName("comboBox_2")
 | 
				
			||||||
        self.gridLayout.addWidget(self.comboBox_2, 0, 0, 1, 1)
 | 
					        self.gridLayout.addWidget(self.comboBox_2, 0, 0, 1, 1)
 | 
				
			||||||
 | 
					        self.comboBox = QtWidgets.QComboBox(Dialog)
 | 
				
			||||||
 | 
					        self.comboBox.setObjectName("comboBox")
 | 
				
			||||||
 | 
					        self.gridLayout.addWidget(self.comboBox, 0, 1, 1, 1)
 | 
				
			||||||
 | 
					        spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
 | 
				
			||||||
 | 
					        self.gridLayout.addItem(spacerItem, 0, 4, 1, 1)
 | 
				
			||||||
 | 
					        self.buttonBox = QtWidgets.QDialogButtonBox(Dialog)
 | 
				
			||||||
 | 
					        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Maximum, QtWidgets.QSizePolicy.Fixed)
 | 
				
			||||||
 | 
					        sizePolicy.setHorizontalStretch(0)
 | 
				
			||||||
 | 
					        sizePolicy.setVerticalStretch(0)
 | 
				
			||||||
 | 
					        sizePolicy.setHeightForWidth(self.buttonBox.sizePolicy().hasHeightForWidth())
 | 
				
			||||||
 | 
					        self.buttonBox.setSizePolicy(sizePolicy)
 | 
				
			||||||
 | 
					        self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Close)
 | 
				
			||||||
 | 
					        self.buttonBox.setObjectName("buttonBox")
 | 
				
			||||||
 | 
					        self.gridLayout.addWidget(self.buttonBox, 0, 3, 1, 1)
 | 
				
			||||||
        self.splitter = QtWidgets.QSplitter(Dialog)
 | 
					        self.splitter = QtWidgets.QSplitter(Dialog)
 | 
				
			||||||
        self.splitter.setOrientation(QtCore.Qt.Horizontal)
 | 
					        self.splitter.setOrientation(QtCore.Qt.Horizontal)
 | 
				
			||||||
        self.splitter.setObjectName("splitter")
 | 
					        self.splitter.setObjectName("splitter")
 | 
				
			||||||
@@ -66,12 +80,9 @@ class Ui_Dialog(object):
 | 
				
			|||||||
        self.tableWidget_2.horizontalHeader().setStretchLastSection(False)
 | 
					        self.tableWidget_2.horizontalHeader().setStretchLastSection(False)
 | 
				
			||||||
        self.tableWidget_2.verticalHeader().setVisible(False)
 | 
					        self.tableWidget_2.verticalHeader().setVisible(False)
 | 
				
			||||||
        self.tabWidget = QtWidgets.QTabWidget(self.splitter)
 | 
					        self.tabWidget = QtWidgets.QTabWidget(self.splitter)
 | 
				
			||||||
 | 
					        self.tabWidget.setMinimumSize(QtCore.QSize(418, 0))
 | 
				
			||||||
        self.tabWidget.setObjectName("tabWidget")
 | 
					        self.tabWidget.setObjectName("tabWidget")
 | 
				
			||||||
        self.gridLayout.addWidget(self.splitter, 2, 0, 1, 2)
 | 
					        self.gridLayout.addWidget(self.splitter, 1, 0, 1, 5)
 | 
				
			||||||
        self.buttonBox = QtWidgets.QDialogButtonBox(Dialog)
 | 
					 | 
				
			||||||
        self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Close)
 | 
					 | 
				
			||||||
        self.buttonBox.setObjectName("buttonBox")
 | 
					 | 
				
			||||||
        self.gridLayout.addWidget(self.buttonBox, 3, 0, 1, 2)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.retranslateUi(Dialog)
 | 
					        self.retranslateUi(Dialog)
 | 
				
			||||||
        self.tabWidget.setCurrentIndex(-1)
 | 
					        self.tabWidget.setCurrentIndex(-1)
 | 
				
			||||||
@@ -81,6 +92,7 @@ class Ui_Dialog(object):
 | 
				
			|||||||
    def retranslateUi(self, Dialog):
 | 
					    def retranslateUi(self, Dialog):
 | 
				
			||||||
        _translate = QtCore.QCoreApplication.translate
 | 
					        _translate = QtCore.QCoreApplication.translate
 | 
				
			||||||
        Dialog.setWindowTitle(_translate("Dialog", "Gotta catch \'em all!"))
 | 
					        Dialog.setWindowTitle(_translate("Dialog", "Gotta catch \'em all!"))
 | 
				
			||||||
 | 
					        self.pushButton.setText(_translate("Dialog", "Random"))
 | 
				
			||||||
        self.tableWidget_2.setSortingEnabled(True)
 | 
					        self.tableWidget_2.setSortingEnabled(True)
 | 
				
			||||||
        item = self.tableWidget_2.horizontalHeaderItem(0)
 | 
					        item = self.tableWidget_2.horizontalHeaderItem(0)
 | 
				
			||||||
        item.setText(_translate("Dialog", "#"))
 | 
					        item.setText(_translate("Dialog", "#"))
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										0
									
								
								src/gui_qt/editors/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								src/gui_qt/editors/__init__.py
									
									
									
									
									
										Normal file
									
								
							@@ -187,10 +187,10 @@ class CodeEditor(QtWidgets.QPlainTextEdit):
 | 
				
			|||||||
        self.highlight = PythonHighlighter(self.document())
 | 
					        self.highlight = PythonHighlighter(self.document())
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def keyPressEvent(self, evt):
 | 
					    def keyPressEvent(self, evt):
 | 
				
			||||||
        if evt.key() == QtCore.Qt.Key_Tab:
 | 
					        if evt.key() == QtCore.Qt.Key.Key_Tab:
 | 
				
			||||||
            # use spaces instead of tab
 | 
					            # use spaces instead of tab
 | 
				
			||||||
            self.insertPlainText(' '*4)
 | 
					            self.insertPlainText(' '*4)
 | 
				
			||||||
        elif evt.key() == QtCore.Qt.Key_Insert:
 | 
					        elif evt.key() == QtCore.Qt.Key.Key_Insert:
 | 
				
			||||||
            self.setOverwriteMode(not self.overwriteMode())
 | 
					            self.setOverwriteMode(not self.overwriteMode())
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            super().keyPressEvent(evt)
 | 
					            super().keyPressEvent(evt)
 | 
				
			||||||
@@ -225,7 +225,7 @@ class CodeEditor(QtWidgets.QPlainTextEdit):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    def paintevent_linenumber(self, evt):
 | 
					    def paintevent_linenumber(self, evt):
 | 
				
			||||||
        painter = QtGui.QPainter(self.current_linenumber)
 | 
					        painter = QtGui.QPainter(self.current_linenumber)
 | 
				
			||||||
        painter.fillRect(evt.rect(), QtCore.Qt.lightGray)
 | 
					        painter.fillRect(evt.rect(), QtCore.Qt.GlobalColor.lightGray)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        block = self.firstVisibleBlock()
 | 
					        block = self.firstVisibleBlock()
 | 
				
			||||||
        block_number = block.blockNumber()
 | 
					        block_number = block.blockNumber()
 | 
				
			||||||
@@ -237,9 +237,9 @@ class CodeEditor(QtWidgets.QPlainTextEdit):
 | 
				
			|||||||
        while block.isValid() and (top <= evt.rect().bottom()):
 | 
					        while block.isValid() and (top <= evt.rect().bottom()):
 | 
				
			||||||
            if block.isVisible() and (bottom >= evt.rect().top()):
 | 
					            if block.isVisible() and (bottom >= evt.rect().top()):
 | 
				
			||||||
                number = str(block_number + 1)
 | 
					                number = str(block_number + 1)
 | 
				
			||||||
                painter.setPen(QtCore.Qt.black)
 | 
					                painter.setPen(QtCore.Qt.GlobalColor.black)
 | 
				
			||||||
                painter.drawText(0, int(top), self.current_linenumber.width() - 3, height,
 | 
					                painter.drawText(0, int(top), self.current_linenumber.width() - 3, height,
 | 
				
			||||||
                                 QtCore.Qt.AlignRight, number)
 | 
					                                 QtCore.Qt.AlignmentFlag.AlignRight, number)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            block = block.next()
 | 
					            block = block.next()
 | 
				
			||||||
            top = bottom
 | 
					            top = bottom
 | 
				
			||||||
@@ -252,7 +252,7 @@ class CodeEditor(QtWidgets.QPlainTextEdit):
 | 
				
			|||||||
        if not self.isReadOnly():
 | 
					        if not self.isReadOnly():
 | 
				
			||||||
            selection = QtWidgets.QTextEdit.ExtraSelection()
 | 
					            selection = QtWidgets.QTextEdit.ExtraSelection()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            line_color = QtGui.QColor(QtCore.Qt.yellow).lighter(180)
 | 
					            line_color = QtGui.QColor(QtCore.Qt.GlobalColor.yellow).lighter(180)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            selection.format.setBackground(line_color)
 | 
					            selection.format.setBackground(line_color)
 | 
				
			||||||
            selection.format.setProperty(QtGui.QTextFormat.FullWidthSelection, True)
 | 
					            selection.format.setProperty(QtGui.QTextFormat.FullWidthSelection, True)
 | 
				
			||||||
							
								
								
									
										30
									
								
								src/gui_qt/editors/script_editor.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								src/gui_qt/editors/script_editor.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,30 @@
 | 
				
			|||||||
 | 
					from __future__ import annotations
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					from pathlib import Path
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					from .usermodeleditor import QUsermodelEditor
 | 
				
			||||||
 | 
					from ..Qt import QtWidgets, QtCore, QtGui
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					class QEditor(QUsermodelEditor):
 | 
				
			||||||
 | 
					    runSignal = QtCore.pyqtSignal(str)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    def __init__(self, path: str | Path = None, parent=None):
 | 
				
			||||||
 | 
					        super().__init__(path, parent=parent)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        self.add_run_button()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    def add_run_button(self):
 | 
				
			||||||
 | 
					        self.disclaimer = QtWidgets.QLabel("This is work in progress and less than perfect :(")
 | 
				
			||||||
 | 
					        self.disclaimer.setStyleSheet('QLabel {color: rgb(255, 0, 0); font-weight: bold; font-size: 2.5em;};')
 | 
				
			||||||
 | 
					        self.centralwidget.layout().insertWidget(0, self.disclaimer)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        self.run_button = QtWidgets.QPushButton("Run")
 | 
				
			||||||
 | 
					        self.centralwidget.layout().addWidget(self.run_button)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        self.run_button.clicked.connect(self.start_script)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @QtCore.pyqtSlot()
 | 
				
			||||||
 | 
					    def start_script(self):
 | 
				
			||||||
 | 
					        self.runSignal.emit(self.edit_field.toPlainText())
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -3,7 +3,7 @@ from __future__ import annotations
 | 
				
			|||||||
from pathlib import Path
 | 
					from pathlib import Path
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from ..Qt import QtWidgets, QtCore, QtGui
 | 
					from ..Qt import QtWidgets, QtCore, QtGui
 | 
				
			||||||
from ..lib.codeeditor import EditorWidget
 | 
					from .codeeditor import EditorWidget
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class QUsermodelEditor(QtWidgets.QMainWindow):
 | 
					class QUsermodelEditor(QtWidgets.QMainWindow):
 | 
				
			||||||
@@ -50,18 +50,20 @@ class QUsermodelEditor(QtWidgets.QMainWindow):
 | 
				
			|||||||
        self.menuFile.addAction('Close', self.close, QtGui.QKeySequence.Quit)
 | 
					        self.menuFile.addAction('Close', self.close, QtGui.QKeySequence.Quit)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.resize(800, 600)
 | 
					        self.resize(800, 600)
 | 
				
			||||||
        self.setGeometry(QtWidgets.QStyle.alignedRect(
 | 
					        self.setGeometry(
 | 
				
			||||||
            QtCore.Qt.LeftToRight, QtCore.Qt.AlignCenter,
 | 
					            QtWidgets.QStyle.alignedRect(
 | 
				
			||||||
            self.size(), QtWidgets.qApp.desktop().availableGeometry()
 | 
					                QtCore.Qt.LayoutDirection.LeftToRight,
 | 
				
			||||||
        ))
 | 
					                QtCore.Qt.AlignmentFlag.AlignCenter,
 | 
				
			||||||
 | 
					                self.size(),
 | 
				
			||||||
 | 
					                QtWidgets.qApp.desktop().availableGeometry()
 | 
				
			||||||
 | 
					            )
 | 
				
			||||||
 | 
					        )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @property
 | 
					 | 
				
			||||||
    def is_modified(self):
 | 
					    def is_modified(self):
 | 
				
			||||||
        return self.edit_field.document().isModified()
 | 
					        return self.edit_field.editor.document().isModified()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @is_modified.setter
 | 
					    def set_modified(self, val: bool):
 | 
				
			||||||
    def is_modified(self, val: bool):
 | 
					        self.edit_field.editor.document().setModified(val)
 | 
				
			||||||
        self.edit_field.document().setModified(val)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @QtCore.pyqtSlot()
 | 
					    @QtCore.pyqtSlot()
 | 
				
			||||||
    def open_file(self):
 | 
					    def open_file(self):
 | 
				
			||||||
@@ -75,17 +77,22 @@ class QUsermodelEditor(QtWidgets.QMainWindow):
 | 
				
			|||||||
    def read_file(self, fname: str | Path):
 | 
					    def read_file(self, fname: str | Path):
 | 
				
			||||||
        self.set_fname_opts(fname)
 | 
					        self.set_fname_opts(fname)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        with self.fname.open('r') as f:
 | 
					        if self.fname is not None:
 | 
				
			||||||
            self.edit_field.setPlainText(f.read())
 | 
					            with self.fname.open('r') as f:
 | 
				
			||||||
 | 
					                self.edit_field.setPlainText(f.read())
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def set_fname_opts(self, fname: str | Path):
 | 
					    def set_fname_opts(self, fname: str | Path):
 | 
				
			||||||
        self.fname = Path(fname)
 | 
					        fname = Path(fname)
 | 
				
			||||||
        self._dir = self.fname.parent
 | 
					        if fname.is_file():
 | 
				
			||||||
        self.setWindowTitle('Edit ' + str(fname))
 | 
					            self.fname = Path(fname)
 | 
				
			||||||
 | 
					            self._dir = self.fname.parent
 | 
				
			||||||
 | 
					            self.setWindowTitle('Edit ' + str(fname))
 | 
				
			||||||
 | 
					        elif fname.is_dir():
 | 
				
			||||||
 | 
					            self._dir = fname
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @property
 | 
					 | 
				
			||||||
    def changes_saved(self) -> bool:
 | 
					    def changes_saved(self) -> bool:
 | 
				
			||||||
        if not self.is_modified:
 | 
					        if not self.is_modified():
 | 
				
			||||||
            return True
 | 
					            return True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        ret = QtWidgets.QMessageBox.question(self, 'Time to think',
 | 
					        ret = QtWidgets.QMessageBox.question(self, 'Time to think',
 | 
				
			||||||
@@ -97,9 +104,9 @@ class QUsermodelEditor(QtWidgets.QMainWindow):
 | 
				
			|||||||
            self.save_file()
 | 
					            self.save_file()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if ret == QtWidgets.QMessageBox.No:
 | 
					        if ret == QtWidgets.QMessageBox.No:
 | 
				
			||||||
            self.is_modified = False
 | 
					            self.set_modified(False)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return not self.is_modified
 | 
					        return not self.is_modified()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @QtCore.pyqtSlot()
 | 
					    @QtCore.pyqtSlot()
 | 
				
			||||||
    def save_file(self):
 | 
					    def save_file(self):
 | 
				
			||||||
@@ -111,9 +118,9 @@ class QUsermodelEditor(QtWidgets.QMainWindow):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            self.set_fname_opts(outfile)
 | 
					            self.set_fname_opts(outfile)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            self.is_modified = False
 | 
					            self.set_modified(False)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return self.is_modified
 | 
					        return self.is_modified()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @QtCore.pyqtSlot()
 | 
					    @QtCore.pyqtSlot()
 | 
				
			||||||
    def overwrite_file(self):
 | 
					    def overwrite_file(self):
 | 
				
			||||||
@@ -123,10 +130,10 @@ class QUsermodelEditor(QtWidgets.QMainWindow):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        self.modelsChanged.emit()
 | 
					        self.modelsChanged.emit()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.is_modified = False
 | 
					        self.set_modified(False)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def closeEvent(self, evt: QtGui.QCloseEvent):
 | 
					    def closeEvent(self, evt: QtGui.QCloseEvent):
 | 
				
			||||||
        if not self.changes_saved:
 | 
					        if not self.changes_saved():
 | 
				
			||||||
            evt.ignore()
 | 
					            evt.ignore()
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            super().closeEvent(evt)
 | 
					            super().closeEvent(evt)
 | 
				
			||||||
@@ -12,12 +12,13 @@ from ..lib.forms import SelectionWidget
 | 
				
			|||||||
class QFitParameterWidget(QtWidgets.QWidget, Ui_FormFit):
 | 
					class QFitParameterWidget(QtWidgets.QWidget, Ui_FormFit):
 | 
				
			||||||
    value_requested = QtCore.pyqtSignal(int)
 | 
					    value_requested = QtCore.pyqtSignal(int)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def __init__(self, parent=None):
 | 
					    def __init__(self, func_id: int, parent=None):
 | 
				
			||||||
        super().__init__(parent=parent)
 | 
					        super().__init__(parent=parent)
 | 
				
			||||||
        self.setupUi(self)
 | 
					        self.setupUi(self)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.func = None
 | 
					        self.func = None
 | 
				
			||||||
        self.func_idx = None
 | 
					        self.func_idx = None
 | 
				
			||||||
 | 
					        self.func_id = func_id
 | 
				
			||||||
        self.max_width = QtCore.QSize(0, 0)
 | 
					        self.max_width = QtCore.QSize(0, 0)
 | 
				
			||||||
        self.global_parameter = []
 | 
					        self.global_parameter = []
 | 
				
			||||||
        self.data_parameter = []
 | 
					        self.data_parameter = []
 | 
				
			||||||
@@ -301,8 +302,10 @@ class ParameterSingleWidget(QtWidgets.QWidget):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        self.name = name
 | 
					        self.name = name
 | 
				
			||||||
        self.parametername.setText(convert(name))
 | 
					        self.parametername.setText(convert(name))
 | 
				
			||||||
        self.parametername.setToolTip('If this is bold then this parameter is only for this data. '
 | 
					        self.parametername.setToolTip(
 | 
				
			||||||
                              'Otherwise, the general parameter is used and displayed')
 | 
					            'If this is bold then this parameter is only for this data. '
 | 
				
			||||||
 | 
					            'Otherwise, the general parameter is used and displayed'
 | 
				
			||||||
 | 
					        )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # self.value_line.setValidator(QtGui.QDoubleValidator())
 | 
					        # self.value_line.setValidator(QtGui.QDoubleValidator())
 | 
				
			||||||
        self.value_line.textChanged.connect(lambda: self.valueChanged.emit(self.value) if self.value is not None else 0)
 | 
					        self.value_line.textChanged.connect(lambda: self.valueChanged.emit(self.value) if self.value is not None else 0)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -77,8 +77,12 @@ class QFitDialog(QtWidgets.QWidget, Ui_FitDialog):
 | 
				
			|||||||
        """
 | 
					        """
 | 
				
			||||||
        w = self.param_widgets[idx]
 | 
					        w = self.param_widgets[idx]
 | 
				
			||||||
        self.stackedWidget.removeWidget(w)
 | 
					        self.stackedWidget.removeWidget(w)
 | 
				
			||||||
 | 
					        w.setParent(None)
 | 
				
			||||||
        w.deleteLater()
 | 
					        w.deleteLater()
 | 
				
			||||||
        del self.param_widgets[idx]
 | 
					        del self.param_widgets[idx]
 | 
				
			||||||
 | 
					        _, func_id = self.functionwidget.get_selected()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        self.get_functions()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self._current_function = None
 | 
					        self._current_function = None
 | 
				
			||||||
        if len(self.param_widgets) == 0:
 | 
					        if len(self.param_widgets) == 0:
 | 
				
			||||||
@@ -104,7 +108,7 @@ class QFitDialog(QtWidgets.QWidget, Ui_FitDialog):
 | 
				
			|||||||
            if function is None:
 | 
					            if function is None:
 | 
				
			||||||
                return
 | 
					                return
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            dialog = QFitParameterWidget(self.stackedWidget)
 | 
					            dialog = QFitParameterWidget(function_id, self.stackedWidget)
 | 
				
			||||||
            data_names = self.data_table.data_list(include_name=True)
 | 
					            data_names = self.data_table.data_list(include_name=True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            dialog.set_function(function, function_idx)
 | 
					            dialog.set_function(function, function_idx)
 | 
				
			||||||
@@ -206,9 +210,7 @@ class QFitDialog(QtWidgets.QWidget, Ui_FitDialog):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        for m in self.models[model_id]:
 | 
					        for m in self.models[model_id]:
 | 
				
			||||||
            func_id = m['cnt']
 | 
					            func_id = m['cnt']
 | 
				
			||||||
            self.stackedWidget.removeWidget(self.param_widgets[func_id])
 | 
					            self.remove_function(func_id)
 | 
				
			||||||
 | 
					 | 
				
			||||||
            self.param_widgets.pop(func_id)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self._complex.pop(model_id)
 | 
					        self._complex.pop(model_id)
 | 
				
			||||||
        self._func_list.pop(model_id)
 | 
					        self._func_list.pop(model_id)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,9 +8,9 @@ from typing import Any
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import numpy as np
 | 
					import numpy as np
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from gui_qt.Qt import QtCore, QtWidgets, QtGui
 | 
					from ..Qt import QtCore, QtWidgets, QtGui
 | 
				
			||||||
from gui_qt._py.fitcreationdialog import Ui_Dialog
 | 
					from .._py.fitcreationdialog import Ui_Dialog
 | 
				
			||||||
from gui_qt.lib.namespace import QNamespaceWidget
 | 
					from ..editors.namespace import QNamespaceWidget
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__all__ = ['QUserFitCreator']
 | 
					__all__ = ['QUserFitCreator']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -88,7 +88,6 @@ class QFCReader(QtWidgets.QDialog, Ui_FCEval_dialog):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    def accept(self):
 | 
					    def accept(self):
 | 
				
			||||||
        items = [self.listWidget.item(i).text() for i in range(self.listWidget.count())]
 | 
					        items = [self.listWidget.item(i).text() for i in range(self.listWidget.count())]
 | 
				
			||||||
        print(items)
 | 
					 | 
				
			||||||
        if items:
 | 
					        if items:
 | 
				
			||||||
            with busy_cursor():
 | 
					            with busy_cursor():
 | 
				
			||||||
                self.read(items)
 | 
					                self.read(items)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@ from pathlib import Path
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
from PyQt5 import QtWidgets
 | 
					from PyQt5 import QtWidgets
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from .codeeditor import _make_textformats
 | 
					from ..editors.codeeditor import _make_textformats
 | 
				
			||||||
from ..Qt import QtWidgets, QtCore, QtGui
 | 
					from ..Qt import QtWidgets, QtCore, QtGui
 | 
				
			||||||
from nmreval.configs import config_paths
 | 
					from nmreval.configs import config_paths
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,6 +4,8 @@ from collections import namedtuple
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import numpy as np
 | 
					import numpy as np
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import nmreval
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from nmreval import models
 | 
					from nmreval import models
 | 
				
			||||||
from nmreval.configs import config_paths
 | 
					from nmreval.configs import config_paths
 | 
				
			||||||
from nmreval.lib.importer import find_models, import_
 | 
					from nmreval.lib.importer import find_models, import_
 | 
				
			||||||
@@ -28,6 +30,7 @@ class Namespace:
 | 
				
			|||||||
                    'y_err': (None, 'y error values'),
 | 
					                    'y_err': (None, 'y error values'),
 | 
				
			||||||
                    'fit': (None, 'dictionary of fit parameter', 'fit["PIKA"]'),
 | 
					                    'fit': (None, 'dictionary of fit parameter', 'fit["PIKA"]'),
 | 
				
			||||||
                    'np': (np, 'numpy module'),
 | 
					                    'np': (np, 'numpy module'),
 | 
				
			||||||
 | 
					                    'nmreval': (nmreval, 'built-in classes and stuff')
 | 
				
			||||||
                 },
 | 
					                 },
 | 
				
			||||||
                parents=('Basic', 'General'),
 | 
					                parents=('Basic', 'General'),
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,8 +3,10 @@ import urllib.request
 | 
				
			|||||||
from functools import cache
 | 
					from functools import cache
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from PyQt5 import QtWidgets, QtGui, QtCore
 | 
					from PyQt5 import QtWidgets, QtGui, QtCore
 | 
				
			||||||
from .._py.pokewindow import Ui_Dialog
 | 
					from numpy.random import randint
 | 
				
			||||||
from .._py.pokeentry import Ui_Form
 | 
					
 | 
				
			||||||
 | 
					from gui_qt._py.pokewindow import Ui_Dialog
 | 
				
			||||||
 | 
					from gui_qt._py.pokeentry import Ui_Form
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def get_connection(db):
 | 
					def get_connection(db):
 | 
				
			||||||
@@ -37,6 +39,8 @@ class QPoke(QtWidgets.QDialog, Ui_Dialog):
 | 
				
			|||||||
        self.comboBox_2.currentIndexChanged.connect(self.collect_pokemon)
 | 
					        self.comboBox_2.currentIndexChanged.connect(self.collect_pokemon)
 | 
				
			||||||
        self.comboBox.currentIndexChanged.connect(self.collect_pokemon)
 | 
					        self.comboBox.currentIndexChanged.connect(self.collect_pokemon)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        self.pushButton.clicked.connect(self.randomize)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.collect_pokemon()
 | 
					        self.collect_pokemon()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def _fetch_names(self):
 | 
					    def _fetch_names(self):
 | 
				
			||||||
@@ -149,12 +153,15 @@ class QPoke(QtWidgets.QDialog, Ui_Dialog):
 | 
				
			|||||||
        self.tableWidget_2.clearContents()
 | 
					        self.tableWidget_2.clearContents()
 | 
				
			||||||
        self.tableWidget_2.setRowCount(0)
 | 
					        self.tableWidget_2.setRowCount(0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        self.tableWidget_2.setSortingEnabled(False)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        for entry in result:
 | 
					        for entry in result:
 | 
				
			||||||
            row = self.tableWidget_2.rowCount()
 | 
					            row = self.tableWidget_2.rowCount()
 | 
				
			||||||
            self.tableWidget_2.setRowCount(row+1)
 | 
					            self.tableWidget_2.setRowCount(row+1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            item = QtWidgets.QTableWidgetItem(f"{entry['entry_number']:04d}")
 | 
					            item = QtWidgets.QTableWidgetItem(f"{entry['entry_number']:04d}")
 | 
				
			||||||
            item.setData(QtCore.Qt.ItemDataRole.UserRole, entry['species_id'])
 | 
					            item.setData(QtCore.Qt.ItemDataRole.UserRole, entry['species_id'])
 | 
				
			||||||
 | 
					            item.setData(QtCore.Qt.ItemDataRole.UserRole+1, entry['pokemon_id'])
 | 
				
			||||||
            self.tableWidget_2.setItem(row, 0, item)
 | 
					            self.tableWidget_2.setItem(row, 0, item)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            name_en = entry['name_en']
 | 
					            name_en = entry['name_en']
 | 
				
			||||||
@@ -181,7 +188,7 @@ class QPoke(QtWidgets.QDialog, Ui_Dialog):
 | 
				
			|||||||
                    type_en.append(t_en)
 | 
					                    type_en.append(t_en)
 | 
				
			||||||
                    type_de.append(t_de)
 | 
					                    type_de.append(t_de)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            item = QtWidgets.QTableWidgetItem('\n'.join(type_en))
 | 
					            item = QtWidgets.QTableWidgetItem(' / '.join(type_en))
 | 
				
			||||||
            item.setToolTip('\n'.join(type_en))
 | 
					            item.setToolTip('\n'.join(type_en))
 | 
				
			||||||
            self.tableWidget_2.setItem(row, 2, item)
 | 
					            self.tableWidget_2.setItem(row, 2, item)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -215,11 +222,20 @@ class QPoke(QtWidgets.QDialog, Ui_Dialog):
 | 
				
			|||||||
            self.tableWidget_2.setItem(row, 12, item)
 | 
					            self.tableWidget_2.setItem(row, 12, item)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.tableWidget_2.resizeColumnToContents(1)
 | 
					        self.tableWidget_2.resizeColumnToContents(1)
 | 
				
			||||||
 | 
					        self.tableWidget_2.resizeColumnToContents(2)
 | 
				
			||||||
 | 
					        self.tableWidget_2.setSortingEnabled(True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def show_pokemon(self):
 | 
					    def randomize(self):
 | 
				
			||||||
        table = self.sender()
 | 
					        select = randint(0, self.tableWidget_2.rowCount())
 | 
				
			||||||
        row = table.currentRow()
 | 
					        self.show_pokemon(select)
 | 
				
			||||||
        poke_id = table.item(row, 0).data(QtCore.Qt.ItemDataRole.UserRole)
 | 
					
 | 
				
			||||||
 | 
					    def show_pokemon(self, row: int = None):
 | 
				
			||||||
 | 
					        table = self.tableWidget_2
 | 
				
			||||||
 | 
					        if row is None:
 | 
				
			||||||
 | 
					            row = table.currentRow()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        species_id = table.item(row, 0).data(QtCore.Qt.ItemDataRole.UserRole)
 | 
				
			||||||
 | 
					        poke_id = table.item(row, 0).data(QtCore.Qt.ItemDataRole.UserRole+1)
 | 
				
			||||||
        pokemon_name = table.item(row, 1).text()
 | 
					        pokemon_name = table.item(row, 1).text()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        connection = get_connection(self._db)
 | 
					        connection = get_connection(self._db)
 | 
				
			||||||
@@ -227,7 +243,7 @@ class QPoke(QtWidgets.QDialog, Ui_Dialog):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        cursor.execute(
 | 
					        cursor.execute(
 | 
				
			||||||
            'SELECT p.id FROM pokemon p WHERE p.species_id = ?',
 | 
					            'SELECT p.id FROM pokemon p WHERE p.species_id = ?',
 | 
				
			||||||
            (poke_id,)
 | 
					            (species_id,)
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        pokemon = cursor.fetchall()
 | 
					        pokemon = cursor.fetchall()
 | 
				
			||||||
@@ -237,9 +253,14 @@ class QPoke(QtWidgets.QDialog, Ui_Dialog):
 | 
				
			|||||||
        for i in range(1, self.tabWidget.count()):
 | 
					        for i in range(1, self.tabWidget.count()):
 | 
				
			||||||
            self.tabWidget.setTabVisible(i, False)
 | 
					            self.tabWidget.setTabVisible(i, False)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        widget_idx = 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        for i, p in enumerate(pokemon):
 | 
					        for i, p in enumerate(pokemon):
 | 
				
			||||||
            entry_widget = self.tabWidget.widget(i)
 | 
					            entry_widget = self.tabWidget.widget(i)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            if poke_id == p[0]:
 | 
				
			||||||
 | 
					                widget_idx = i
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if entry_widget is None:
 | 
					            if entry_widget is None:
 | 
				
			||||||
                self.tabWidget.addTab(PokemonEntry(p[0]), '')
 | 
					                self.tabWidget.addTab(PokemonEntry(p[0]), '')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -247,12 +268,13 @@ class QPoke(QtWidgets.QDialog, Ui_Dialog):
 | 
				
			|||||||
            self.tabWidget.setTabVisible(i, True)
 | 
					            self.tabWidget.setTabVisible(i, True)
 | 
				
			||||||
            name = self.tabWidget.widget(i).create_pokemon(p[0])
 | 
					            name = self.tabWidget.widget(i).create_pokemon(p[0])
 | 
				
			||||||
            self.tabWidget.setTabText(i, name)
 | 
					            self.tabWidget.setTabText(i, name)
 | 
				
			||||||
 | 
					            self.tabWidget.setCurrentIndex(widget_idx)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class PokemonEntry(QtWidgets.QWidget, Ui_Form):
 | 
					class PokemonEntry(QtWidgets.QWidget, Ui_Form):
 | 
				
			||||||
    _db = ''
 | 
					    _db = ''
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def __init__(self, pokemon_id, parent=None):
 | 
					    def __init__(self, pokemon_id: int, parent=None):
 | 
				
			||||||
        super().__init__(parent=parent)
 | 
					        super().__init__(parent=parent)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.setupUi(self)
 | 
					        self.setupUi(self)
 | 
				
			||||||
@@ -275,7 +297,7 @@ class PokemonEntry(QtWidgets.QWidget, Ui_Form):
 | 
				
			|||||||
        self.species_label.setToolTip(species['genus_de'])
 | 
					        self.species_label.setToolTip(species['genus_de'])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.height_label.setText(f"{pokemon['height'] / 10} m")
 | 
					        self.height_label.setText(f"{pokemon['height'] / 10} m")
 | 
				
			||||||
        self.weight_label.setText(f"{pokemon['weight']} kg")
 | 
					        self.weight_label.setText(f"{pokemon['weight'] / 10} kg")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if species['gender_ratio'] == -1:
 | 
					        if species['gender_ratio'] == -1:
 | 
				
			||||||
            gender = "Gender unknown"
 | 
					            gender = "Gender unknown"
 | 
				
			||||||
@@ -326,10 +348,23 @@ class PokemonEntry(QtWidgets.QWidget, Ui_Form):
 | 
				
			|||||||
            self.type_labels[slot].setToolTip(QPoke.types[type_id][0])
 | 
					            self.type_labels[slot].setToolTip(QPoke.types[type_id][0])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        evolutions = self.make_evolution(pokemon['evolution_id'])
 | 
					        evolutions = self.make_evolution(pokemon['evolution_id'])
 | 
				
			||||||
        evo_text = []
 | 
					
 | 
				
			||||||
        for e in evolutions:
 | 
					        self.tableWidget.clear()
 | 
				
			||||||
            evo_text.append(f'{e[0]} (#{e[1]:04d}) to {e[2]} (#{e[3]:04d}) \t\t ({e[4]})')
 | 
					        self.tableWidget.setColumnCount(4)
 | 
				
			||||||
        self.evolution_bar.setText('<br>'.join(evo_text))
 | 
					        self.tableWidget.setRowCount(len(evolutions))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        for i, e in enumerate(evolutions):
 | 
				
			||||||
 | 
					            item = QtWidgets.QTableWidgetItem(f'{e[0]} (#{e[1]:04d})')
 | 
				
			||||||
 | 
					            self.tableWidget.setItem(i, 0, item)
 | 
				
			||||||
 | 
					            item = QtWidgets.QTableWidgetItem('to')
 | 
				
			||||||
 | 
					            self.tableWidget.setItem(i, 1, item)
 | 
				
			||||||
 | 
					            item = QtWidgets.QTableWidgetItem(f'{e[2]} (#{e[3]:04d})')
 | 
				
			||||||
 | 
					            self.tableWidget.setItem(i, 2, item)
 | 
				
			||||||
 | 
					            item = QtWidgets.QTableWidgetItem(f'{e[4]}')
 | 
				
			||||||
 | 
					            self.tableWidget.setItem(i, 3, item)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        self.tableWidget.resizeColumnsToContents()
 | 
				
			||||||
 | 
					        self.tableWidget.resizeRowsToContents()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if form['full_name_en'] is not None:
 | 
					        if form['full_name_en'] is not None:
 | 
				
			||||||
            return form['full_name_en']
 | 
					            return form['full_name_en']
 | 
				
			||||||
@@ -438,7 +473,6 @@ class PokemonEntry(QtWidgets.QWidget, Ui_Form):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        return form, types
 | 
					        return form, types
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
    @cache
 | 
					    @cache
 | 
				
			||||||
    def make_evolution(self, poke_id: int):
 | 
					    def make_evolution(self, poke_id: int):
 | 
				
			||||||
        steps = []
 | 
					        steps = []
 | 
				
			||||||
@@ -448,6 +482,7 @@ class PokemonEntry(QtWidgets.QWidget, Ui_Form):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        cursor.execute('SELECT * FROM evolution_names WHERE id = ?', (poke_id,))
 | 
					        cursor.execute('SELECT * FROM evolution_names WHERE id = ?', (poke_id,))
 | 
				
			||||||
        chain = cursor.fetchall()
 | 
					        chain = cursor.fetchall()
 | 
				
			||||||
 | 
					        conn.close()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        trigger_texts = [
 | 
					        trigger_texts = [
 | 
				
			||||||
            None,
 | 
					            None,
 | 
				
			||||||
@@ -497,7 +532,6 @@ class PokemonEntry(QtWidgets.QWidget, Ui_Form):
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        for c in chain:
 | 
					        for c in chain:
 | 
				
			||||||
 | 
					 | 
				
			||||||
            lvl0 = c["name_en"]
 | 
					            lvl0 = c["name_en"]
 | 
				
			||||||
            if c['gender'] == 1:
 | 
					            if c['gender'] == 1:
 | 
				
			||||||
                lvl0 += ' (female)'
 | 
					                lvl0 += ' (female)'
 | 
				
			||||||
@@ -519,17 +553,4 @@ class PokemonEntry(QtWidgets.QWidget, Ui_Form):
 | 
				
			|||||||
                (lvl0, c['evolves_from'], c['evolve_en'], c['species_id'], ', '.join(filter(lambda x: x, level_text)))
 | 
					                (lvl0, c['evolves_from'], c['evolve_en'], c['species_id'], ', '.join(filter(lambda x: x, level_text)))
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        conn.close()
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        return steps
 | 
					        return steps
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
if __name__ == '__main__':
 | 
					 | 
				
			||||||
    app = QtWidgets.QApplication([])
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    sourcedb = 'pokemon.sqlite'
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    w = QPoke(sourcedb)
 | 
					 | 
				
			||||||
    w.show()
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    app.exec()
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -677,9 +677,10 @@ class NMRMainWindow(QtWidgets.QMainWindow, Ui_BaseWindow):
 | 
				
			|||||||
        from ..math.skipping import QSkipDialog
 | 
					        from ..math.skipping import QSkipDialog
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        dial = QSkipDialog(self)
 | 
					        dial = QSkipDialog(self)
 | 
				
			||||||
        dial.exec()
 | 
					        res = dial.exec()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.management.skip_points(**dial.get_arguments())
 | 
					        if res:
 | 
				
			||||||
 | 
					            self.management.skip_points(**dial.get_arguments())
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @QtCore.pyqtSlot(name='on_action_coup_calc_triggered')
 | 
					    @QtCore.pyqtSlot(name='on_action_coup_calc_triggered')
 | 
				
			||||||
    def coupling_dialog(self):
 | 
					    def coupling_dialog(self):
 | 
				
			||||||
@@ -984,13 +985,21 @@ class NMRMainWindow(QtWidgets.QMainWindow, Ui_BaseWindow):
 | 
				
			|||||||
    @QtCore.pyqtSlot(name='on_actionFunction_editor_triggered')
 | 
					    @QtCore.pyqtSlot(name='on_actionFunction_editor_triggered')
 | 
				
			||||||
    def edit_models(self):
 | 
					    def edit_models(self):
 | 
				
			||||||
        if self.editor is None:
 | 
					        if self.editor is None:
 | 
				
			||||||
            from ..lib.usermodeleditor import QUsermodelEditor
 | 
					            from ..editors.usermodeleditor import QUsermodelEditor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            self.editor = QUsermodelEditor(config_paths() / 'usermodels.py', parent=self)
 | 
					            self.editor = QUsermodelEditor(config_paths() / 'usermodels.py', parent=self)
 | 
				
			||||||
            self.editor.modelsChanged.connect(lambda: self.fit_dialog.read_and_load_functions())
 | 
					            self.editor.modelsChanged.connect(lambda: self.fit_dialog.read_and_load_functions())
 | 
				
			||||||
            self.editor.setWindowModality(QtCore.Qt.WindowModality.ApplicationModal)
 | 
					            self.editor.setWindowModality(QtCore.Qt.WindowModality.ApplicationModal)
 | 
				
			||||||
        self.editor.show()
 | 
					        self.editor.show()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @QtCore.pyqtSlot(name='on_actionUse_script_triggered')
 | 
				
			||||||
 | 
					    def open_editor(self):
 | 
				
			||||||
 | 
					        from ..editors.script_editor import QEditor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        editor = QEditor(self.path, parent=self)
 | 
				
			||||||
 | 
					        editor.runSignal.connect(self.management.run_script)
 | 
				
			||||||
 | 
					        editor.show()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @QtCore.pyqtSlot(list, bool)
 | 
					    @QtCore.pyqtSlot(list, bool)
 | 
				
			||||||
    def extend_fit(self, sets: list, only_subplots: bool):
 | 
					    def extend_fit(self, sets: list, only_subplots: bool):
 | 
				
			||||||
        if only_subplots:
 | 
					        if only_subplots:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1033,7 +1033,7 @@ class UpperManagement(QtCore.QObject):
 | 
				
			|||||||
            else:
 | 
					            else:
 | 
				
			||||||
                data = self.data[sets[0]]
 | 
					                data = self.data[sets[0]]
 | 
				
			||||||
                if isinstance(data.data, new_type):
 | 
					                if isinstance(data.data, new_type):
 | 
				
			||||||
                    error_list.append(f'{data.name} is alreade of type {new_type.__name__}')
 | 
					                    error_list.append(f'{data.name} is already of type {new_type.__name__}')
 | 
				
			||||||
                    continue
 | 
					                    continue
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                new_data = new_type(data.x, np.zeros(data.x.size))
 | 
					                new_data = new_type(data.x, np.zeros(data.x.size))
 | 
				
			||||||
@@ -1067,6 +1067,8 @@ class UpperManagement(QtCore.QObject):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    @QtCore.pyqtSlot(list, list, bool)
 | 
					    @QtCore.pyqtSlot(list, list, bool)
 | 
				
			||||||
    def eval_expression(self, cmds: list, set_ids: list, overwrite: bool):
 | 
					    def eval_expression(self, cmds: list, set_ids: list, overwrite: bool):
 | 
				
			||||||
 | 
					        if self.namespace is None:
 | 
				
			||||||
 | 
					            self.namespace = self.get_namespace()
 | 
				
			||||||
        ns = self.namespace.flatten()
 | 
					        ns = self.namespace.flatten()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if overwrite:
 | 
					        if overwrite:
 | 
				
			||||||
@@ -1099,13 +1101,28 @@ class UpperManagement(QtCore.QObject):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        if failures:
 | 
					        if failures:
 | 
				
			||||||
            err_msg = QtWidgets.QMessageBox(parent=self.sender())
 | 
					            err_msg = QtWidgets.QMessageBox(parent=self.sender())
 | 
				
			||||||
            err_msg.setText('One or more errors occured during evaluation.')
 | 
					            err_msg.setText('One or more errors occurred during evaluation.')
 | 
				
			||||||
            err_msg.setDetailedText('\n'.join(f'{d.name} failed with error: {err.args}' for d, err in failures))
 | 
					            err_msg.setDetailedText('\n'.join(f'{d.name} failed with error: {err.args}' for d, err in failures))
 | 
				
			||||||
            err_msg.exec()
 | 
					            err_msg.exec()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.sender().success = not failures
 | 
					        self.sender().success = not failures
 | 
				
			||||||
        self.sender().add_data(self.active_sets)
 | 
					        self.sender().add_data(self.active_sets)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @QtCore.pyqtSlot(str)
 | 
				
			||||||
 | 
					    def run_script(self, text):
 | 
				
			||||||
 | 
					        self.namespace = self.get_namespace()
 | 
				
			||||||
 | 
					        ns = self.namespace.flatten()
 | 
				
			||||||
 | 
					        ns['return_list'] = []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        # custom namespace must be available in global namespace of exec, otherwise imports do not work in functions
 | 
				
			||||||
 | 
					        exec(text, ns, ns)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        new_sets = []
 | 
				
			||||||
 | 
					        for new_data in ns['return_list']:
 | 
				
			||||||
 | 
					            new_sets.append(self.add(new_data))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        self.newData.emit(new_sets, '')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @QtCore.pyqtSlot(list, dict)
 | 
					    @QtCore.pyqtSlot(list, dict)
 | 
				
			||||||
    def create_from_function(self, cmds: list, opts: dict):
 | 
					    def create_from_function(self, cmds: list, opts: dict):
 | 
				
			||||||
        ns = dict(self.namespace.flatten())
 | 
					        ns = dict(self.namespace.flatten())
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -95,7 +95,7 @@ def _integrate_c(func, omega: np.ndarray, temperature: np.ndarray, tau0: float,
 | 
				
			|||||||
    for o, t in product(omega, temperature):
 | 
					    for o, t in product(omega, temperature):
 | 
				
			||||||
        c = (c_double * 5)(o, tau0, e_m, e_b, t)
 | 
					        c = (c_double * 5)(o, tau0, e_m, e_b, t)
 | 
				
			||||||
        user_data = cast(pointer(c), c_void_p)
 | 
					        user_data = cast(pointer(c), c_void_p)
 | 
				
			||||||
        area = quad(LowLevelCallable(func, user_data), 0, np.infty, epsabs=1e-13)[0]
 | 
					        area = quad(LowLevelCallable(func, user_data), 0, np.inf, epsabs=1e-13)[0]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        res.append(area)
 | 
					        res.append(area)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -111,7 +111,7 @@ def _integrate_py(func, axis, temp, tau0, e_m, e_b):
 | 
				
			|||||||
    e_axis = np.linspace(max(0., e_m - 50*e_b), e_m + 50*e_b, num=5001)
 | 
					    e_axis = np.linspace(max(0., e_m - 50*e_b), e_m + 50*e_b, num=5001)
 | 
				
			||||||
    ret_val = []
 | 
					    ret_val = []
 | 
				
			||||||
    for o, tt in product(x, temperature):
 | 
					    for o, tt in product(x, temperature):
 | 
				
			||||||
        ret_val.append(simpson(func(e_axis, o, tau0, e_m, e_b, tt), e_axis))
 | 
					        ret_val.append(simpson(y=func(e_axis, o, tau0, e_m, e_b, tt), x=e_axis))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ret_val = np.array(ret_val).reshape(x.shape[0], temperature.shape[0])
 | 
					    ret_val = np.array(ret_val).reshape(x.shape[0], temperature.shape[0])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -192,6 +192,7 @@
 | 
				
			|||||||
    <addaction name="menuCut_to_visible_range"/>
 | 
					    <addaction name="menuCut_to_visible_range"/>
 | 
				
			||||||
    <addaction name="separator"/>
 | 
					    <addaction name="separator"/>
 | 
				
			||||||
    <addaction name="actionChange_datatypes"/>
 | 
					    <addaction name="actionChange_datatypes"/>
 | 
				
			||||||
 | 
					    <addaction name="actionUse_script"/>
 | 
				
			||||||
   </widget>
 | 
					   </widget>
 | 
				
			||||||
   <widget class="QMenu" name="menuHelp">
 | 
					   <widget class="QMenu" name="menuHelp">
 | 
				
			||||||
    <property name="title">
 | 
					    <property name="title">
 | 
				
			||||||
@@ -1049,6 +1050,11 @@
 | 
				
			|||||||
    <string>Remove data points outside visible y range. Uses real part of points.</string>
 | 
					    <string>Remove data points outside visible y range. Uses real part of points.</string>
 | 
				
			||||||
   </property>
 | 
					   </property>
 | 
				
			||||||
  </action>
 | 
					  </action>
 | 
				
			||||||
 | 
					  <action name="actionUse_script">
 | 
				
			||||||
 | 
					   <property name="text">
 | 
				
			||||||
 | 
					    <string>Use script...</string>
 | 
				
			||||||
 | 
					   </property>
 | 
				
			||||||
 | 
					  </action>
 | 
				
			||||||
 </widget>
 | 
					 </widget>
 | 
				
			||||||
 <customwidgets>
 | 
					 <customwidgets>
 | 
				
			||||||
  <customwidget>
 | 
					  <customwidget>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -25,10 +25,50 @@
 | 
				
			|||||||
    </widget>
 | 
					    </widget>
 | 
				
			||||||
   </item>
 | 
					   </item>
 | 
				
			||||||
   <item>
 | 
					   <item>
 | 
				
			||||||
    <layout class="QGridLayout" name="gridLayout">
 | 
					    <layout class="QFormLayout" name="formLayout">
 | 
				
			||||||
     <property name="verticalSpacing">
 | 
					     <property name="verticalSpacing">
 | 
				
			||||||
      <number>12</number>
 | 
					      <number>12</number>
 | 
				
			||||||
     </property>
 | 
					     </property>
 | 
				
			||||||
 | 
					     <property name="leftMargin">
 | 
				
			||||||
 | 
					      <number>3</number>
 | 
				
			||||||
 | 
					     </property>
 | 
				
			||||||
 | 
					     <property name="topMargin">
 | 
				
			||||||
 | 
					      <number>3</number>
 | 
				
			||||||
 | 
					     </property>
 | 
				
			||||||
 | 
					     <property name="rightMargin">
 | 
				
			||||||
 | 
					      <number>3</number>
 | 
				
			||||||
 | 
					     </property>
 | 
				
			||||||
 | 
					     <property name="bottomMargin">
 | 
				
			||||||
 | 
					      <number>3</number>
 | 
				
			||||||
 | 
					     </property>
 | 
				
			||||||
 | 
					     <item row="0" column="0">
 | 
				
			||||||
 | 
					      <widget class="QLabel" name="label">
 | 
				
			||||||
 | 
					       <property name="text">
 | 
				
			||||||
 | 
					        <string>National No.</string>
 | 
				
			||||||
 | 
					       </property>
 | 
				
			||||||
 | 
					      </widget>
 | 
				
			||||||
 | 
					     </item>
 | 
				
			||||||
 | 
					     <item row="0" column="1">
 | 
				
			||||||
 | 
					      <widget class="QLabel" name="nationaldex_label">
 | 
				
			||||||
 | 
					       <property name="text">
 | 
				
			||||||
 | 
					        <string>TextLabel</string>
 | 
				
			||||||
 | 
					       </property>
 | 
				
			||||||
 | 
					      </widget>
 | 
				
			||||||
 | 
					     </item>
 | 
				
			||||||
 | 
					     <item row="1" column="0">
 | 
				
			||||||
 | 
					      <widget class="QLabel" name="label_1">
 | 
				
			||||||
 | 
					       <property name="text">
 | 
				
			||||||
 | 
					        <string>Species</string>
 | 
				
			||||||
 | 
					       </property>
 | 
				
			||||||
 | 
					      </widget>
 | 
				
			||||||
 | 
					     </item>
 | 
				
			||||||
 | 
					     <item row="1" column="1">
 | 
				
			||||||
 | 
					      <widget class="QLabel" name="species_label">
 | 
				
			||||||
 | 
					       <property name="text">
 | 
				
			||||||
 | 
					        <string>TextLabel</string>
 | 
				
			||||||
 | 
					       </property>
 | 
				
			||||||
 | 
					      </widget>
 | 
				
			||||||
 | 
					     </item>
 | 
				
			||||||
     <item row="2" column="0">
 | 
					     <item row="2" column="0">
 | 
				
			||||||
      <widget class="QLabel" name="label_4">
 | 
					      <widget class="QLabel" name="label_4">
 | 
				
			||||||
       <property name="text">
 | 
					       <property name="text">
 | 
				
			||||||
@@ -57,51 +97,13 @@
 | 
				
			|||||||
       </item>
 | 
					       </item>
 | 
				
			||||||
      </layout>
 | 
					      </layout>
 | 
				
			||||||
     </item>
 | 
					     </item>
 | 
				
			||||||
     <item row="5" column="0">
 | 
					     <item row="3" column="0">
 | 
				
			||||||
      <widget class="QLabel" name="label_3">
 | 
					      <widget class="QLabel" name="label_5">
 | 
				
			||||||
       <property name="text">
 | 
					       <property name="text">
 | 
				
			||||||
        <string>Weight</string>
 | 
					        <string>Abilities</string>
 | 
				
			||||||
       </property>
 | 
					       </property>
 | 
				
			||||||
      </widget>
 | 
					       <property name="alignment">
 | 
				
			||||||
     </item>
 | 
					        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 | 
				
			||||||
     <item row="7" column="0">
 | 
					 | 
				
			||||||
      <spacer name="verticalSpacer">
 | 
					 | 
				
			||||||
       <property name="orientation">
 | 
					 | 
				
			||||||
        <enum>Qt::Vertical</enum>
 | 
					 | 
				
			||||||
       </property>
 | 
					 | 
				
			||||||
       <property name="sizeHint" stdset="0">
 | 
					 | 
				
			||||||
        <size>
 | 
					 | 
				
			||||||
         <width>20</width>
 | 
					 | 
				
			||||||
         <height>40</height>
 | 
					 | 
				
			||||||
        </size>
 | 
					 | 
				
			||||||
       </property>
 | 
					 | 
				
			||||||
      </spacer>
 | 
					 | 
				
			||||||
     </item>
 | 
					 | 
				
			||||||
     <item row="4" column="0">
 | 
					 | 
				
			||||||
      <widget class="QLabel" name="label_2">
 | 
					 | 
				
			||||||
       <property name="text">
 | 
					 | 
				
			||||||
        <string>Height</string>
 | 
					 | 
				
			||||||
       </property>
 | 
					 | 
				
			||||||
      </widget>
 | 
					 | 
				
			||||||
     </item>
 | 
					 | 
				
			||||||
     <item row="4" column="1">
 | 
					 | 
				
			||||||
      <widget class="QLabel" name="height_label">
 | 
					 | 
				
			||||||
       <property name="text">
 | 
					 | 
				
			||||||
        <string>0.0 m</string>
 | 
					 | 
				
			||||||
       </property>
 | 
					 | 
				
			||||||
      </widget>
 | 
					 | 
				
			||||||
     </item>
 | 
					 | 
				
			||||||
     <item row="5" column="1">
 | 
					 | 
				
			||||||
      <widget class="QLabel" name="weight_label">
 | 
					 | 
				
			||||||
       <property name="text">
 | 
					 | 
				
			||||||
        <string>0.0 kg</string>
 | 
					 | 
				
			||||||
       </property>
 | 
					 | 
				
			||||||
      </widget>
 | 
					 | 
				
			||||||
     </item>
 | 
					 | 
				
			||||||
     <item row="1" column="0">
 | 
					 | 
				
			||||||
      <widget class="QLabel" name="label_1">
 | 
					 | 
				
			||||||
       <property name="text">
 | 
					 | 
				
			||||||
        <string>Species</string>
 | 
					 | 
				
			||||||
       </property>
 | 
					       </property>
 | 
				
			||||||
      </widget>
 | 
					      </widget>
 | 
				
			||||||
     </item>
 | 
					     </item>
 | 
				
			||||||
@@ -130,44 +132,41 @@
 | 
				
			|||||||
       </item>
 | 
					       </item>
 | 
				
			||||||
      </layout>
 | 
					      </layout>
 | 
				
			||||||
     </item>
 | 
					     </item>
 | 
				
			||||||
     <item row="1" column="1">
 | 
					     <item row="4" column="0">
 | 
				
			||||||
      <widget class="QLabel" name="species_label">
 | 
					      <widget class="QLabel" name="label_2">
 | 
				
			||||||
       <property name="text">
 | 
					       <property name="text">
 | 
				
			||||||
        <string>TextLabel</string>
 | 
					        <string>Height</string>
 | 
				
			||||||
       </property>
 | 
					       </property>
 | 
				
			||||||
      </widget>
 | 
					      </widget>
 | 
				
			||||||
     </item>
 | 
					     </item>
 | 
				
			||||||
     <item row="3" column="0">
 | 
					     <item row="4" column="1">
 | 
				
			||||||
      <widget class="QLabel" name="label_5">
 | 
					      <widget class="QLabel" name="height_label">
 | 
				
			||||||
       <property name="text">
 | 
					       <property name="text">
 | 
				
			||||||
        <string>Abilities</string>
 | 
					        <string>0.0 m</string>
 | 
				
			||||||
       </property>
 | 
					 | 
				
			||||||
       <property name="alignment">
 | 
					 | 
				
			||||||
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 | 
					 | 
				
			||||||
       </property>
 | 
					       </property>
 | 
				
			||||||
      </widget>
 | 
					      </widget>
 | 
				
			||||||
     </item>
 | 
					     </item>
 | 
				
			||||||
     <item row="6" column="0" colspan="2">
 | 
					     <item row="5" column="0">
 | 
				
			||||||
 | 
					      <widget class="QLabel" name="label_3">
 | 
				
			||||||
 | 
					       <property name="text">
 | 
				
			||||||
 | 
					        <string>Weight</string>
 | 
				
			||||||
 | 
					       </property>
 | 
				
			||||||
 | 
					      </widget>
 | 
				
			||||||
 | 
					     </item>
 | 
				
			||||||
 | 
					     <item row="5" column="1">
 | 
				
			||||||
 | 
					      <widget class="QLabel" name="weight_label">
 | 
				
			||||||
 | 
					       <property name="text">
 | 
				
			||||||
 | 
					        <string>0.0 kg</string>
 | 
				
			||||||
 | 
					       </property>
 | 
				
			||||||
 | 
					      </widget>
 | 
				
			||||||
 | 
					     </item>
 | 
				
			||||||
 | 
					     <item row="6" column="0">
 | 
				
			||||||
      <widget class="QLabel" name="gender_label">
 | 
					      <widget class="QLabel" name="gender_label">
 | 
				
			||||||
       <property name="text">
 | 
					       <property name="text">
 | 
				
			||||||
        <string>TextLabel</string>
 | 
					        <string>TextLabel</string>
 | 
				
			||||||
       </property>
 | 
					       </property>
 | 
				
			||||||
      </widget>
 | 
					      </widget>
 | 
				
			||||||
     </item>
 | 
					     </item>
 | 
				
			||||||
     <item row="0" column="0">
 | 
					 | 
				
			||||||
      <widget class="QLabel" name="label">
 | 
					 | 
				
			||||||
       <property name="text">
 | 
					 | 
				
			||||||
        <string>National No.</string>
 | 
					 | 
				
			||||||
       </property>
 | 
					 | 
				
			||||||
      </widget>
 | 
					 | 
				
			||||||
     </item>
 | 
					 | 
				
			||||||
     <item row="0" column="1">
 | 
					 | 
				
			||||||
      <widget class="QLabel" name="nationaldex_label">
 | 
					 | 
				
			||||||
       <property name="text">
 | 
					 | 
				
			||||||
        <string>TextLabel</string>
 | 
					 | 
				
			||||||
       </property>
 | 
					 | 
				
			||||||
      </widget>
 | 
					 | 
				
			||||||
     </item>
 | 
					 | 
				
			||||||
    </layout>
 | 
					    </layout>
 | 
				
			||||||
   </item>
 | 
					   </item>
 | 
				
			||||||
   <item>
 | 
					   <item>
 | 
				
			||||||
@@ -414,24 +413,46 @@ QProgressBar::chunk {
 | 
				
			|||||||
       <number>3</number>
 | 
					       <number>3</number>
 | 
				
			||||||
      </property>
 | 
					      </property>
 | 
				
			||||||
      <item>
 | 
					      <item>
 | 
				
			||||||
       <widget class="QLabel" name="evolution_bar">
 | 
					       <widget class="QTableWidget" name="tableWidget">
 | 
				
			||||||
        <property name="frameShape">
 | 
					        <property name="styleSheet">
 | 
				
			||||||
         <enum>QFrame::NoFrame</enum>
 | 
					         <string notr="true">background-color: transparent;</string>
 | 
				
			||||||
        </property>
 | 
					        </property>
 | 
				
			||||||
        <property name="frameShadow">
 | 
					        <property name="editTriggers">
 | 
				
			||||||
         <enum>QFrame::Raised</enum>
 | 
					         <set>QAbstractItemView::NoEditTriggers</set>
 | 
				
			||||||
        </property>
 | 
					        </property>
 | 
				
			||||||
        <property name="lineWidth">
 | 
					        <property name="showGrid">
 | 
				
			||||||
         <number>0</number>
 | 
					         <bool>false</bool>
 | 
				
			||||||
        </property>
 | 
					        </property>
 | 
				
			||||||
        <property name="text">
 | 
					        <property name="gridStyle">
 | 
				
			||||||
         <string>TextLabel</string>
 | 
					         <enum>Qt::NoPen</enum>
 | 
				
			||||||
        </property>
 | 
					        </property>
 | 
				
			||||||
 | 
					        <property name="wordWrap">
 | 
				
			||||||
 | 
					         <bool>false</bool>
 | 
				
			||||||
 | 
					        </property>
 | 
				
			||||||
 | 
					        <attribute name="horizontalHeaderVisible">
 | 
				
			||||||
 | 
					         <bool>false</bool>
 | 
				
			||||||
 | 
					        </attribute>
 | 
				
			||||||
 | 
					        <attribute name="verticalHeaderVisible">
 | 
				
			||||||
 | 
					         <bool>false</bool>
 | 
				
			||||||
 | 
					        </attribute>
 | 
				
			||||||
       </widget>
 | 
					       </widget>
 | 
				
			||||||
      </item>
 | 
					      </item>
 | 
				
			||||||
     </layout>
 | 
					     </layout>
 | 
				
			||||||
    </widget>
 | 
					    </widget>
 | 
				
			||||||
   </item>
 | 
					   </item>
 | 
				
			||||||
 | 
					   <item>
 | 
				
			||||||
 | 
					    <spacer name="verticalSpacer">
 | 
				
			||||||
 | 
					     <property name="orientation">
 | 
				
			||||||
 | 
					      <enum>Qt::Vertical</enum>
 | 
				
			||||||
 | 
					     </property>
 | 
				
			||||||
 | 
					     <property name="sizeHint" stdset="0">
 | 
				
			||||||
 | 
					      <size>
 | 
				
			||||||
 | 
					       <width>20</width>
 | 
				
			||||||
 | 
					       <height>40</height>
 | 
				
			||||||
 | 
					      </size>
 | 
				
			||||||
 | 
					     </property>
 | 
				
			||||||
 | 
					    </spacer>
 | 
				
			||||||
 | 
					   </item>
 | 
				
			||||||
  </layout>
 | 
					  </layout>
 | 
				
			||||||
 </widget>
 | 
					 </widget>
 | 
				
			||||||
 <resources/>
 | 
					 <resources/>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
   <rect>
 | 
					   <rect>
 | 
				
			||||||
    <x>0</x>
 | 
					    <x>0</x>
 | 
				
			||||||
    <y>0</y>
 | 
					    <y>0</y>
 | 
				
			||||||
    <width>1526</width>
 | 
					    <width>1687</width>
 | 
				
			||||||
    <height>991</height>
 | 
					    <height>991</height>
 | 
				
			||||||
   </rect>
 | 
					   </rect>
 | 
				
			||||||
  </property>
 | 
					  </property>
 | 
				
			||||||
@@ -14,13 +14,46 @@
 | 
				
			|||||||
   <string>Gotta catch 'em all!</string>
 | 
					   <string>Gotta catch 'em all!</string>
 | 
				
			||||||
  </property>
 | 
					  </property>
 | 
				
			||||||
  <layout class="QGridLayout" name="gridLayout">
 | 
					  <layout class="QGridLayout" name="gridLayout">
 | 
				
			||||||
   <item row="0" column="1">
 | 
					   <item row="0" column="2">
 | 
				
			||||||
    <widget class="QComboBox" name="comboBox"/>
 | 
					    <widget class="QPushButton" name="pushButton">
 | 
				
			||||||
 | 
					     <property name="text">
 | 
				
			||||||
 | 
					      <string>Random</string>
 | 
				
			||||||
 | 
					     </property>
 | 
				
			||||||
 | 
					    </widget>
 | 
				
			||||||
   </item>
 | 
					   </item>
 | 
				
			||||||
   <item row="0" column="0">
 | 
					   <item row="0" column="0">
 | 
				
			||||||
    <widget class="QComboBox" name="comboBox_2"/>
 | 
					    <widget class="QComboBox" name="comboBox_2"/>
 | 
				
			||||||
   </item>
 | 
					   </item>
 | 
				
			||||||
   <item row="2" column="0" colspan="2">
 | 
					   <item row="0" column="1">
 | 
				
			||||||
 | 
					    <widget class="QComboBox" name="comboBox"/>
 | 
				
			||||||
 | 
					   </item>
 | 
				
			||||||
 | 
					   <item row="0" column="4">
 | 
				
			||||||
 | 
					    <spacer name="horizontalSpacer">
 | 
				
			||||||
 | 
					     <property name="orientation">
 | 
				
			||||||
 | 
					      <enum>Qt::Horizontal</enum>
 | 
				
			||||||
 | 
					     </property>
 | 
				
			||||||
 | 
					     <property name="sizeHint" stdset="0">
 | 
				
			||||||
 | 
					      <size>
 | 
				
			||||||
 | 
					       <width>40</width>
 | 
				
			||||||
 | 
					       <height>20</height>
 | 
				
			||||||
 | 
					      </size>
 | 
				
			||||||
 | 
					     </property>
 | 
				
			||||||
 | 
					    </spacer>
 | 
				
			||||||
 | 
					   </item>
 | 
				
			||||||
 | 
					   <item row="0" column="3">
 | 
				
			||||||
 | 
					    <widget class="QDialogButtonBox" name="buttonBox">
 | 
				
			||||||
 | 
					     <property name="sizePolicy">
 | 
				
			||||||
 | 
					      <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 | 
				
			||||||
 | 
					       <horstretch>0</horstretch>
 | 
				
			||||||
 | 
					       <verstretch>0</verstretch>
 | 
				
			||||||
 | 
					      </sizepolicy>
 | 
				
			||||||
 | 
					     </property>
 | 
				
			||||||
 | 
					     <property name="standardButtons">
 | 
				
			||||||
 | 
					      <set>QDialogButtonBox::Close</set>
 | 
				
			||||||
 | 
					     </property>
 | 
				
			||||||
 | 
					    </widget>
 | 
				
			||||||
 | 
					   </item>
 | 
				
			||||||
 | 
					   <item row="1" column="0" colspan="5">
 | 
				
			||||||
    <widget class="QSplitter" name="splitter">
 | 
					    <widget class="QSplitter" name="splitter">
 | 
				
			||||||
     <property name="orientation">
 | 
					     <property name="orientation">
 | 
				
			||||||
      <enum>Qt::Horizontal</enum>
 | 
					      <enum>Qt::Horizontal</enum>
 | 
				
			||||||
@@ -150,19 +183,18 @@
 | 
				
			|||||||
      </column>
 | 
					      </column>
 | 
				
			||||||
     </widget>
 | 
					     </widget>
 | 
				
			||||||
     <widget class="QTabWidget" name="tabWidget">
 | 
					     <widget class="QTabWidget" name="tabWidget">
 | 
				
			||||||
 | 
					      <property name="minimumSize">
 | 
				
			||||||
 | 
					       <size>
 | 
				
			||||||
 | 
					        <width>418</width>
 | 
				
			||||||
 | 
					        <height>0</height>
 | 
				
			||||||
 | 
					       </size>
 | 
				
			||||||
 | 
					      </property>
 | 
				
			||||||
      <property name="currentIndex">
 | 
					      <property name="currentIndex">
 | 
				
			||||||
       <number>-1</number>
 | 
					       <number>-1</number>
 | 
				
			||||||
      </property>
 | 
					      </property>
 | 
				
			||||||
     </widget>
 | 
					     </widget>
 | 
				
			||||||
    </widget>
 | 
					    </widget>
 | 
				
			||||||
   </item>
 | 
					   </item>
 | 
				
			||||||
   <item row="3" column="0" colspan="2">
 | 
					 | 
				
			||||||
    <widget class="QDialogButtonBox" name="buttonBox">
 | 
					 | 
				
			||||||
     <property name="standardButtons">
 | 
					 | 
				
			||||||
      <set>QDialogButtonBox::Close</set>
 | 
					 | 
				
			||||||
     </property>
 | 
					 | 
				
			||||||
    </widget>
 | 
					 | 
				
			||||||
   </item>
 | 
					 | 
				
			||||||
  </layout>
 | 
					  </layout>
 | 
				
			||||||
 </widget>
 | 
					 </widget>
 | 
				
			||||||
 <resources/>
 | 
					 <resources/>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user