On Fri, 4 Mar 2022 at 20:10, Marin M via QGIS-Developer
wrote:
>
>
> hi,
>
> I am very new and "green" when it comes to Qgis development.
>
> I know certain functionality can be developed with Python (for ex.) and then
> assigned to a plugin.
>
> But can i "take out"/copy an existing functionalit
On Sun, 6 Mar 2022 at 00:16, Schmetzer, Tobias via QGIS-Developer
wrote:
>
> Hello everyone,
>
>
> I would like to access QgisApp::instance() (src/app/qgisapp.cpp) from a
> provider like QgsOgrProvider::extent()
> (src/core/providers/ogr/qgsogrprovider.cpp.
You can't, by design.
CORE classes m
Hello,
I came across a strange behavior with qgis while using our corporate proxy.
We are using a proxy (http and https) that requires authentication to access
the Internet. I configured QGIS to use the proxy in the general network
settings and saved the authentication info (username/password)