代码拉取完成,页面将自动刷新
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'toolsForm.ui'
#
# Created by: PyQt5 UI code generator 5.15.11
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_toolsForm(object):
def setupUi(self, toolsForm):
toolsForm.setObjectName("toolsForm")
toolsForm.resize(1280, 720)
toolsForm.setMinimumSize(QtCore.QSize(1280, 720))
toolsForm.setMaximumSize(QtCore.QSize(16777215, 16777215))
font = QtGui.QFont()
font.setPointSize(12)
toolsForm.setFont(font)
self.verticalLayout = QtWidgets.QVBoxLayout(toolsForm)
self.verticalLayout.setObjectName("verticalLayout")
self.contentView = QtWidgets.QWidget(toolsForm)
self.contentView.setObjectName("contentView")
self.horizontalLayout = QtWidgets.QHBoxLayout(self.contentView)
self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
self.horizontalLayout.setSpacing(1)
self.horizontalLayout.setObjectName("horizontalLayout")
self.listWidget = QtWidgets.QListWidget(self.contentView)
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Expanding)
sizePolicy.setHorizontalStretch(0)
sizePolicy.setVerticalStretch(0)
sizePolicy.setHeightForWidth(self.listWidget.sizePolicy().hasHeightForWidth())
self.listWidget.setSizePolicy(sizePolicy)
self.listWidget.setMinimumSize(QtCore.QSize(200, 0))
self.listWidget.setMaximumSize(QtCore.QSize(200, 16777215))
self.listWidget.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff)
self.listWidget.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff)
self.listWidget.setObjectName("listWidget")
self.horizontalLayout.addWidget(self.listWidget)
self.stackedWidget = QtWidgets.QStackedWidget(self.contentView)
self.stackedWidget.setObjectName("stackedWidget")
self.horizontalLayout.addWidget(self.stackedWidget)
self.verticalLayout.addWidget(self.contentView)
self.retranslateUi(toolsForm)
self.stackedWidget.setCurrentIndex(-1)
QtCore.QMetaObject.connectSlotsByName(toolsForm)
def retranslateUi(self, toolsForm):
_translate = QtCore.QCoreApplication.translate
toolsForm.setWindowTitle(_translate("toolsForm", "Form"))
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。