Exemplo n.º 1
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
Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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