Example #1
0
 def show_connections(self, checked):
     """."""
     _ = checked
     conn = ConnectionInspector(self)
     conn.show()
Example #2
0
 def show_connections(self, checked):
     """Show connections."""
     _ = checked
     c = ConnectionInspector(self)
     c.show()
Example #3
0
 def show_inspector():
     c = ConnectionInspector(parent=parent)
     c.show()
Example #4
0
 def _show_connections(self, checked):
     """Show connections action."""
     _ = checked
     conn = ConnectionInspector(self)
     conn.show()