def createBox(self, widgetParent, container, title, text):
     widget = BoxDecayView.createBox(self, widgetParent, container, title,
                                     text)
     widget.setToolTip(
         "Double click to display this module with its dependencies")
     return widget
Example #2
0
 def createBox(self, widgetParent, container, title, text):
     widget = BoxDecayView.createBox(self, widgetParent, container, title,
                                     text)
     if isinstance(widget, WidgetContainer):
         widget.setNotCollapsable()
     return widget
Example #3
0
 def createBox(self, widgetParent, container, title, text):
     widget = BoxDecayView.createBox(self, widgetParent, container, title, text)
     widget.setToolTip("Double click to display this module with its dependencies")
     return widget
Example #4
0
 def createBox(self, widgetParent, container, title, text):
     widget = BoxDecayView.createBox(self, widgetParent, container, title, text)
     if isinstance(widget, WidgetContainer):
         widget.setNotCollapsable()
     return widget