On Thu, Aug 18, 2011 at 3:33 PM, Marco Bernasocchi <[email protected]> wrote: >> Btw. the customization is meant for "hard" simplification of GUI, that >> is someone prepares a customized version of QGIS where some >> functionality is disabled. What you probably want to do is to show >> just few important toolbars by default and hide the advanced ones. > Where/how is this done?
During QGIS initialization the customization routines simply remove some menus, toolbars, actions in menus/toolbars, dock widgets and status bar widgets from the main window GUI. Note that they are not deleted completely, only removed from the main window. For details please have a look at QgsCustomization::updateMainWindow() in src/app/qgscustomization.cpp. Martin _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
