Hello all, <div><br></div><div>I&#39;m creating a qgis python plugin.  One of the functions of the plugin is to customize the qgis interface by turning off a few toolbars.  For most toolbars, this isn&#39;t a problem, but for some reason I can&#39;t find a way to shut off the &quot;Label&quot; toolbar.  For most toolbars, the following statements are working...</div>
<div><br></div><div>self.iface.digitizeToolBar().setVisible(False)  </div><div><br></div><div>But I can&#39;t find a labelToolBar() object that I can do this operation with.  Does anyone have any guidance on why this is different?  I&#39;m not noticing any plugins that might be influencing this...  Thanks!</div>
<div><br></div><div>Aaron</div>