Ещё немного про base64.
Собрал пример со встроенной в код картинкой. Это иконка для окна на PySide2. Файл кодирован в base64 и просто сохранён в переменной.
Для использования этих данных даже не пришлось сохранять их в новый файл. Иконка создаётся на лету с помощью метода QPixmap.loadFromData()
...
raw_data = base64.decodebytes(ico_encoded)
ico = QPixmap()
ico.loadFromData(raw_data, "PNG")
...
🌎 Полный пример смотрите в gists.
#libs#tricks#qt
Whenever NEA receives feedback on noise or smell nuisance, #NEAofficers such as Joey would investigate the root cause and try to resolve the issues for residents. Read on to find out more about his winning formula: https://www.facebook.com/NEASingapore/posts/324902236450865
#PeopleofNEA#NEA20
When #NEAOfficer Hamdan received a compliment from a resident for responding to his feedback on a Sunday, he was very surprised. Read on to find out why: https://www.facebook.com/NEASingapore/posts/344176487856773
#PeopleofNEA#NEA20
What is the skill that our #NEAofficer, Sarmad, learnt at 16 years old that became useful when he turned 60? Read on to find out more: https://www.facebook.com/NEASingapore/posts/334885492119206
#PeopleofNEA#NEA20