Causes recompilation of the whole shape of the GUI item.
(self)
| 242 | return self.session_gui.design.global_stylesheet |
| 243 | |
| 244 | def update_shape(self): |
| 245 | """Causes recompilation of the whole shape of the GUI item.""" |
| 246 | |
| 247 | self.update_shape_triggered.emit() |
| 248 | |
| 249 | def hide_unconnected_ports(self): |
| 250 | """Hides all ports that are not connected to anything.""" |
no outgoing calls
no test coverage detected