def openSettings(self):
     dlg = ConfigDialog()
     dlg.exec_()
Beispiel #2
0
 def openSettings(self):
     dlg = ConfigDialog()
     dlg.exec_()
     navigatorInstance.updateNavigator()
 def openSettings(self):
     dlg = ConfigDialog()
     dlg.exec_()
     navigatorInstance.updateNavigator()