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