Azad Rasul
SmartRS

Follow

SmartRS

Follow

23- Change a toolbar visibility

Azad Rasul's photo
Azad Rasul
·Jun 19, 2021·

1 min read

Play this article
iface.helpToolBar().setVisible(False)
# or
iface.helpToolBar().setVisible(True)

iface.vectorToolBar().setVisible(False)
# or 
iface.vectorToolBar().setVisible(True)
 
Share this