Re: [QGIS-Developer] Get current QDockWidget in specific location

2024-06-13 Thread Germán Carrillo via QGIS-Developer
BTW, note that you can omit the 3rd parameter in addTabifiedDockWidget() and your dock widget will be tabified in that location, no matter which dock widget is already placed there. iface.addTabifiedDockWidget(Qt.RightDockWidgetArea, my_own_dock_widget) On the other hand, if you really need to g

Re: [QGIS-Developer] Get current QDockWidget in specific location

2024-06-13 Thread Germán Carrillo via QGIS-Developer
Hi Luke, you can get a list of all QDockWidget objects in this way: iface.mainWindow().findChildren(QDockWidget) >From there you could get objectNames, whether the dock widget is visible or not, its allowed areas and window title, among other properties. The objectName is relevant, because you

Re: [QGIS-Developer] Is it allowed to sell data in a QGIS plugin?

2024-06-13 Thread Greg Troxel via QGIS-Developer
Info OpenGIS writes: > I agree that the descriptions must highlight that the plugin is used to > purchase geodata and I would be happy if there > was some sort of "in app purchases" label but let's not make the plugin > repository become a new playstore or applestore. > At least I would manage

Re: [QGIS-Developer] Is it allowed to sell data in a QGIS plugin?

2024-06-13 Thread Info OpenGIS via QGIS-Developer
I agree that the descriptions must highlight that the plugin is used to purchase geodata and I would be happy if there was some sort of "in app purchases" label but let's not make the plugin repository become a new playstore or applestore.  At least I would manage the issue of user privacy external