代码拉取完成,页面将自动刷新
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'log.ui'
#
# Created by: PyQt5 UI code generator 5.15.9
#
# 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_son(object):
def setupUi(self, son):
son.setObjectName("son")
son.resize(981, 742)
self.centralwidget = QtWidgets.QWidget(son)
self.centralwidget.setObjectName("centralwidget")
self.textBrowser_2 = QtWidgets.QTextBrowser(self.centralwidget)
self.textBrowser_2.setGeometry(QtCore.QRect(10, 10, 131, 31))
self.textBrowser_2.setStyleSheet("background-color: rgb(255, 252, 213);")
self.textBrowser_2.setObjectName("textBrowser_2")
self.widget = QVideoWidget(self.centralwidget)
self.widget.setGeometry(QtCore.QRect(210, 60, 661, 581))
self.widget.setObjectName("widget")
self.pic_list = QtWidgets.QListWidget(self.centralwidget)
self.pic_list.setGeometry(QtCore.QRect(10, 50, 131, 581))
self.pic_list.setObjectName("pic_list")
self.pushButton = QtWidgets.QPushButton(self.centralwidget)
self.pushButton.setGeometry(QtCore.QRect(330, 20, 192, 28))
self.pushButton.setObjectName("pushButton")
son.setCentralWidget(self.centralwidget)
self.menubar = QtWidgets.QMenuBar(son)
self.menubar.setGeometry(QtCore.QRect(0, 0, 981, 26))
self.menubar.setObjectName("menubar")
son.setMenuBar(self.menubar)
self.statusbar = QtWidgets.QStatusBar(son)
self.statusbar.setObjectName("statusbar")
son.setStatusBar(self.statusbar)
self.retranslateUi(son)
QtCore.QMetaObject.connectSlotsByName(son)
def retranslateUi(self, son):
_translate = QtCore.QCoreApplication.translate
son.setWindowTitle(_translate("son", "MainWindow"))
self.textBrowser_2.setHtml(_translate("son", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'SimSun\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt; font-weight:600;\">所有图片如下</span></p></body></html>"))
self.pushButton.setText(_translate("son", "上传"))
from PyQt5.QtMultimediaWidgets import QVideoWidget
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。