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..
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to