def run(self, msgMapTool = False, msg = None): if self.plugIn.canvas.mapSettings().destinationCrs().geographicFlag(): self.showMsg(QadMsg.translate("QAD", "\nThe coordinate reference system of the project must be a projected coordinate system.\n")) return True # fine comando Form = QadDIMSTYLEDialog(self.plugIn) Form.exec_() return True
def run(self, msgMapTool = False, msg = None): Form = QadDIMSTYLEDialog(self.plugIn) Form.exec_() return True