Hello all, 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...
self.iface.digitizeToolBar().setVisible(False) 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! Aaron
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
