Exemplo n.º 1
0
 def show_mobility_config(self) -> None:
     dialog = MobilityConfigDialog(self.app, self.core_node)
     if not dialog.has_error:
         dialog.show()
Exemplo n.º 2
0
Arquivo: node.py Projeto: tinchoa/core
 def show_mobility_config(self):
     self.canvas.context = None
     dialog = MobilityConfigDialog(self.app, self.app, self)
     dialog.show()
Exemplo n.º 3
0
Arquivo: node.py Projeto: lyma/core
 def show_mobility_config(self):
     self.canvas.context = None
     dialog = MobilityConfigDialog(self.app, self.app, self)
     if not dialog.has_error:
         dialog.show()
Exemplo n.º 4
0
Arquivo: node.py Projeto: lsh23/core
 def show_mobility_config(self):
     dialog = MobilityConfigDialog(self.app, self)
     if not dialog.has_error:
         dialog.show()