[Qgis-developer] problem in hiding toolbar in qgis version 1.7

Ankur Sinha vicky.pydeveloper at gmail.com
Mon Sep 12 02:48:40 EDT 2011


hello everyone,
I am getting problem in hiding the toolbars of the qgis.
code I am writting is not giving the error also..

firstly I have used
**********************************
fileTB = self.iface.fileToolBar()
fileTB.setVisible(False)
************************************

then i tried to remove
**********************************************************
fileTB = self.iface.fileToolBar()
i = self.iface.mainWindow().removeToolBar(fileTB)
**********************************************************
but not got any output..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/qgis-developer/attachments/20110912/c8c9cf7a/attachment.html


More information about the Qgis-developer mailing list