Master PyQt5 part 7: Using images and icons

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024

Комментарии • 4

  • @manonthedollar
    @manonthedollar 3 года назад +3

    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.

  • @QuirinF
    @QuirinF 2 года назад

    I just LOVE your introductions!

  • @ymk24
    @ymk24 3 года назад

    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 = qtg.QIcon(qtg.QPixmap('~/PyQtImages/copy.svg')) and it should be fine then.

  • @AlanRiosoff
    @AlanRiosoff 4 года назад

    How can I put text on a video using pyqt5?