代码拉取完成,页面将自动刷新
# -*- 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"))
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。