Re: [QGIS-Developer] How to deal with QGIS plugins which install additional packages

2024-10-23 Thread Info O.GIS via QGIS-Developer
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?

Re: [QGIS-Developer] symbolLayerCount() on many layers crashes QGIS 3.38..

2024-10-15 Thread Info O.GIS via QGIS-Developer
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"

Re: [QGIS-Developer] Transition from QtWebKit to QtWebEngine in qgis2web (QGIS plugin)

2024-07-30 Thread Info O.GIS via QGIS-Developer
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