Friday, 8 January 2016

How to customize the QGIS GUI using Python?


Is it possible to hide/remove/customize the default UI of QGIS from a Python plugin?


I want to add my own menus and toolbars and remove some included by default in QGIS.


If it's possible, which reference should I use?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...