コード例 #1
0
 def show_connections(self, checked):
     """."""
     _ = checked
     conn = ConnectionInspector(self)
     conn.show()
コード例 #2
0
ファイル: id_control.py プロジェクト: lnls-sirius/hla
 def show_connections(self, checked):
     """Show connections."""
     _ = checked
     c = ConnectionInspector(self)
     c.show()
コード例 #3
0
 def show_inspector():
     c = ConnectionInspector(parent=parent)
     c.show()
コード例 #4
0
 def _show_connections(self, checked):
     """Show connections action."""
     _ = checked
     conn = ConnectionInspector(self)
     conn.show()