1 Star 0 Fork 0

超级大蘑菇头/DebugTools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
toolsForm.py 2.46 KB
一键复制 编辑 原始数据 按行查看 历史
超级大蘑菇头 提交于 2024-08-22 17:32 . 增加三个信功能
# -*- 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"))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mogoo/DebugTools.git
[email protected]:mogoo/DebugTools.git
mogoo
DebugTools
DebugTools
master

搜索帮助