# Form implementation generated from reading ui file 'checkLogs2.ui' # # Created by: PyQt6 UI code generator 6.5.1 # # WARNING: Any manual changes made to this file will be lost when pyuic6 is # run again. Do not edit this file unless you know what you are doing. from PyQt6 import QtCore, QtGui, QtWidgets class Ui_Form(object): def setupUi(self, Form): Form.setObjectName("Form") Form.resize(1295, 794) self.gridLayout = QtWidgets.QGridLayout(Form) self.gridLayout.setObjectName("gridLayout") self.verticalLayout = QtWidgets.QVBoxLayout() self.verticalLayout.setSizeConstraint(QtWidgets.QLayout.SizeConstraint.SetDefaultConstraint) self.verticalLayout.setObjectName("verticalLayout") self.tableWidgetFlight = QtWidgets.QTableWidget(parent=Form) sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.tableWidgetFlight.sizePolicy().hasHeightForWidth()) self.tableWidgetFlight.setSizePolicy(sizePolicy) self.tableWidgetFlight.setMouseTracking(True) self.tableWidgetFlight.setTabletTracking(True) self.tableWidgetFlight.setAcceptDrops(True) self.tableWidgetFlight.setDragDropMode(QtWidgets.QAbstractItemView.DragDropMode.DropOnly) self.tableWidgetFlight.setDefaultDropAction(QtCore.Qt.DropAction.CopyAction) self.tableWidgetFlight.setObjectName("tableWidgetFlight") self.tableWidgetFlight.setColumnCount(0) self.tableWidgetFlight.setRowCount(0) self.verticalLayout.addWidget(self.tableWidgetFlight) self.gridLayout.addLayout(self.verticalLayout, 2, 1, 1, 1) self.horizontalLayout_5 = QtWidgets.QHBoxLayout() self.horizontalLayout_5.setSizeConstraint(QtWidgets.QLayout.SizeConstraint.SetDefaultConstraint) self.horizontalLayout_5.setContentsMargins(-1, 10, -1, -1) self.horizontalLayout_5.setObjectName("horizontalLayout_5") self.label = QtWidgets.QLabel(parent=Form) self.label.setMaximumSize(QtCore.QSize(50, 19)) font = QtGui.QFont() font.setFamily("黑体") self.label.setFont(font) self.label.setLayoutDirection(QtCore.Qt.LayoutDirection.LeftToRight) self.label.setObjectName("label") self.horizontalLayout_5.addWidget(self.label) self.dateTimeEdit = QtWidgets.QDateTimeEdit(parent=Form) self.dateTimeEdit.setMaximumSize(QtCore.QSize(120, 16777215)) self.dateTimeEdit.setCalendarPopup(True) self.dateTimeEdit.setObjectName("dateTimeEdit") self.horizontalLayout_5.addWidget(self.dateTimeEdit) self.label_3 = QtWidgets.QLabel(parent=Form) self.label_3.setMaximumSize(QtCore.QSize(50, 16777215)) self.label_3.setObjectName("label_3") self.horizontalLayout_5.addWidget(self.label_3) self.dateTimeEdit_2 = QtWidgets.QDateTimeEdit(parent=Form) self.dateTimeEdit_2.setMaximumSize(QtCore.QSize(120, 16777215)) self.dateTimeEdit_2.setCalendarPopup(True) self.dateTimeEdit_2.setObjectName("dateTimeEdit_2") self.horizontalLayout_5.addWidget(self.dateTimeEdit_2) self.label_4 = QtWidgets.QLabel(parent=Form) self.label_4.setMaximumSize(QtCore.QSize(45, 16777215)) self.label_4.setObjectName("label_4") self.horizontalLayout_5.addWidget(self.label_4) self.lineEdit = QtWidgets.QLineEdit(parent=Form) self.lineEdit.setMaximumSize(QtCore.QSize(150, 16777215)) self.lineEdit.setObjectName("lineEdit") self.horizontalLayout_5.addWidget(self.lineEdit) self.pushButton = QtWidgets.QPushButton(parent=Form) self.pushButton.setMaximumSize(QtCore.QSize(50, 16777215)) self.pushButton.setObjectName("pushButton") self.horizontalLayout_5.addWidget(self.pushButton) self.label_2 = QtWidgets.QLabel(parent=Form) self.label_2.setText("") self.label_2.setObjectName("label_2") self.horizontalLayout_5.addWidget(self.label_2) self.gridLayout.addLayout(self.horizontalLayout_5, 0, 1, 2, 1) self.retranslateUi(Form) QtCore.QMetaObject.connectSlotsByName(Form) def retranslateUi(self, Form): _translate = QtCore.QCoreApplication.translate Form.setWindowTitle(_translate("Form", "Form")) self.label.setText(_translate("Form", "开始日期:")) self.dateTimeEdit.setDisplayFormat(_translate("Form", "yyyy-M-d HH:mm:ss")) self.label_3.setText(_translate("Form", "结束日期:")) self.dateTimeEdit_2.setDisplayFormat(_translate("Form", "yyyy-M-d HH:mm:ss")) self.label_4.setText(_translate("Form", "搜索框:")) self.pushButton.setText(_translate("Form", "搜索"))