Exemple #1
0
 def run(self, msgMapTool=False, msg=None):
     Form = QadDSETTINGSDialog(self.plugIn)
     Form.exec_()
     return True
Exemple #2
0
 def run(self, msgMapTool = False, msg = None):    
    Form = QadDSETTINGSDialog(self.plugIn)
    Form.exec_()
    return True
Exemple #3
0
 def showDSettingsByPopUpMenu(self):
    d = QadDSETTINGSDialog(self.plugIn)
    d.exec_()
    self.refreshSnapType()