How to open webpage on Qdialog?
-
I need show a webpage on qdialog when pushbutton triggered. How can I do this? C++ Qt 5.15
-
@jsulm Should I use any MSVC compailer? When I add QT += webenginewidgets on .pro file. I can not compaile project..
@mangekoyu Yes, you have to use MS compiler because WebEngine uses Chromium which does not support MinGW. You also need to make sure WebEngine is installed (I'm not 100% sure, but I think you need to select it in the installer/maintenance tool).