pyqt之QWebEngineView加载url

在这里插入图片描述

# -*- coding: utf-8 -*-
# 作者:萧海
# 联系: 12836795
# @Project :python_test 
# File : py_wangou_music.py
# Date : 9/25/2023 3:46 PM
# application:版权拥有 侵权必究



from PyQt5.QtCore import QUrl
from PyQt5.QtWidgets import QApplication, QWidget, QVBoxLayout
from PyQt5.QtWebEngineWidgets import QWebEngineView, QWebEnginePage, QWebEngineProfile
from PyQt5.QtCore import *


class WebView(QWebEngineView

猜你喜欢

转载自blog.csdn.net/qq_45662588/article/details/133488073