Re: [Qgis-developer] How to modify QGIS UI at start?

2013-05-03 Thread db-esm
:52 PM, db-esm lt; david@ gt; wrote: This is from a .bat file: start Quantum GIS /B %OSGEO4W_ROOT%\apps\qgis\bin\qgis.exe --configpath %cd%\QUANTU~1\Esm.ini I notice in the example you mentioned that you are not using a file name with --configpath, you're using only a path

Re: [Qgis-developer] How to modify QGIS UI at start?

2013-05-02 Thread db-esm
option and it will change the UI on load QGIS can also take a --code yourpythonfile.py that will run after the project is loaded. - Nathan On Thu, May 2, 2013 at 5:22 PM, Marco Bernasocchi lt; marco@ gt;wrote: On 05/01/2013 08:19 PM, db-esm wrote: Yes, but we need to have

[Qgis-developer] How to modify QGIS UI at start?

2013-05-01 Thread db-esm
We need to be able to show/hide some toolbars when QGIS starts up. I've found some helpful Python code to do this, but where can I put it? Is there a .py script somewhere that always runs (or has a function that is always called) after UI initialization where customization code can be added?

Re: [Qgis-developer] How to modify QGIS UI at start?

2013-05-01 Thread db-esm
Yes, but we need to have this happen automatically without users having to do it manually. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-modify-QGIS-UI-at-start-tp5050659p5050686.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.