V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
rj2
V2EX  ›  Python

请教 pyqt5 获取 exe 中的图标

  •  
  •   rj2 · 2019-07-04 10:19:44 +08:00 · 1718 次点击
    这是一个创建于 1729 天前的主题,其中的信息可能已经有所发展或是发生改变。
    网上找到 pyqt4 的获取 exe 图标的方式是:得到 Bitmap 后通过 QtGui 里的 fromWinHBITMAP 方法将 bitmap 转换成透明背景的 QPixmap。但是 pyqt5 这样获取不了。是不是调用函数不对,求教。
    1 条回复    2019-07-04 12:20:47 +08:00
    SamsonWang
        1
    SamsonWang  
       2019-07-04 12:20:47 +08:00
    fromWinHBITMAP 在 Qt5 换名字了,这个函数还是有的,放在 WinExtras 里了。
    ----------------------------------
    https://doc.qt.io/qt-5/qtwinextras-iconextractor-main-cpp.html
    官方文档里有例子,不过是 C++写的,可以参考下。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3330 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 13:29 · PVG 21:29 · LAX 06:29 · JFK 09:29
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.