QImage.fromHICON missing
Kovid Goyal
kovid at kovidgoyal.net
Tue Nov 29 16:12:21 GMT 2022
Hi Phil,
QImage::fromHICON seems to not be wrapped.
python -c "from PyQt6.QtGui import QImage; QImage.fromHICON"
AttributeError: type object 'QImage' has no attribute 'fromHICON'
This is using a custom compiled Qt6 and PyQt6. Is there something
special I need to have this static function available? It's part of the
QImage non-deprecated API
https://doc.qt.io/qt-6/qimage.html#fromHICON
--
_____________________________________
Dr. Kovid Goyal
https://www.kovidgoyal.net
https://calibre-ebook.com
_____________________________________
More information about the PyQt
mailing list