博客主页 🐟
Python-Gui网页内嵌
Python-Gui网页内嵌

Author:

©

Wordage:

共计 961 字

needs:

约 1 分钟

Popular:

3695 ℃

Created:

目 录

需要插件

    pip install pyinstaller
    pip install PyQtWebEngine
    pip install PyQt5

代码

import sys
from PyQt5.QtCore import *
from PyQt5.QtWidgets import *
from PyQt5.QtGui import *
from PyQt5.QtWebEngineWidgets import *

class MainWindow(QMainWindow):
    def __init__(self):
        super(MainWindow, self).__init__()
        self.setWindowTitle('哀.net')
        self.setWindowIcon(QIcon('favicon.ico'))
        # 设置窗口大小900*600
        self.setMinimumSize(1366, 768)
        self.setMaximumSize(1920, 1080)
        self.show()
        self.browser = QWebEngineView()
        # 加载外部Web页面
        self.browser.load(QUrl('https://x.com'))
        self.setCentralWidget(self.browser)


if __name__ == '__main__':
    app = QApplication(sys.argv)
    win = MainWindow()
    win.show()
    sys.exit(app.exec_())

打包

pyinstaller -F -w --icon="favicon.ico" x.py  
文章二维码
Python-Gui网页内嵌
共计 7 条评论,点此发表评论
  1. 头像
    DanielInina
    Lv.3

    访客

    [b]Visualize[/b] coming home to find water seeping into the corners of your home and cherished spaces.
    [b]It’s frightening[/b] — but you don’t have to face it alone.
    [b]We’re here to protect[/b] your family’s home and peace, working swiftly and safely to contain the problem at once. Our team works with care and safety, helping recover your space and your comfort.
    [b]We help you[/b] stop mold and long-term consequences, keeping your family’s environment safe. And with our 24/7 support, you’re never without help when it matters most — we’re always ready to step in!
    [b][u]Call - 8338561951 and professionals will help you![/u][/b]

    · Win 10+ · Chrome · 海外
  2. 头像
    hsxwkwbxcv
    新人

    访客

    建议增加田野调查素材,提升真实性。

    · Win 10+ · Chrome · 北京
  3. 头像
    tmrbsnakiy
    新人

    访客

    字里行间流露出真挚的情感,让人感同身受,共鸣不已。

    · Win 10+ · Chrome · 海外
  4. 头像
    DanielInina
    Lv.3

    访客

    Finest news for all us

    · Win 10+ · Chrome · 海外
  5. 头像
    cqcxb718
    新人

    访客

    .

    · Win 10+ · Chrome · 海外
  6. 头像
    lxzfd621
    新人

    访客

    .

    · Win 10+ · Chrome · 海外
  7. 头像
    432324
    新人

    访客

    Σ(っ °Д °;)っ

    · Win 10+ · Chrome · 海外
博客主页 哀.net OωO
萌ICP备20238808号 数字生命计划 本站已运行 3 年 135 天 9 小时 20 分 Copyright © 2023 ~ 2026. 哀.net All rights reserved.
打赏图
打赏博主
欢迎
搜 索
足 迹
分 类
  • 默认分类
  • 语言分类
  • 其他分类