Hello all, <div><br></div><div>I'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't a problem, but for some reason I can't find a way to shut off the "Label" 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't find a labelToolBar() object that I can do this operation with. Does anyone have any guidance on why this is different? I'm not noticing any plugins that might be influencing this... Thanks!</div>
<div><br></div><div>Aaron</div>