[Qgis-user] open window internet in qgis

Jose Mercedes Venegas Acevedo jvenegasperu at gmail.com
Wed Oct 23 10:28:24 PDT 2019


 Hello everyone in the QGIS manual until 2.18 you could create an action
that directly opens a page in qgis with this code
from PyQt4.QtCore import QUrl; from PyQt4.QtWebKit import QWebView; myWV =
QWebView (None); myWV.load (QUrl ('http://wikipedia.org/wiki/ [%
"name"%]')); myWV.show ()

I took that from this manual

https://docs.qgis.org/2.8/es/docs/training_manual/create_vector_data/actions.html
does anyone know how to write this code within the actions of qgis but for
version 3 I currently use qgis 3.8
Thank you

-- 
José Mercedes Venegas Acevedo
cel Mov RPC 964185205
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20191023/bb641a75/attachment.html>


More information about the Qgis-user mailing list