PyQt Images and qrc files

preview_player
Показать описание
In this video we will learn how to display images in our application as well and work with resource (.qrc) files.

Timestamps:
00:00 Intro
00:40 Folder structure
01:57 Create resource file
03:10 Using styleSheets
04:36 Using a background image
05:50 Using a Label as image
07:32 Images in buttons
09:27 Tooltips and cursors
10:13 Compiling .qrc files
11:43 Convert to executable

Relevant Links

Support me on:
Рекомендации по теме
Комментарии
Автор

I never knew you could just type CMD in the navigation dialog and it would resolve the path within CMD. That was a nonchalant way of learning something amazing. Thanks

michealkinney
Автор

ty man i really have a big laugh at 9:02 with that trick hahaha

wasa
Автор

hi man thanks for all but i've a question in
class
class PySide6Ui():
what you writing next?

from PySide6.QtWidgets import QApplication, QWidget
import subprocess
import xml.etree.ElementTree as xml
class
app QApplication([])
from_class, base_class =
win = base_class()
form = from_class()
form.setupUi(win)

win.show()
app.show()

euripedesfilho