GeoNode / QGISGeoNodePlugin

A QGIS plugin that provides integration with GeoNode
https://geonode.org/QGISGeoNodePlugin/
GNU General Public License v3.0
11 stars 10 forks source link

Improve widget focus behavior on main search dialog #238

Closed ricardogsilva closed 2 years ago

ricardogsilva commented 2 years ago

This PR improves the automatic focus of the main Search button in the QGIS data source manager dialogue.

Additionally, it also sets the focus on the title line edit right after a search has ended. It would also be nice to make this widget gain focus automatically when the dialog is opened (or the plugin tab is selected by the user) but that does not seem to be possible, as there does not seem to be a way to let the plugin run code after the dialogue is shown

fixes #230