2 Star 0 Fork 0

超级大蘑菇头 / DebugTools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
crashForm.py 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file '/Users/jinshan/workspace/win/DebugTools/tools/../crashForm.ui'
#
# Created by: PyQt5 UI code generator 5.15.6
#
# 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_crashForm(object):
def setupUi(self, crashForm):
crashForm.setObjectName("crashForm")
crashForm.resize(300, 313)
crashForm.setMinimumSize(QtCore.QSize(300, 313))
crashForm.setMaximumSize(QtCore.QSize(300, 313))
self.verticalLayout = QtWidgets.QVBoxLayout(crashForm)
self.verticalLayout.setObjectName("verticalLayout")
self.frameBox = QtWidgets.QGroupBox(crashForm)
self.frameBox.setTitle("")
self.frameBox.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.frameBox.setObjectName("frameBox")
self.horizontalLayout = QtWidgets.QHBoxLayout(self.frameBox)
self.horizontalLayout.setObjectName("horizontalLayout")
self.tips = QtWidgets.QLabel(self.frameBox)
self.tips.setText("")
self.tips.setTextFormat(QtCore.Qt.AutoText)
self.tips.setAlignment(QtCore.Qt.AlignCenter)
self.tips.setObjectName("tips")
self.horizontalLayout.addWidget(self.tips)
self.verticalLayout.addWidget(self.frameBox)
self.retranslateUi(crashForm)
QtCore.QMetaObject.connectSlotsByName(crashForm)
def retranslateUi(self, crashForm):
_translate = QtCore.QCoreApplication.translate
crashForm.setWindowTitle(_translate("crashForm", "Form"))
Python
1
https://gitee.com/mogoo/DebugTools.git
git@gitee.com:mogoo/DebugTools.git
mogoo
DebugTools
DebugTools
master

搜索帮助