Master PyQt5 part 7: Using images and icons

preview_player
Показать описание
Author Alan D Moore shows you how to add icons to your PyQt5 application.

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

Dear Mr. Moore: Your silky voice and calm demeanor have lulled me into a serene headspace, ready and happy to learn these new concepts as I work through your videos. I really want to thank both you and your beard for putting together such a great series here. I've always wanted to like PyQt, and now I feel like I actually do.

manonthedollar
Автор

17:05 when you launch the app from outside of it's current place, is seach assign 'copy.svg' as './copy.svg' instead of '~/PyQtImages/copy.svg' hence we can give the full path of svg files like copy_icon = and it should be fine then.

ymk
Автор

How can I put text on a video using pyqt5?

AlanRiosoff