update 更新
This commit is contained in:
740
ui_untitled.py
740
ui_untitled.py
@ -15,52 +15,61 @@ from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
|
||||
QFont, QFontDatabase, QGradient, QIcon,
|
||||
QImage, QKeySequence, QLinearGradient, QPainter,
|
||||
QPalette, QPixmap, QRadialGradient, QTransform)
|
||||
from PySide6.QtWidgets import (QAbstractScrollArea, QApplication, QFrame, QLabel,
|
||||
QMainWindow, QPushButton, QSizePolicy, QSlider,
|
||||
QTextEdit, QWidget)
|
||||
from PySide6.QtWidgets import (QApplication, QComboBox, QFrame, QLabel,
|
||||
QLayout, QLineEdit, QMainWindow, QPushButton,
|
||||
QSizePolicy, QSlider, QTabWidget, QTextEdit,
|
||||
QVBoxLayout, QWidget)
|
||||
import resources_rc
|
||||
|
||||
class Ui_MainWindow(object):
|
||||
def setupUi(self, MainWindow):
|
||||
if not MainWindow.objectName():
|
||||
MainWindow.setObjectName(u"MainWindow")
|
||||
MainWindow.resize(837, 627)
|
||||
MainWindow.resize(901, 656)
|
||||
MainWindow.setStyleSheet(u"background-color: rgb(12, 78, 139);")
|
||||
MainWindow.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
|
||||
self.centralwidget = QWidget(MainWindow)
|
||||
self.centralwidget.setObjectName(u"centralwidget")
|
||||
self.frame = QFrame(self.centralwidget)
|
||||
self.frame.setObjectName(u"frame")
|
||||
self.frame.setGeometry(QRect(10, 20, 121, 551))
|
||||
self.frame.setStyleSheet(u"background-color: #E6ECF5;\n"
|
||||
"border-radius: 10px;")
|
||||
self.frame.setFrameShape(QFrame.Shape.StyledPanel)
|
||||
self.frame.setFrameShadow(QFrame.Shadow.Raised)
|
||||
self.pushButton_8 = QPushButton(self.frame)
|
||||
self.pushButton_8.setObjectName(u"pushButton_8")
|
||||
self.pushButton_8.setGeometry(QRect(10, 20, 91, 51))
|
||||
self.pushButton_8.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
"font: 12pt \"\u6977\u4f53\";\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
self.label = QLabel(self.centralwidget)
|
||||
self.label.setObjectName(u"label")
|
||||
self.label.setGeometry(QRect(30, 613, 261, 31))
|
||||
self.label.setStyleSheet(u"color:#fff;\n"
|
||||
"font: 290 12pt \"Microsoft YaHei\";\n"
|
||||
"font: 700 12pt \"Microsoft YaHei UI\";")
|
||||
self.label.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
||||
self.label_2 = QLabel(self.centralwidget)
|
||||
self.label_2.setObjectName(u"label_2")
|
||||
self.label_2.setGeometry(QRect(690, 610, 91, 16))
|
||||
self.label_2.setStyleSheet(u"color:#fff;\n"
|
||||
"font: 290 9pt \"Microsoft YaHei\";\n"
|
||||
"font: 700 9pt \"Microsoft YaHei UI\";")
|
||||
self.pushButton_13 = QPushButton(self.frame)
|
||||
self.pushButton_13.setObjectName(u"pushButton_13")
|
||||
self.pushButton_13.setGeometry(QRect(120, 310, 71, 41))
|
||||
self.pushButton_13.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
"font: 12pt \"\u6977\u4f53\";\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 700 9pt \"Microsoft YaHei UI\";")
|
||||
self.frame_2 = QFrame(self.centralwidget)
|
||||
self.label_3 = QLabel(self.centralwidget)
|
||||
self.label_3.setObjectName(u"label_3")
|
||||
self.label_3.setGeometry(QRect(670, 630, 91, 16))
|
||||
self.label_3.setStyleSheet(u"color:#5188BE;\n"
|
||||
"font: 290 9pt \"Microsoft YaHei\";")
|
||||
self.label_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
||||
self.tabWidget = QTabWidget(self.centralwidget)
|
||||
self.tabWidget.setObjectName(u"tabWidget")
|
||||
self.tabWidget.setGeometry(QRect(0, 0, 901, 601))
|
||||
self.tabWidget.setStyleSheet(u"background-color:#E6ECF5;")
|
||||
self.tab = QWidget()
|
||||
self.tab.setObjectName(u"tab")
|
||||
self.verticalLayout = QVBoxLayout(self.tab)
|
||||
self.verticalLayout.setObjectName(u"verticalLayout")
|
||||
self.verticalLayout_2 = QVBoxLayout()
|
||||
self.verticalLayout_2.setSpacing(0)
|
||||
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
||||
self.verticalLayout_2.setSizeConstraint(QLayout.SizeConstraint.SetNoConstraint)
|
||||
self.frame_2 = QFrame(self.tab)
|
||||
self.frame_2.setObjectName(u"frame_2")
|
||||
self.frame_2.setGeometry(QRect(140, 20, 681, 551))
|
||||
self.frame_2.setStyleSheet(u"background-color: #E6ECF5;\n"
|
||||
"border-radius: 10px;")
|
||||
"")
|
||||
self.frame_2.setFrameShape(QFrame.Shape.StyledPanel)
|
||||
self.frame_2.setFrameShadow(QFrame.Shadow.Raised)
|
||||
self.pushButton_3 = QPushButton(self.frame_2)
|
||||
self.pushButton_3.setObjectName(u"pushButton_3")
|
||||
self.pushButton_3.setGeometry(QRect(40, 20, 101, 31))
|
||||
self.pushButton_3.setGeometry(QRect(10, 0, 101, 31))
|
||||
self.pushButton_3.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
"font: 12pt \"\u6977\u4f53\";\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
@ -69,173 +78,240 @@ class Ui_MainWindow(object):
|
||||
self.pushButton_3.setIcon(icon)
|
||||
self.pushButton_4 = QPushButton(self.frame_2)
|
||||
self.pushButton_4.setObjectName(u"pushButton_4")
|
||||
self.pushButton_4.setGeometry(QRect(170, 20, 101, 31))
|
||||
self.pushButton_4.setGeometry(QRect(140, 0, 101, 31))
|
||||
self.pushButton_4.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
"font: 12pt \"\u6977\u4f53\";\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;")
|
||||
self.pushButton_5 = QPushButton(self.frame_2)
|
||||
self.pushButton_5.setObjectName(u"pushButton_5")
|
||||
self.pushButton_5.setGeometry(QRect(300, 20, 101, 31))
|
||||
self.pushButton_5.setGeometry(QRect(270, 0, 101, 31))
|
||||
self.pushButton_5.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
"font: 12pt \"\u6977\u4f53\";\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;")
|
||||
self.pushButton_6 = QPushButton(self.frame_2)
|
||||
self.pushButton_6.setObjectName(u"pushButton_6")
|
||||
self.pushButton_6.setGeometry(QRect(430, 20, 101, 31))
|
||||
self.pushButton_6.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
"font: 12pt \"\u6977\u4f53\";\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;")
|
||||
self.pushButton_7 = QPushButton(self.frame_2)
|
||||
self.pushButton_7.setObjectName(u"pushButton_7")
|
||||
self.pushButton_7.setGeometry(QRect(560, 20, 101, 31))
|
||||
self.pushButton_7.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
"font: 12pt \"\u6977\u4f53\";\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;")
|
||||
self.frame_3 = QFrame(self.frame_2)
|
||||
self.frame_3.setObjectName(u"frame_3")
|
||||
self.frame_3.setGeometry(QRect(40, 60, 621, 441))
|
||||
self.frame_3.setGeometry(QRect(0, 40, 841, 461))
|
||||
self.frame_3.setStyleSheet(u"background-color: rgb(255, 255, 255);")
|
||||
self.frame_3.setFrameShape(QFrame.Shape.StyledPanel)
|
||||
self.frame_3.setFrameShadow(QFrame.Shadow.Raised)
|
||||
self.label_4 = QLabel(self.frame_3)
|
||||
self.label_4.setObjectName(u"label_4")
|
||||
self.label_4.setGeometry(QRect(20, 30, 251, 381))
|
||||
self.label_4.setGeometry(QRect(10, 10, 481, 261))
|
||||
self.label_4.setStyleSheet(u"border-image: url(:/Image/data/robot.png);\n"
|
||||
"background-position:center;\n"
|
||||
"background-repeat:no-repeat;")
|
||||
self.label_4.setScaledContents(True)
|
||||
self.horizontalSlider = QSlider(self.frame_3)
|
||||
self.horizontalSlider.setObjectName(u"horizontalSlider")
|
||||
self.horizontalSlider.setGeometry(QRect(310, 110, 231, 41))
|
||||
self.horizontalSlider.setGeometry(QRect(520, 150, 271, 41))
|
||||
self.horizontalSlider.setStyleSheet(u"QSlider\n"
|
||||
"{\n"
|
||||
" background-color: #FFFFFF; \n"
|
||||
" border-style: outset; \n"
|
||||
" border-radius: 10px; \n"
|
||||
"}\n"
|
||||
" \n"
|
||||
"QSlider::groove:horizontal\n"
|
||||
"{\n"
|
||||
" height: 12px;\n"
|
||||
" background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #B1B1B1, stop:1 #c4c4c4);\n"
|
||||
" margin: 2px 0\n"
|
||||
"}\n"
|
||||
" \n"
|
||||
"QSlider::handle:horizontal \n"
|
||||
"{\n"
|
||||
" background: QRadialGradient(cx:0, cy:0, radius: 1, fx:0.5, fy:0.5,stop:0 green, stop:1 green);\n"
|
||||
" width: 16px;\n"
|
||||
" height: 16px;\n"
|
||||
" margin: -5px 6px -5px 6px;\n"
|
||||
" border-radius:11px; \n"
|
||||
" border: 3px solid #007900;\n"
|
||||
"}")
|
||||
self.horizontalSlider.setOrientation(Qt.Orientation.Horizontal)
|
||||
self.label_5 = QLabel(self.frame_3)
|
||||
self.label_5.setObjectName(u"label_5")
|
||||
self.label_5.setGeometry(QRect(550, 120, 31, 21))
|
||||
self.label_5.setGeometry(QRect(800, 160, 31, 21))
|
||||
self.label_5.setStyleSheet(u"font: 9pt \"\u6977\u4f53\";")
|
||||
self.pushButton_20 = QPushButton(self.frame_3)
|
||||
self.pushButton_20.setObjectName(u"pushButton_20")
|
||||
self.pushButton_20.setGeometry(QRect(300, 30, 61, 31))
|
||||
self.pushButton_20.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
self.pushButton_20.setGeometry(QRect(520, 70, 61, 31))
|
||||
self.pushButton_20.setStyleSheet(u"\n"
|
||||
"*{background-color: #F9FAFC;\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";")
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover {\n"
|
||||
" background-color: lightgreen;\n"
|
||||
" color: black;\n"
|
||||
"}*:pressed {\n"
|
||||
" background-color: red;\n"
|
||||
" color: white;\n"
|
||||
" }")
|
||||
self.pushButton_21 = QPushButton(self.frame_3)
|
||||
self.pushButton_21.setObjectName(u"pushButton_21")
|
||||
self.pushButton_21.setGeometry(QRect(370, 30, 61, 31))
|
||||
self.pushButton_21.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
self.pushButton_21.setGeometry(QRect(590, 70, 61, 31))
|
||||
self.pushButton_21.setStyleSheet(u"\n"
|
||||
"*{background-color: #F9FAFC;\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";")
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover {\n"
|
||||
" background-color: lightgreen;\n"
|
||||
" color: black;\n"
|
||||
"}*:pressed {\n"
|
||||
" background-color: red;\n"
|
||||
" color: white;\n"
|
||||
" }")
|
||||
self.pushButton_22 = QPushButton(self.frame_3)
|
||||
self.pushButton_22.setObjectName(u"pushButton_22")
|
||||
self.pushButton_22.setGeometry(QRect(440, 30, 61, 31))
|
||||
self.pushButton_22.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
self.pushButton_22.setGeometry(QRect(660, 70, 61, 31))
|
||||
self.pushButton_22.setStyleSheet(u"\n"
|
||||
"*{background-color: #F9FAFC;\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";")
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover {\n"
|
||||
" background-color: lightgreen;\n"
|
||||
" color: black;\n"
|
||||
"}*:pressed {\n"
|
||||
" background-color: red;\n"
|
||||
" color: white;\n"
|
||||
" }")
|
||||
self.pushButton_23 = QPushButton(self.frame_3)
|
||||
self.pushButton_23.setObjectName(u"pushButton_23")
|
||||
self.pushButton_23.setGeometry(QRect(510, 30, 61, 31))
|
||||
self.pushButton_23.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
self.pushButton_23.setGeometry(QRect(730, 70, 61, 31))
|
||||
self.pushButton_23.setStyleSheet(u"\n"
|
||||
"*{background-color: #F9FAFC;\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";")
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover {\n"
|
||||
" background-color: lightgreen;\n"
|
||||
" color: black;\n"
|
||||
"}*:pressed {\n"
|
||||
" background-color: red;\n"
|
||||
" color: white;\n"
|
||||
" }")
|
||||
self.pushButton_24 = QPushButton(self.frame_3)
|
||||
self.pushButton_24.setObjectName(u"pushButton_24")
|
||||
self.pushButton_24.setGeometry(QRect(300, 70, 61, 31))
|
||||
self.pushButton_24.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
self.pushButton_24.setGeometry(QRect(520, 110, 61, 31))
|
||||
self.pushButton_24.setStyleSheet(u"\n"
|
||||
"*{background-color: #F9FAFC;\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";")
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover {\n"
|
||||
" background-color: lightgreen;\n"
|
||||
" color: black;\n"
|
||||
"}*:pressed {\n"
|
||||
" background-color: red;\n"
|
||||
" color: white;\n"
|
||||
" }")
|
||||
self.pushButton_25 = QPushButton(self.frame_3)
|
||||
self.pushButton_25.setObjectName(u"pushButton_25")
|
||||
self.pushButton_25.setGeometry(QRect(370, 70, 61, 31))
|
||||
self.pushButton_25.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
self.pushButton_25.setGeometry(QRect(590, 110, 61, 31))
|
||||
self.pushButton_25.setStyleSheet(u"\n"
|
||||
"*{background-color: #F9FAFC;\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";")
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover {\n"
|
||||
" background-color: lightgreen;\n"
|
||||
" color: black;\n"
|
||||
"}*:pressed {\n"
|
||||
" background-color: red;\n"
|
||||
" color: white;\n"
|
||||
" }")
|
||||
self.pushButton_26 = QPushButton(self.frame_3)
|
||||
self.pushButton_26.setObjectName(u"pushButton_26")
|
||||
self.pushButton_26.setGeometry(QRect(440, 70, 61, 31))
|
||||
self.pushButton_26.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
self.pushButton_26.setGeometry(QRect(660, 110, 61, 31))
|
||||
self.pushButton_26.setStyleSheet(u"\n"
|
||||
"*{background-color: #F9FAFC;\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";")
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover {\n"
|
||||
" background-color: lightgreen;\n"
|
||||
" color: black;\n"
|
||||
"}*:pressed {\n"
|
||||
" background-color: red;\n"
|
||||
" color: white;\n"
|
||||
" }")
|
||||
self.frame_4 = QFrame(self.frame_3)
|
||||
self.frame_4.setObjectName(u"frame_4")
|
||||
self.frame_4.setGeometry(QRect(280, 160, 331, 251))
|
||||
self.frame_4.setGeometry(QRect(500, 200, 331, 251))
|
||||
self.frame_4.setStyleSheet(u"background-color: rgb(85, 170, 255);")
|
||||
self.frame_4.setFrameShape(QFrame.Shape.StyledPanel)
|
||||
self.frame_4.setFrameShadow(QFrame.Shadow.Raised)
|
||||
self.horizontalSlider_J1 = QSlider(self.frame_4)
|
||||
self.horizontalSlider_J1.setObjectName(u"horizontalSlider_J1")
|
||||
self.horizontalSlider_J1.setGeometry(QRect(40, 20, 221, 22))
|
||||
self.horizontalSlider_J1.setGeometry(QRect(60, 20, 221, 22))
|
||||
self.horizontalSlider_J1.setOrientation(Qt.Orientation.Horizontal)
|
||||
self.label_j1_min = QLabel(self.frame_4)
|
||||
self.label_j1_min.setObjectName(u"label_j1_min")
|
||||
self.label_j1_min.setGeometry(QRect(40, 0, 31, 21))
|
||||
self.label_j1_min.setGeometry(QRect(60, 0, 31, 21))
|
||||
self.label_j1_max = QLabel(self.frame_4)
|
||||
self.label_j1_max.setObjectName(u"label_j1_max")
|
||||
self.label_j1_max.setGeometry(QRect(240, 0, 31, 21))
|
||||
self.textEdit_j1 = QTextEdit(self.frame_4)
|
||||
self.textEdit_j1.setObjectName(u"textEdit_j1")
|
||||
self.textEdit_j1.setGeometry(QRect(270, 20, 51, 23))
|
||||
self.textEdit_j1.setStyleSheet(u"background-color: rgb(255, 255, 255);")
|
||||
self.textEdit_j1.setSizeAdjustPolicy(QAbstractScrollArea.SizeAdjustPolicy.AdjustToContents)
|
||||
self.label_j1_max.setGeometry(QRect(260, 0, 31, 21))
|
||||
self.label_j2_min = QLabel(self.frame_4)
|
||||
self.label_j2_min.setObjectName(u"label_j2_min")
|
||||
self.label_j2_min.setGeometry(QRect(40, 40, 53, 21))
|
||||
self.label_j2_min.setGeometry(QRect(60, 40, 53, 21))
|
||||
self.label_j2_max = QLabel(self.frame_4)
|
||||
self.label_j2_max.setObjectName(u"label_j2_max")
|
||||
self.label_j2_max.setGeometry(QRect(240, 40, 21, 21))
|
||||
self.label_j2_max.setGeometry(QRect(260, 40, 21, 21))
|
||||
self.horizontalSlider_J2 = QSlider(self.frame_4)
|
||||
self.horizontalSlider_J2.setObjectName(u"horizontalSlider_J2")
|
||||
self.horizontalSlider_J2.setGeometry(QRect(40, 60, 221, 22))
|
||||
self.horizontalSlider_J2.setGeometry(QRect(60, 60, 221, 22))
|
||||
self.horizontalSlider_J2.setOrientation(Qt.Orientation.Horizontal)
|
||||
self.label_j3_min = QLabel(self.frame_4)
|
||||
self.label_j3_min.setObjectName(u"label_j3_min")
|
||||
self.label_j3_min.setGeometry(QRect(40, 80, 53, 21))
|
||||
self.label_j3_min.setGeometry(QRect(60, 80, 53, 21))
|
||||
self.label_j3_max = QLabel(self.frame_4)
|
||||
self.label_j3_max.setObjectName(u"label_j3_max")
|
||||
self.label_j3_max.setGeometry(QRect(240, 80, 21, 21))
|
||||
self.label_j3_max.setGeometry(QRect(260, 80, 21, 21))
|
||||
self.horizontalSlider_J3 = QSlider(self.frame_4)
|
||||
self.horizontalSlider_J3.setObjectName(u"horizontalSlider_J3")
|
||||
self.horizontalSlider_J3.setGeometry(QRect(40, 100, 221, 22))
|
||||
self.horizontalSlider_J3.setGeometry(QRect(60, 100, 221, 22))
|
||||
self.horizontalSlider_J3.setOrientation(Qt.Orientation.Horizontal)
|
||||
self.label_j5_min = QLabel(self.frame_4)
|
||||
self.label_j5_min.setObjectName(u"label_j5_min")
|
||||
self.label_j5_min.setGeometry(QRect(40, 160, 53, 21))
|
||||
self.label_j5_min.setGeometry(QRect(60, 160, 53, 21))
|
||||
self.horizontalSlider_J5 = QSlider(self.frame_4)
|
||||
self.horizontalSlider_J5.setObjectName(u"horizontalSlider_J5")
|
||||
self.horizontalSlider_J5.setGeometry(QRect(40, 180, 221, 22))
|
||||
self.horizontalSlider_J5.setGeometry(QRect(60, 180, 221, 22))
|
||||
self.horizontalSlider_J5.setOrientation(Qt.Orientation.Horizontal)
|
||||
self.label_j5_max = QLabel(self.frame_4)
|
||||
self.label_j5_max.setObjectName(u"label_j5_max")
|
||||
self.label_j5_max.setGeometry(QRect(240, 160, 21, 21))
|
||||
self.label_j5_max.setGeometry(QRect(260, 160, 21, 21))
|
||||
self.label_j6_min = QLabel(self.frame_4)
|
||||
self.label_j6_min.setObjectName(u"label_j6_min")
|
||||
self.label_j6_min.setGeometry(QRect(40, 200, 53, 21))
|
||||
self.label_j6_min.setGeometry(QRect(60, 200, 53, 21))
|
||||
self.horizontalSlider_J6 = QSlider(self.frame_4)
|
||||
self.horizontalSlider_J6.setObjectName(u"horizontalSlider_J6")
|
||||
self.horizontalSlider_J6.setGeometry(QRect(40, 220, 221, 22))
|
||||
self.horizontalSlider_J6.setGeometry(QRect(60, 220, 221, 22))
|
||||
self.horizontalSlider_J6.setOrientation(Qt.Orientation.Horizontal)
|
||||
self.label_j6_max = QLabel(self.frame_4)
|
||||
self.label_j6_max.setObjectName(u"label_j6_max")
|
||||
self.label_j6_max.setGeometry(QRect(240, 200, 21, 21))
|
||||
self.label_j6_max.setGeometry(QRect(260, 200, 21, 21))
|
||||
self.label_j4_min = QLabel(self.frame_4)
|
||||
self.label_j4_min.setObjectName(u"label_j4_min")
|
||||
self.label_j4_min.setGeometry(QRect(40, 120, 53, 21))
|
||||
self.label_j4_min.setGeometry(QRect(60, 120, 53, 21))
|
||||
self.horizontalSlider_J4 = QSlider(self.frame_4)
|
||||
self.horizontalSlider_J4.setObjectName(u"horizontalSlider_J4")
|
||||
self.horizontalSlider_J4.setGeometry(QRect(40, 140, 221, 22))
|
||||
self.horizontalSlider_J4.setGeometry(QRect(60, 140, 221, 22))
|
||||
self.horizontalSlider_J4.setOrientation(Qt.Orientation.Horizontal)
|
||||
self.label_j4_max = QLabel(self.frame_4)
|
||||
self.label_j4_max.setObjectName(u"label_j4_max")
|
||||
self.label_j4_max.setGeometry(QRect(240, 120, 21, 21))
|
||||
self.label_j4_max.setGeometry(QRect(260, 120, 21, 21))
|
||||
self.label_20 = QLabel(self.frame_4)
|
||||
self.label_20.setObjectName(u"label_20")
|
||||
self.label_20.setGeometry(QRect(10, 20, 21, 21))
|
||||
@ -260,106 +336,365 @@ class Ui_MainWindow(object):
|
||||
self.label_25.setObjectName(u"label_25")
|
||||
self.label_25.setGeometry(QRect(10, 220, 21, 21))
|
||||
self.label_25.setStyleSheet(u"font: 700 9pt \"Microsoft YaHei UI\";")
|
||||
self.textEdit_j2 = QTextEdit(self.frame_4)
|
||||
self.textEdit_j2.setObjectName(u"textEdit_j2")
|
||||
self.textEdit_j2.setGeometry(QRect(270, 60, 51, 23))
|
||||
self.textEdit_j2.setStyleSheet(u"background-color: rgb(255, 255, 255);")
|
||||
self.textEdit_j2.setSizeAdjustPolicy(QAbstractScrollArea.SizeAdjustPolicy.AdjustToContents)
|
||||
self.textEdit_j3 = QTextEdit(self.frame_4)
|
||||
self.textEdit_j3.setObjectName(u"textEdit_j3")
|
||||
self.textEdit_j3.setGeometry(QRect(270, 100, 51, 23))
|
||||
self.textEdit_j3.setStyleSheet(u"background-color: rgb(255, 255, 255);")
|
||||
self.textEdit_j3.setSizeAdjustPolicy(QAbstractScrollArea.SizeAdjustPolicy.AdjustToContents)
|
||||
self.textEdit_j4 = QTextEdit(self.frame_4)
|
||||
self.textEdit_j4.setObjectName(u"textEdit_j4")
|
||||
self.textEdit_j4.setGeometry(QRect(270, 140, 51, 23))
|
||||
self.textEdit_j4.setStyleSheet(u"background-color: rgb(255, 255, 255);")
|
||||
self.textEdit_j4.setSizeAdjustPolicy(QAbstractScrollArea.SizeAdjustPolicy.AdjustToContents)
|
||||
self.textEdit_j5 = QTextEdit(self.frame_4)
|
||||
self.textEdit_j5.setObjectName(u"textEdit_j5")
|
||||
self.textEdit_j5.setGeometry(QRect(270, 179, 51, 23))
|
||||
self.textEdit_j5.setStyleSheet(u"background-color: rgb(255, 255, 255);")
|
||||
self.textEdit_j5.setSizeAdjustPolicy(QAbstractScrollArea.SizeAdjustPolicy.AdjustToContents)
|
||||
self.textEdit_j6 = QTextEdit(self.frame_4)
|
||||
self.textEdit_j6.setObjectName(u"textEdit_j6")
|
||||
self.textEdit_j6.setGeometry(QRect(270, 219, 51, 23))
|
||||
self.textEdit_j6.setStyleSheet(u"background-color: rgb(255, 255, 255);")
|
||||
self.textEdit_j6.setSizeAdjustPolicy(QAbstractScrollArea.SizeAdjustPolicy.AdjustToContents)
|
||||
self.pushButton_27 = QPushButton(self.frame_4)
|
||||
self.pushButton_27.setObjectName(u"pushButton_27")
|
||||
self.pushButton_27.setGeometry(QRect(290, 20, 31, 21))
|
||||
self.pushButton_27.setStyleSheet(u"*{\n"
|
||||
"background-color: #E7EAEA;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover{\n"
|
||||
" background-color: rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"*:pressed{\n"
|
||||
" background-color:rgb(0, 255, 0);\n"
|
||||
"}\n"
|
||||
"")
|
||||
self.pushButton_27.setIcon(icon)
|
||||
self.pushButton_28 = QPushButton(self.frame_4)
|
||||
self.pushButton_28.setObjectName(u"pushButton_28")
|
||||
self.pushButton_28.setGeometry(QRect(25, 20, 31, 21))
|
||||
self.pushButton_28.setStyleSheet(u"*{\n"
|
||||
"background-color: #E7EAEA;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover{\n"
|
||||
" background-color: rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"*:pressed{\n"
|
||||
" background-color: rgb(255, 0, 0);\n"
|
||||
"}\n"
|
||||
"")
|
||||
icon1 = QIcon(QIcon.fromTheme(QIcon.ThemeIcon.ListRemove))
|
||||
self.pushButton_28.setIcon(icon1)
|
||||
self.pushButton_29 = QPushButton(self.frame_4)
|
||||
self.pushButton_29.setObjectName(u"pushButton_29")
|
||||
self.pushButton_29.setGeometry(QRect(25, 60, 31, 21))
|
||||
self.pushButton_29.setStyleSheet(u"*{\n"
|
||||
"background-color: #E7EAEA;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover{\n"
|
||||
" background-color: rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"*:pressed{\n"
|
||||
" background-color: rgb(255, 0, 0);\n"
|
||||
"}\n"
|
||||
"")
|
||||
self.pushButton_29.setIcon(icon1)
|
||||
self.pushButton_30 = QPushButton(self.frame_4)
|
||||
self.pushButton_30.setObjectName(u"pushButton_30")
|
||||
self.pushButton_30.setGeometry(QRect(290, 60, 31, 21))
|
||||
self.pushButton_30.setStyleSheet(u"*{\n"
|
||||
"background-color: #E7EAEA;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover{\n"
|
||||
" background-color: rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"*:pressed{\n"
|
||||
" background-color:rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"")
|
||||
self.pushButton_30.setIcon(icon)
|
||||
self.pushButton_31 = QPushButton(self.frame_4)
|
||||
self.pushButton_31.setObjectName(u"pushButton_31")
|
||||
self.pushButton_31.setGeometry(QRect(25, 100, 31, 21))
|
||||
self.pushButton_31.setStyleSheet(u"*{\n"
|
||||
"background-color: #E7EAEA;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover{\n"
|
||||
" background-color: rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"*:pressed{\n"
|
||||
" background-color: rgb(255, 0, 0);\n"
|
||||
"}\n"
|
||||
"")
|
||||
self.pushButton_31.setIcon(icon1)
|
||||
self.pushButton_32 = QPushButton(self.frame_4)
|
||||
self.pushButton_32.setObjectName(u"pushButton_32")
|
||||
self.pushButton_32.setGeometry(QRect(290, 100, 31, 21))
|
||||
self.pushButton_32.setStyleSheet(u"*{\n"
|
||||
"background-color: #E7EAEA;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover{\n"
|
||||
" background-color: rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"*:pressed{\n"
|
||||
" background-color:rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"")
|
||||
self.pushButton_32.setIcon(icon)
|
||||
self.pushButton_33 = QPushButton(self.frame_4)
|
||||
self.pushButton_33.setObjectName(u"pushButton_33")
|
||||
self.pushButton_33.setGeometry(QRect(290, 140, 31, 21))
|
||||
self.pushButton_33.setStyleSheet(u"*{\n"
|
||||
"background-color: #E7EAEA;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover{\n"
|
||||
" background-color: rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"*:pressed{\n"
|
||||
" background-color:rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"")
|
||||
self.pushButton_33.setIcon(icon)
|
||||
self.pushButton_34 = QPushButton(self.frame_4)
|
||||
self.pushButton_34.setObjectName(u"pushButton_34")
|
||||
self.pushButton_34.setGeometry(QRect(25, 180, 31, 21))
|
||||
self.pushButton_34.setStyleSheet(u"*{\n"
|
||||
"background-color: #E7EAEA;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover{\n"
|
||||
" background-color: rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"*:pressed{\n"
|
||||
" background-color: rgb(255, 0, 0);\n"
|
||||
"}\n"
|
||||
"")
|
||||
self.pushButton_34.setIcon(icon1)
|
||||
self.pushButton_35 = QPushButton(self.frame_4)
|
||||
self.pushButton_35.setObjectName(u"pushButton_35")
|
||||
self.pushButton_35.setGeometry(QRect(290, 220, 31, 21))
|
||||
self.pushButton_35.setStyleSheet(u"*{\n"
|
||||
"background-color: #E7EAEA;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover{\n"
|
||||
" background-color: rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"*:pressed{\n"
|
||||
" background-color:rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"")
|
||||
self.pushButton_35.setIcon(icon)
|
||||
self.pushButton_36 = QPushButton(self.frame_4)
|
||||
self.pushButton_36.setObjectName(u"pushButton_36")
|
||||
self.pushButton_36.setGeometry(QRect(25, 220, 31, 21))
|
||||
self.pushButton_36.setStyleSheet(u"*{\n"
|
||||
"background-color: #E7EAEA;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover{\n"
|
||||
" background-color: rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"*:pressed{\n"
|
||||
" background-color: rgb(255, 0, 0);\n"
|
||||
"}\n"
|
||||
"")
|
||||
self.pushButton_36.setIcon(icon1)
|
||||
self.pushButton_37 = QPushButton(self.frame_4)
|
||||
self.pushButton_37.setObjectName(u"pushButton_37")
|
||||
self.pushButton_37.setGeometry(QRect(25, 140, 31, 21))
|
||||
self.pushButton_37.setStyleSheet(u"*{\n"
|
||||
"background-color: #E7EAEA;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover{\n"
|
||||
" background-color: rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"*:pressed{\n"
|
||||
" background-color: rgb(255, 0, 0);\n"
|
||||
"}\n"
|
||||
"")
|
||||
self.pushButton_37.setIcon(icon1)
|
||||
self.pushButton_38 = QPushButton(self.frame_4)
|
||||
self.pushButton_38.setObjectName(u"pushButton_38")
|
||||
self.pushButton_38.setGeometry(QRect(290, 180, 31, 21))
|
||||
self.pushButton_38.setStyleSheet(u"*{\n"
|
||||
"background-color: #E7EAEA;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";\n"
|
||||
"}\n"
|
||||
"*:hover{\n"
|
||||
" background-color: rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"*:pressed{\n"
|
||||
" background-color:rgb(85, 85, 255);\n"
|
||||
"}\n"
|
||||
"")
|
||||
self.pushButton_38.setIcon(icon)
|
||||
self.lineEdit = QLineEdit(self.frame_3)
|
||||
self.lineEdit.setObjectName(u"lineEdit")
|
||||
self.lineEdit.setGeometry(QRect(730, 110, 61, 31))
|
||||
self.lineEdit.setStyleSheet(u"background-color: #F9FAFC;\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"font: 10pt \"\u6977\u4f53\";")
|
||||
self.lineEdit.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
||||
self.textEdit = QTextEdit(self.frame_3)
|
||||
self.textEdit.setObjectName(u"textEdit")
|
||||
self.textEdit.setGeometry(QRect(10, 280, 481, 171))
|
||||
self.textEdit.setStyleSheet(u"*{\n"
|
||||
" \n"
|
||||
" background-color: #E6ECF5;\n"
|
||||
"}")
|
||||
self.comboBox = QComboBox(self.frame_3)
|
||||
self.comboBox.addItem("")
|
||||
self.comboBox.addItem("")
|
||||
self.comboBox.setObjectName(u"comboBox")
|
||||
self.comboBox.setGeometry(QRect(520, 10, 271, 41))
|
||||
self.comboBox.setStyleSheet(u"QComboBox {\n"
|
||||
" border-radius: 10px;\n"
|
||||
" padding: 5px 5px 5px 5px;\n"
|
||||
" background-color: #2c2c2c;\n"
|
||||
" color: white;\n"
|
||||
" border: 1px solid #474747;\n"
|
||||
" min-width: 80px;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"QComboBox::drop-down {\n"
|
||||
" width: 0px;\n"
|
||||
" border: none;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"QComboBox::down-arrow {\n"
|
||||
" image: none;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"QComboBox QAbstractItemView {\n"
|
||||
" border-bottom-right-radius: 10px;\n"
|
||||
" border-bottom-left-radius: 10px;\n"
|
||||
" background: #2c2c2c;\n"
|
||||
" border: 1px solid gray;\n"
|
||||
" padding: 4px 4px 4px 4px;\n"
|
||||
" outline: none;\n"
|
||||
"}")
|
||||
self.lineEdit.raise_()
|
||||
self.label_4.raise_()
|
||||
self.horizontalSlider.raise_()
|
||||
self.label_5.raise_()
|
||||
self.pushButton_20.raise_()
|
||||
self.pushButton_21.raise_()
|
||||
self.pushButton_22.raise_()
|
||||
self.pushButton_23.raise_()
|
||||
self.pushButton_24.raise_()
|
||||
self.pushButton_25.raise_()
|
||||
self.pushButton_26.raise_()
|
||||
self.frame_4.raise_()
|
||||
self.textEdit.raise_()
|
||||
self.comboBox.raise_()
|
||||
self.pushButton_16 = QPushButton(self.frame_2)
|
||||
self.pushButton_16.setObjectName(u"pushButton_16")
|
||||
self.pushButton_16.setGeometry(QRect(370, 510, 91, 31))
|
||||
self.pushButton_16.setStyleSheet(u"background-color: rgb(255, 0, 0);\n"
|
||||
self.pushButton_16.setGeometry(QRect(560, 510, 91, 31))
|
||||
self.pushButton_16.setStyleSheet(u"*{\n"
|
||||
"background-color: rgb(255, 0, 0);\n"
|
||||
"font: 9pt \"\u6977\u4f53\";\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"}\n"
|
||||
"*:pressed\n"
|
||||
"{\n"
|
||||
"background-color: #ff6e00;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"")
|
||||
icon1 = QIcon(QIcon.fromTheme(QIcon.ThemeIcon.WindowClose))
|
||||
self.pushButton_16.setIcon(icon1)
|
||||
icon2 = QIcon(QIcon.fromTheme(QIcon.ThemeIcon.WindowClose))
|
||||
self.pushButton_16.setIcon(icon2)
|
||||
self.pushButton_18 = QPushButton(self.frame_2)
|
||||
self.pushButton_18.setObjectName(u"pushButton_18")
|
||||
self.pushButton_18.setGeometry(QRect(570, 510, 91, 31))
|
||||
self.pushButton_18.setStyleSheet(u"background-color: #1CB2B1;\n"
|
||||
self.pushButton_18.setGeometry(QRect(760, 510, 91, 31))
|
||||
self.pushButton_18.setStyleSheet(u"*{\n"
|
||||
"background-color: #1CB2B1;\n"
|
||||
"font: 9pt \"\u6977\u4f53\";\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"}\n"
|
||||
"*:pressed\n"
|
||||
"{\n"
|
||||
"background-color:#1cb052;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"")
|
||||
icon2 = QIcon(QIcon.fromTheme(QIcon.ThemeIcon.HelpFaq))
|
||||
self.pushButton_18.setIcon(icon2)
|
||||
icon3 = QIcon(QIcon.fromTheme(QIcon.ThemeIcon.HelpFaq))
|
||||
self.pushButton_18.setIcon(icon3)
|
||||
self.pushButton_19 = QPushButton(self.frame_2)
|
||||
self.pushButton_19.setObjectName(u"pushButton_19")
|
||||
self.pushButton_19.setGeometry(QRect(470, 510, 91, 31))
|
||||
self.pushButton_19.setStyleSheet(u"background-color: #1062B3;\n"
|
||||
self.pushButton_19.setGeometry(QRect(660, 510, 91, 31))
|
||||
self.pushButton_19.setStyleSheet(u"\n"
|
||||
"*{\n"
|
||||
"background-color: #1062B3;\n"
|
||||
"font: 9pt \"\u6977\u4f53\";\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"}\n"
|
||||
"*:pressed\n"
|
||||
"{\n"
|
||||
"background-color:#1053b2;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"")
|
||||
icon3 = QIcon(QIcon.fromTheme(QIcon.ThemeIcon.InputMouse))
|
||||
self.pushButton_19.setIcon(icon3)
|
||||
icon4 = QIcon(QIcon.fromTheme(QIcon.ThemeIcon.InputMouse))
|
||||
self.pushButton_19.setIcon(icon4)
|
||||
self.pushButton_17 = QPushButton(self.frame_2)
|
||||
self.pushButton_17.setObjectName(u"pushButton_17")
|
||||
self.pushButton_17.setGeometry(QRect(270, 510, 91, 31))
|
||||
self.pushButton_17.setStyleSheet(u"background-color: #499C54;\n"
|
||||
self.pushButton_17.setGeometry(QRect(460, 510, 91, 31))
|
||||
self.pushButton_17.setStyleSheet(u"*{\n"
|
||||
"background-color: #499C54;\n"
|
||||
"font: 9pt \"\u6977\u4f53\";\n"
|
||||
"border: 1px solid #dcdfe6;\n"
|
||||
"border-radius: 10px;\n"
|
||||
"}\n"
|
||||
"*:pressed\n"
|
||||
"{\n"
|
||||
"background-color: #499c8a;\n"
|
||||
"}\n"
|
||||
"")
|
||||
icon4 = QIcon(QIcon.fromTheme(QIcon.ThemeIcon.SystemShutdown))
|
||||
self.pushButton_17.setIcon(icon4)
|
||||
self.label = QLabel(self.centralwidget)
|
||||
self.label.setObjectName(u"label")
|
||||
self.label.setGeometry(QRect(30, 583, 261, 31))
|
||||
self.label.setStyleSheet(u"color:#fff;\n"
|
||||
"font: 290 12pt \"Microsoft YaHei\";\n"
|
||||
"font: 700 12pt \"Microsoft YaHei UI\";")
|
||||
self.label.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
||||
self.label_2 = QLabel(self.centralwidget)
|
||||
self.label_2.setObjectName(u"label_2")
|
||||
self.label_2.setGeometry(QRect(690, 580, 91, 16))
|
||||
self.label_2.setStyleSheet(u"color:#fff;\n"
|
||||
"font: 290 9pt \"Microsoft YaHei\";\n"
|
||||
"font: 700 9pt \"Microsoft YaHei UI\";")
|
||||
self.label_3 = QLabel(self.centralwidget)
|
||||
self.label_3.setObjectName(u"label_3")
|
||||
self.label_3.setGeometry(QRect(670, 600, 91, 16))
|
||||
self.label_3.setStyleSheet(u"color:#5188BE;\n"
|
||||
"font: 290 9pt \"Microsoft YaHei\";")
|
||||
self.label_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
||||
icon5 = QIcon(QIcon.fromTheme(QIcon.ThemeIcon.SystemShutdown))
|
||||
self.pushButton_17.setIcon(icon5)
|
||||
|
||||
self.verticalLayout_2.addWidget(self.frame_2)
|
||||
|
||||
|
||||
self.verticalLayout.addLayout(self.verticalLayout_2)
|
||||
|
||||
self.tabWidget.addTab(self.tab, "")
|
||||
self.tab_2 = QWidget()
|
||||
self.tab_2.setObjectName(u"tab_2")
|
||||
self.pushButton_2 = QPushButton(self.tab_2)
|
||||
self.pushButton_2.setObjectName(u"pushButton_2")
|
||||
self.pushButton_2.setGeometry(QRect(10, 10, 75, 23))
|
||||
self.pushButton = QPushButton(self.tab_2)
|
||||
self.pushButton.setObjectName(u"pushButton")
|
||||
self.pushButton.setGeometry(QRect(10, 39, 75, 23))
|
||||
self.tabWidget.addTab(self.tab_2, "")
|
||||
MainWindow.setCentralWidget(self.centralwidget)
|
||||
self.tabWidget.raise_()
|
||||
self.label.raise_()
|
||||
self.label_2.raise_()
|
||||
self.label_3.raise_()
|
||||
|
||||
self.retranslateUi(MainWindow)
|
||||
|
||||
self.tabWidget.setCurrentIndex(0)
|
||||
|
||||
|
||||
QMetaObject.connectSlotsByName(MainWindow)
|
||||
# setupUi
|
||||
|
||||
def retranslateUi(self, MainWindow):
|
||||
MainWindow.setWindowTitle(QCoreApplication.translate("MainWindow", u"\u81ea\u52a8\u5316\u5bc6\u80fa\u751f\u4ea7", None))
|
||||
self.pushButton_8.setText(QCoreApplication.translate("MainWindow", u"\u9875\u97621", None))
|
||||
self.pushButton_13.setText(QCoreApplication.translate("MainWindow", u"\u6295 \u6599", None))
|
||||
self.pushButton_3.setText(QCoreApplication.translate("MainWindow", u"\u81ea\u52a8\u6295\u6599", None))
|
||||
self.pushButton_4.setText(QCoreApplication.translate("MainWindow", u"\u529f\u80fd\u754c\u97621", None))
|
||||
self.pushButton_5.setText(QCoreApplication.translate("MainWindow", u"\u529f\u80fd\u754c\u97622", None))
|
||||
self.pushButton_6.setText(QCoreApplication.translate("MainWindow", u"\u529f\u80fd\u754c\u97623", None))
|
||||
self.pushButton_7.setText(QCoreApplication.translate("MainWindow", u"\u529f\u80fd\u754c\u97624", None))
|
||||
self.label.setText(QCoreApplication.translate("MainWindow", u"\u6e56\u5357\u957f\u6c99\u5927\u5c27\u4fe1\u606f\u79d1\u6280\u6709\u9650\u516c\u53f8", None))
|
||||
self.label_2.setText(QCoreApplication.translate("MainWindow", u"08:00:00", None))
|
||||
self.label_3.setText(QCoreApplication.translate("MainWindow", u"2024-08-01", None))
|
||||
self.pushButton_3.setText(QCoreApplication.translate("MainWindow", u"\u76d1\u63a7\u6295\u6599", None))
|
||||
self.pushButton_4.setText(QCoreApplication.translate("MainWindow", u"\u6295\u6599\u8bbe\u7f6e", None))
|
||||
self.pushButton_5.setText(QCoreApplication.translate("MainWindow", u"IO\u8c03\u8bd5", None))
|
||||
self.label_4.setText("")
|
||||
self.label_5.setText(QCoreApplication.translate("MainWindow", u"10", None))
|
||||
self.pushButton_20.setText(QCoreApplication.translate("MainWindow", u"10", None))
|
||||
@ -371,16 +706,6 @@ class Ui_MainWindow(object):
|
||||
self.pushButton_26.setText(QCoreApplication.translate("MainWindow", u"\u81ea\u5b9a\u4e49", None))
|
||||
self.label_j1_min.setText(QCoreApplication.translate("MainWindow", u"-10", None))
|
||||
self.label_j1_max.setText(QCoreApplication.translate("MainWindow", u"+10", None))
|
||||
self.textEdit_j1.setDocumentTitle("")
|
||||
self.textEdit_j1.setHtml(QCoreApplication.translate("MainWindow", u"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||||
"<html><head><meta name=\"qrichtext\" content=\"1\" /><meta charset=\"utf-8\" /><style type=\"text/css\">\n"
|
||||
"p, li { white-space: pre-wrap; }\n"
|
||||
"hr { height: 1px; border-width: 0; }\n"
|
||||
"li.unchecked::marker { content: \"\\2610\"; }\n"
|
||||
"li.checked::marker { content: \"\\2612\"; }\n"
|
||||
"</style></head><body style=\" font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
|
||||
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">55</span></p></body></html>", None))
|
||||
self.textEdit_j1.setPlaceholderText("")
|
||||
self.label_j2_min.setText(QCoreApplication.translate("MainWindow", u"-150", None))
|
||||
self.label_j2_max.setText(QCoreApplication.translate("MainWindow", u"150", None))
|
||||
self.label_j3_min.setText(QCoreApplication.translate("MainWindow", u"-150", None))
|
||||
@ -397,62 +722,39 @@ class Ui_MainWindow(object):
|
||||
self.label_23.setText(QCoreApplication.translate("MainWindow", u"J4", None))
|
||||
self.label_24.setText(QCoreApplication.translate("MainWindow", u"J5", None))
|
||||
self.label_25.setText(QCoreApplication.translate("MainWindow", u"J6", None))
|
||||
self.textEdit_j2.setDocumentTitle("")
|
||||
self.textEdit_j2.setHtml(QCoreApplication.translate("MainWindow", u"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||||
self.pushButton_27.setText("")
|
||||
self.pushButton_28.setText("")
|
||||
self.pushButton_29.setText("")
|
||||
self.pushButton_30.setText("")
|
||||
self.pushButton_31.setText("")
|
||||
self.pushButton_32.setText("")
|
||||
self.pushButton_33.setText("")
|
||||
self.pushButton_34.setText("")
|
||||
self.pushButton_35.setText("")
|
||||
self.pushButton_36.setText("")
|
||||
self.pushButton_37.setText("")
|
||||
self.pushButton_38.setText("")
|
||||
self.lineEdit.setText(QCoreApplication.translate("MainWindow", u"123", None))
|
||||
self.textEdit.setHtml(QCoreApplication.translate("MainWindow", u"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||||
"<html><head><meta name=\"qrichtext\" content=\"1\" /><meta charset=\"utf-8\" /><style type=\"text/css\">\n"
|
||||
"p, li { white-space: pre-wrap; }\n"
|
||||
"hr { height: 1px; border-width: 0; }\n"
|
||||
"li.unchecked::marker { content: \"\\2610\"; }\n"
|
||||
"li.checked::marker { content: \"\\2612\"; }\n"
|
||||
"</style></head><body style=\" font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
|
||||
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">55</span></p></body></html>", None))
|
||||
self.textEdit_j2.setPlaceholderText("")
|
||||
self.textEdit_j3.setDocumentTitle("")
|
||||
self.textEdit_j3.setHtml(QCoreApplication.translate("MainWindow", u"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||||
"<html><head><meta name=\"qrichtext\" content=\"1\" /><meta charset=\"utf-8\" /><style type=\"text/css\">\n"
|
||||
"p, li { white-space: pre-wrap; }\n"
|
||||
"hr { height: 1px; border-width: 0; }\n"
|
||||
"li.unchecked::marker { content: \"\\2610\"; }\n"
|
||||
"li.checked::marker { content: \"\\2612\"; }\n"
|
||||
"</style></head><body style=\" font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
|
||||
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">55</span></p></body></html>", None))
|
||||
self.textEdit_j3.setPlaceholderText("")
|
||||
self.textEdit_j4.setDocumentTitle("")
|
||||
self.textEdit_j4.setHtml(QCoreApplication.translate("MainWindow", u"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||||
"<html><head><meta name=\"qrichtext\" content=\"1\" /><meta charset=\"utf-8\" /><style type=\"text/css\">\n"
|
||||
"p, li { white-space: pre-wrap; }\n"
|
||||
"hr { height: 1px; border-width: 0; }\n"
|
||||
"li.unchecked::marker { content: \"\\2610\"; }\n"
|
||||
"li.checked::marker { content: \"\\2612\"; }\n"
|
||||
"</style></head><body style=\" font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
|
||||
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">55</span></p></body></html>", None))
|
||||
self.textEdit_j4.setPlaceholderText("")
|
||||
self.textEdit_j5.setDocumentTitle("")
|
||||
self.textEdit_j5.setHtml(QCoreApplication.translate("MainWindow", u"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||||
"<html><head><meta name=\"qrichtext\" content=\"1\" /><meta charset=\"utf-8\" /><style type=\"text/css\">\n"
|
||||
"p, li { white-space: pre-wrap; }\n"
|
||||
"hr { height: 1px; border-width: 0; }\n"
|
||||
"li.unchecked::marker { content: \"\\2610\"; }\n"
|
||||
"li.checked::marker { content: \"\\2612\"; }\n"
|
||||
"</style></head><body style=\" font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
|
||||
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">55</span></p></body></html>", None))
|
||||
self.textEdit_j5.setPlaceholderText("")
|
||||
self.textEdit_j6.setDocumentTitle("")
|
||||
self.textEdit_j6.setHtml(QCoreApplication.translate("MainWindow", u"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||||
"<html><head><meta name=\"qrichtext\" content=\"1\" /><meta charset=\"utf-8\" /><style type=\"text/css\">\n"
|
||||
"p, li { white-space: pre-wrap; }\n"
|
||||
"hr { height: 1px; border-width: 0; }\n"
|
||||
"li.unchecked::marker { content: \"\\2610\"; }\n"
|
||||
"li.checked::marker { content: \"\\2612\"; }\n"
|
||||
"</style></head><body style=\" font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
|
||||
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">55</span></p></body></html>", None))
|
||||
self.textEdit_j6.setPlaceholderText("")
|
||||
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">2024-08-06 10:10:10\uff1a\u5f53\u524d\u6b63\u5728\u8fd0\u884c\u3002\u3002\u3002</p>\n"
|
||||
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">2024-08-06 11:10:10\uff1a\u79fb\u52a8\u673a\u68b0\u81c2\u81f3\u6240\u793a\u4f4d\u7f6e</p></body></html>", None))
|
||||
self.comboBox.setItemText(0, QCoreApplication.translate("MainWindow", u"1\u53f7\u7ebf", None))
|
||||
self.comboBox.setItemText(1, QCoreApplication.translate("MainWindow", u"\u65b0\u5efa\u7ebf", None))
|
||||
|
||||
self.comboBox.setCurrentText(QCoreApplication.translate("MainWindow", u"1\u53f7\u7ebf", None))
|
||||
self.pushButton_16.setText(QCoreApplication.translate("MainWindow", u"\u6025\u505c", None))
|
||||
self.pushButton_18.setText(QCoreApplication.translate("MainWindow", u"\u6545\u969c\u8bca\u65ad", None))
|
||||
self.pushButton_19.setText(QCoreApplication.translate("MainWindow", u"\u8c03\u8bd5", None))
|
||||
self.pushButton_17.setText(QCoreApplication.translate("MainWindow", u"\u542f\u52a8", None))
|
||||
self.label.setText(QCoreApplication.translate("MainWindow", u"\u6e56\u5357\u957f\u6c99\u5927\u5c27\u4fe1\u606f\u79d1\u6280\u6709\u9650\u516c\u53f8", None))
|
||||
self.label_2.setText(QCoreApplication.translate("MainWindow", u"08:00:00", None))
|
||||
self.label_3.setText(QCoreApplication.translate("MainWindow", u"2024-08-01", None))
|
||||
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), QCoreApplication.translate("MainWindow", u"\u6295\u6599", None))
|
||||
self.pushButton_2.setText(QCoreApplication.translate("MainWindow", u"PushButton", None))
|
||||
self.pushButton.setText(QCoreApplication.translate("MainWindow", u"PushButton", None))
|
||||
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), QCoreApplication.translate("MainWindow", u"Tab 2", None))
|
||||
# retranslateUi
|
||||
|
||||
|
||||
2401
untitled.ui
2401
untitled.ui
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user