推荐学习书目
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 · Jul 4, 2019 · 2600 views
    This topic created in 2534 days ago, the information mentioned may be changed or developed.
    网上找到 pyqt4 的获取 exe 图标的方式是:得到 Bitmap 后通过 QtGui 里的 fromWinHBITMAP 方法将 bitmap 转换成透明背景的 QPixmap。但是 pyqt5 这样获取不了。是不是调用函数不对,求教。
    1 replies    2019-07-04 12:20:47 +08:00
    SamsonWang
        1
    SamsonWang  
       Jul 4, 2019
    fromWinHBITMAP 在 Qt5 换名字了,这个函数还是有的,放在 WinExtras 里了。
    ----------------------------------
    https://doc.qt.io/qt-5/qtwinextras-iconextractor-main-cpp.html
    官方文档里有例子,不过是 C++写的,可以参考下。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1008 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 22:21 · PVG 06:21 · LAX 15:21 · JFK 18:21
    ♥ Do have faith in what you're doing.