mirror of
https://github.com/shizand/statapp.git
synced 2025-04-01 23:23:45 +03:00
Closes #2 --------- Co-authored-by: MisterMLiL <99662459+MisterMLiL@users.noreply.github.com>
90 lines
3.9 KiB
Python
Generated
90 lines
3.9 KiB
Python
Generated
# -*- coding: utf-8 -*-
|
|
|
|
################################################################################
|
|
## Form generated from reading UI file 'generate_factor_window.ui'
|
|
##
|
|
## Created by: Qt User Interface Compiler version 5.15.2
|
|
##
|
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
################################################################################
|
|
|
|
from PySide2.QtCore import *
|
|
from PySide2.QtGui import *
|
|
from PySide2.QtWidgets import *
|
|
|
|
|
|
class Ui_GenerateFactorWindow(object):
|
|
def setupUi(self, GenerateFactorWindow):
|
|
if not GenerateFactorWindow.objectName():
|
|
GenerateFactorWindow.setObjectName(u"GenerateFactorWindow")
|
|
GenerateFactorWindow.resize(503, 193)
|
|
self.gridLayout_2 = QGridLayout(GenerateFactorWindow)
|
|
self.gridLayout_2.setObjectName(u"gridLayout_2")
|
|
self.gridLayout = QGridLayout()
|
|
self.gridLayout.setObjectName(u"gridLayout")
|
|
self.label = QLabel(GenerateFactorWindow)
|
|
self.label.setObjectName(u"label")
|
|
font = QFont()
|
|
font.setPointSize(12)
|
|
self.label.setFont(font)
|
|
|
|
self.gridLayout.addWidget(self.label, 0, 0, 1, 1)
|
|
|
|
self.label_3 = QLabel(GenerateFactorWindow)
|
|
self.label_3.setObjectName(u"label_3")
|
|
self.label_3.setFont(font)
|
|
|
|
self.gridLayout.addWidget(self.label_3, 2, 0, 1, 1)
|
|
|
|
self.generatePushButton = QPushButton(GenerateFactorWindow)
|
|
self.generatePushButton.setObjectName(u"generatePushButton")
|
|
self.generatePushButton.setFont(font)
|
|
|
|
self.gridLayout.addWidget(self.generatePushButton, 3, 0, 1, 2)
|
|
|
|
self.label_2 = QLabel(GenerateFactorWindow)
|
|
self.label_2.setObjectName(u"label_2")
|
|
self.label_2.setFont(font)
|
|
|
|
self.gridLayout.addWidget(self.label_2, 1, 0, 1, 1)
|
|
|
|
self.matSpinBox = QDoubleSpinBox(GenerateFactorWindow)
|
|
self.matSpinBox.setObjectName(u"matSpinBox")
|
|
self.matSpinBox.setFont(font)
|
|
self.matSpinBox.setMaximum(1000000.000000000000000)
|
|
|
|
self.gridLayout.addWidget(self.matSpinBox, 1, 1, 1, 1)
|
|
|
|
self.deviationSpinBox = QDoubleSpinBox(GenerateFactorWindow)
|
|
self.deviationSpinBox.setObjectName(u"deviationSpinBox")
|
|
self.deviationSpinBox.setFont(font)
|
|
self.deviationSpinBox.setMaximum(1000000.000000000000000)
|
|
|
|
self.gridLayout.addWidget(self.deviationSpinBox, 2, 1, 1, 1)
|
|
|
|
self.typeComboBox = QComboBox(GenerateFactorWindow)
|
|
self.typeComboBox.setObjectName(u"typeComboBox")
|
|
self.typeComboBox.setFont(font)
|
|
self.typeComboBox.setEditable(False)
|
|
|
|
self.gridLayout.addWidget(self.typeComboBox, 0, 1, 1, 1)
|
|
|
|
|
|
self.gridLayout_2.addLayout(self.gridLayout, 0, 0, 1, 1)
|
|
|
|
|
|
self.retranslateUi(GenerateFactorWindow)
|
|
|
|
QMetaObject.connectSlotsByName(GenerateFactorWindow)
|
|
# setupUi
|
|
|
|
def retranslateUi(self, GenerateFactorWindow):
|
|
GenerateFactorWindow.setWindowTitle(QCoreApplication.translate("GenerateFactorWindow", u"Dialog", None))
|
|
self.label.setText(QCoreApplication.translate("GenerateFactorWindow", u"\u0422\u0438\u043f \u0441\u0432\u044f\u0437\u0438", None))
|
|
self.label_3.setText(QCoreApplication.translate("GenerateFactorWindow", u"\u0421\u0440\u0435\u0434\u043d\u0435\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0438\u0447\u043d\u043e\u0435 \u043e\u0442\u043a\u043b\u043e\u043d\u0435\u043d\u0438\u0435", None))
|
|
self.generatePushButton.setText(QCoreApplication.translate("GenerateFactorWindow", u"\u0421\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c", None))
|
|
self.label_2.setText(QCoreApplication.translate("GenerateFactorWindow", u"\u041c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0435", None))
|
|
self.typeComboBox.setCurrentText("")
|
|
self.typeComboBox.setPlaceholderText("")
|
|
# retranslateUi
|