hello everyone,<br>I am getting problem in hiding the toolbars of the qgis.<br>code I am writting is not giving the error also..<br><br>firstly I have used<br>**********************************<br>fileTB = self.iface.fileToolBar()<br>
fileTB.setVisible(False)<br>************************************<br><br>then i tried to remove<br>**********************************************************<br>fileTB = self.iface.fileToolBar()<br>i = self.iface.mainWindow().removeToolBar(fileTB)<br>
**********************************************************<br>but not got any output..<br>