Example #1
0
File: node.py Project: lyma/core
 def show_wlan_config(self):
     self.canvas.context = None
     dialog = WlanConfigDialog(self.app, self.app, self)
     if not dialog.has_error:
         dialog.show()
Example #2
0
 def show_wlan_config(self) -> None:
     dialog = WlanConfigDialog(self.app, self)
     if not dialog.has_error:
         dialog.show()
Example #3
0
File: node.py Project: tinchoa/core
 def show_wlan_config(self):
     self.canvas.context = None
     dialog = WlanConfigDialog(self.app, self.app, self)
     dialog.show()