# -*- coding: utf-8 -*- ################################################################################ ## Form generated from reading UI file '获取小闲平台使用数据.ui' ## ## Created by: Qt User Interface Compiler version 6.6.2 ## ## WARNING! All changes made in this file will be lost when recompiling UI file! ################################################################################ from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale, QMetaObject, QObject, QPoint, QRect, QSize, QTime, QUrl, Qt) from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor, QFont, QFontDatabase, QGradient, QIcon, QImage, QKeySequence, QLinearGradient, QPainter, QPalette, QPixmap, QRadialGradient, QTransform) from PySide6.QtWidgets import (QApplication, QCheckBox, QLabel, QLineEdit, QPushButton, QSizePolicy, QWidget) class Ui_Form(object): def setupUi(self, Form): if not Form.objectName(): Form.setObjectName(u"Form") Form.resize(700, 140) self.pushButton_selectfilepath = QPushButton(Form) self.pushButton_selectfilepath.setObjectName(u"pushButton_selectfilepath") self.pushButton_selectfilepath.setGeometry(QRect(100, 40, 75, 24)) self.label = QLabel(Form) self.label.setObjectName(u"label") self.label.setGeometry(QRect(10, 40, 91, 16)) self.label_2 = QLabel(Form) self.label_2.setObjectName(u"label_2") self.label_2.setGeometry(QRect(10, 10, 54, 16)) self.lineEdit_date = QLineEdit(Form) self.lineEdit_date.setObjectName(u"lineEdit_date") self.lineEdit_date.setGeometry(QRect(80, 10, 132, 20)) self.label_3 = QLabel(Form) self.label_3.setObjectName(u"label_3") self.label_3.setGeometry(QRect(230, 10, 81, 16)) self.label_filepath = QLabel(Form) self.label_filepath.setObjectName(u"label_filepath") self.label_filepath.setGeometry(QRect(10, 70, 681, 16)) self.pushButton_exec = QPushButton(Form) self.pushButton_exec.setObjectName(u"pushButton_exec") self.pushButton_exec.setGeometry(QRect(620, 100, 75, 24)) self.checkBox_appendflag = QCheckBox(Form) self.checkBox_appendflag.setObjectName(u"checkBox_appendflag") self.checkBox_appendflag.setGeometry(QRect(520, 100, 91, 20)) self.label_4 = QLabel(Form) self.label_4.setObjectName(u"label_4") self.label_4.setGeometry(QRect(330, 10, 81, 16)) self.lineEdit_threshold = QLineEdit(Form) self.lineEdit_threshold.setObjectName(u"lineEdit_threshold") self.lineEdit_threshold.setGeometry(QRect(420, 10, 113, 20)) self.pushButton_selectdirpath = QPushButton(Form) self.pushButton_selectdirpath.setObjectName(u"pushButton_selectdirpath") self.pushButton_selectdirpath.setGeometry(QRect(390, 40, 75, 24)) self.label_5 = QLabel(Form) self.label_5.setObjectName(u"label_5") self.label_5.setGeometry(QRect(290, 40, 101, 20)) self.label_6 = QLabel(Form) self.label_6.setObjectName(u"label_6") self.label_6.setGeometry(QRect(230, 40, 31, 16)) font = QFont() font.setBold(True) self.label_6.setFont(font) self.retranslateUi(Form) QMetaObject.connectSlotsByName(Form) # setupUi def retranslateUi(self, Form): Form.setWindowTitle(QCoreApplication.translate("Form", u"\u83b7\u53d6\u5c0f\u95f2\u5e73\u53f0\u4f7f\u7528\u6570\u636e", None)) self.pushButton_selectfilepath.setText(QCoreApplication.translate("Form", u"\u9009\u62e9\u6587\u4ef6", None)) self.label.setText(QCoreApplication.translate("Form", u"\u4e0b\u8f7d\u7684.zip\u6587\u4ef6", None)) self.label_2.setText(QCoreApplication.translate("Form", u"\u65e5\u671f", None)) self.label_3.setText(QCoreApplication.translate("Form", u"(yyyymmdd)", None)) self.label_filepath.setText(QCoreApplication.translate("Form", u"\u9009\u62e9\u6587\u4ef6\u6216\u6587\u4ef6\u5939\u540e, \u8fd9\u91cc\u5c06\u663e\u793a\u5176\u8def\u5f84", None)) self.pushButton_exec.setText(QCoreApplication.translate("Form", u"\u8fd0\u884c", None)) self.checkBox_appendflag.setText(QCoreApplication.translate("Form", u"Append\u6a21\u5f0f", None)) self.label_4.setText(QCoreApplication.translate("Form", u"\u63d0\u4ea4\u6bd4\u4f8b\u4e0b\u9650", None)) self.pushButton_selectdirpath.setText(QCoreApplication.translate("Form", u"\u9009\u62e9\u6587\u4ef6\u5939", None)) self.label_5.setText(QCoreApplication.translate("Form", u"\u53ea\u542b.zip\u7684\u6587\u4ef6\u5939", None)) self.label_6.setText(QCoreApplication.translate("Form", u"\u6216", None)) # retranslateUi