lhl / pyssb

Create PyQT WebKit-based SSBs (site specific browsers)
MIT License
11 stars 4 forks source link

App Icon #1

Closed lhl closed 8 years ago

lhl commented 9 years ago

QIcon http://zetcode.com/gui/pyqt4/firstprograms/ http://stackoverflow.com/questions/12432637/pyqt4-set-windows-taskbar-icon http://stackoverflow.com/questions/9738062/how-to-set-qicon-from-an-url-in-qt

QPixmap http://www.qtcentre.org/threads/20548-How-to-convert-QIcon-to-BASE64-or-save-it-to-file https://ineed.coffee/144/convert-a-qicon-or-just-a-qimage-to-base64-and-qstring/ http://karanbalkar.com/2014/02/base64-encoding-and-decoding-using-qt-5-framework/ http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/ http://www.qtcentre.org/threads/1483-Qt4-How-to-load-Url-image-into-QImage

lhl commented 8 years ago

Basic favicon.ico support added

lhl commented 8 years ago

Used loading technique found here: http://stackoverflow.com/questions/1300908/load-blob-image-data-into-qpixmap