Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello! can I put a web carrousel html code inside the QLabel text to show the carrousel in my program ?
Thanks..
Hi,
AFAIK, no. QLabel is not a full web browser with support for html5. If you need a carousel, either implement the image change yourself, use QML or if you really need html, use QtWebEngine.