Load internet image into QWidget...
Unsolved
General and Desktop
-
-
@1XU7 said in Load internet image into QWidget...:
I'm using QFrame to store image via stylesheet.
Why? Just use QLabel, you can set it to display image instead of text with this property: https://doc.qt.io/qt-6/qlabel.html#pixmap-prop
Image can come from the network, sure, you'll just need to download it.