Update on this: The flatpak QGIS 3.36.3 with Qt 5.15.10 has no issues. I'll
go with this.
Thank you very much for the support.
Il giorno lun 27 mag 2024 alle ore 20:23 Nyall Dawson <
nyall.daw...@gmail.com> ha scritto:
>
>
> On Mon, 27 May 2024, 11:02 pm Enrico Ferreguti,
> wrote:
>
>> Hi Nyall
On Mon, 27 May 2024, 11:02 pm Enrico Ferreguti, wrote:
> Hi Nyall
> the installed qt webengine is the following:
>
> $ apt list --installed | grep webengine
> libqt5webengine-data/jammy,jammy,now 5.15.9+dfsg-1 all [installato,
> automatico]
> libqt5webengine5/jammy,now 5.15.9+dfsg-1 amd64 [instal
Hi Nyall
the installed qt webengine is the following:
$ apt list --installed | grep webengine
libqt5webengine-data/jammy,jammy,now 5.15.9+dfsg-1 all [installato,
automatico]
libqt5webengine5/jammy,now 5.15.9+dfsg-1 amd64 [installato]
libqt5webenginecore5/jammy,now 5.15.9+dfsg-1 amd64 [installato,
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
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
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