heremaps / xyz-qgis-plugin

Plugin for QGIS to connect to the HERE Platform IML
https://plugins.qgis.org/plugins/XYZHubConnector/
MIT License
27 stars 10 forks source link

bug: when main connect dialog is opened for a while, clicking buttons doing nothing #11

Closed minff closed 5 years ago

minff commented 5 years ago

The network requests (count) might happen before the UI is rendered, which caused UI to hang

The controllers corresponding to the button might be deleted by Qt after a while.

minff commented 5 years ago

fixed by persisting QNetworkReply

resolved in version 1.6.0