1 Star 0 Fork 1

feihu21/MRKJ_GUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
child2.py 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
feihu21 提交于 2021-10-29 23:39 . update
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'child2.ui'
#
# Created by: PyQt5 UI code generator 5.15.4
#
# 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
from PyQt5.QtWidgets import QMainWindow
class Ui_Child2(QMainWindow):
def setupUi(self, Child2):
Child2.setObjectName("Child2")
Child2.resize(441, 353)
self.centralwidget = QtWidgets.QWidget(Child2)
self.centralwidget.setObjectName("centralwidget")
Child2.setCentralWidget(self.centralwidget)
self.menubar = QtWidgets.QMenuBar(Child2)
self.menubar.setGeometry(QtCore.QRect(0, 0, 441, 26))
self.menubar.setObjectName("menubar")
Child2.setMenuBar(self.menubar)
self.statusbar = QtWidgets.QStatusBar(Child2)
self.statusbar.setObjectName("statusbar")
Child2.setStatusBar(self.statusbar)
self.retranslateUi(Child2)
QtCore.QMetaObject.connectSlotsByName(Child2)
def retranslateUi(self, Child2):
_translate = QtCore.QCoreApplication.translate
Child2.setWindowTitle(_translate("Child2", "字窗口2"))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/feihu21/MRKJ_GUI.git
[email protected]:feihu21/MRKJ_GUI.git
feihu21
MRKJ_GUI
MRKJ_GUI
master

搜索帮助