Beispiel #1
0
 def visibility_changed(self, enable):
     """DockWidget visibility has changed"""
     DockableWidget.visibility_changed(self, enable)
     self.toolbar.setVisible(enable)
Beispiel #2
0
 def visibility_changed(self, enable):
     """DockWidget visibility has changed"""
     DockableWidget.visibility_changed(self, enable)
     # For compatibility with the guiqwt.panels.PanelWidget interface:
     self.SIG_VISIBILITY_CHANGED.emit(self._isvisible)
Beispiel #3
0
 def visibility_changed(self, enable):
     """DockWidget visibility has changed"""
     DockableWidget.visibility_changed(self, enable)
     # For compatibility with the guiqwt.panels.PanelWidget interface:
     self.emit(SIG_VISIBILITY_CHANGED, self._isvisible)