I also did a similar thing in qgis2web plugin.
I explained to the user that he can install qtwebengine to get the latest
features and to do so he will have to click on a button that indicates that an
installation will start.
Here is the screen:
image.png
Could it be okay?
I attached a debugger to QGIS and I get this error on crash, any ideas on
how to proceed?
Exception thrown at 0x7FFFD0E9BD63 (Qt5Core.dll) in qgis-bin.exe:
0xC005: Access violation reading location 0x0024.
Andrea Ordonselli
O.GIS - opengis.it
Da "Info O.GIS"
Good morning developers,
I managed to get qtwebengine working in qgis2web.
For some reason qtwebkit didn't need to set a window width while qtwebengine
did, so with this code I solved it
self.preview.setMinimumWidth(650)
Request:
What is the correct way to have users install