planetlabs / qgis-planet-plugin

Browse, filter, preview and download Planet Inc imagery in QGIS.
https://developers.planet.com/docs/integrations/qgis/
GNU General Public License v2.0
45 stars 10 forks source link

Update on Qt imports #81

Closed Samweli closed 1 year ago

Samweli commented 1 year ago

Changes on all Qt related imports, the plugin should use the QGIS Qt API instead of the standalone library, this helps to avoid Qt classes imports errors and it is the recommended practice by QGIS development guidelines.