Re: [QGIS-Developer] 3D Polygons in PYQGIS

2024-05-26 Thread Nyall Dawson via QGIS-Developer
On Fri, 24 May 2024 at 06:09, Jean Garcia via QGIS-Developer wrote: > > Good Afternoon, > > > > I am currently working on a project that generates a 3D image of a layer. Is > it still not possible to generate a 3D polygon through PYQGIS? What exactly are you trying to do? There's many ways this

Re: [QGIS-Developer] Qt WebEngine in QGIS 3.36

2024-05-26 Thread Nyall Dawson via QGIS-Developer
On Sun, 26 May 2024 at 18:42, Enrico Ferreguti via QGIS-Developer wrote: > > Dear QGIS developers, I would need your support to update my plugins. > > I read that Qt WebEngine, from QGIS > > 3.36.3-Maidenhead, QT 5.15.3, is available for plugins: > https://changelog.qgis.org/en/entry/2607 Which

Re: [QGIS-Developer] Qt WebEngine in QGIS 3.36

2024-05-26 Thread Enzo Cocca via QGIS-Developer
Sorry Like that from qgs.PyQt.QtWebEngineWidgets import QWebEngineView, QWebEnginePage from qgis.PyQt.QtCore import QCoreApplication, QObject from qgis.PyQt.QtWidgets import QAction from qgis.core import QgsApplication from qgis.gui import QgsMapCanvas Il dom 26 mag 2024, 11:17 Enzo Cocca ha s

Re: [QGIS-Developer] Qt WebEngine in QGIS 3.36

2024-05-26 Thread Enzo Cocca via QGIS-Developer
Hi Enrico, have you tried to import early the qwebengine before the other modules? Like that example: from PyQt5.QtWebEngineWidgets import QWebEngineView, QWebEnginePage from qgis.PyQt.QtCore import QCoreApplication, QObject from qgis.PyQt.QtWidgets import QAction from qgis.core import QgsApplica

[QGIS-Developer] Qt WebEngine in QGIS 3.36

2024-05-26 Thread Enrico Ferreguti via QGIS-Developer
Dear QGIS developers, I would need your support to update my plugins. I read that Qt WebEngine, from QGIS 3.36.3-Maidenhead, QT 5.15.3, is available for plugins: https://changelog.qgis.org/en/entry/2607 But on Ubuntu Jammy LTS 22.04 and a fresh QGIS 3.36.3-Maidenhead with QT 5.15.3, when I try t