How do I use HTTPS to load images?
-
I'm currently using the latest version of QT Creator and I'm unable to load any images using a URL.
Image { id: image width: 250 height: 150 source: "https://vignette1.wikia.nocookie.net/youtubepoop/images/f/f7/5Pikachu.png/revision/latest?cb=20141108062013" fillMode: Image.PreserveAspectFit } -
I'm currently using the latest version of QT Creator and I'm unable to load any images using a URL.
Image { id: image width: 250 height: 150 source: "https://vignette1.wikia.nocookie.net/youtubepoop/images/f/f7/5Pikachu.png/revision/latest?cb=20141108062013" fillMode: Image.PreserveAspectFit }@TheWhaler
your application must be able to find the OpenSSL libs.
What Qt version and platform?But anyway this has been handled multiple times here in the forum.
-
Hi,
The Qt Creator version has no role with regards to the version of Qt you are using.
Since you say you are using Python:
- which version of PySide or PyQt ?
- how did you installed it ?
- which OS are you using ?
- as @raven-worx already asked, do you have OpenSSL installed ?
-
What did you do ?