xcaeag / MenuFromProject-Qgis-Plugin

Build layers shortcuts menus based on QGis projects
8 stars 8 forks source link

Help not showing Extensions -> Layers menu from projects -> Help #53

Closed nicogodet closed 2 years ago

nicogodet commented 2 years ago

QGIS 3.24.0 & 3.22.4 Win10

Plugin version 2.0.2

xcaeag commented 2 years ago

a problem it seems in the 'utils' module of QGis. The showPluginHelp function mixes '/' and '\', and the Qt Url produced is invalid, under windows.

xcaeag commented 2 years ago

corrected in version 2.0.3 of the plugin, while waiting for a QGis API patch.

nicogodet commented 2 years ago

It seems that it does not fix the issue properly...

Using QUrl.fromLocalFile works fine.