Beispiel #1
0
 def run(self):
     """ Running the plugin
     """
     # show the dialog
     dialog = QChainageDialog(self.iface)
     # Run the dialog event loop
     result = dialog.exec_()
     # See if OK was pressed
     if result == 1:
         # do something useful (delete the line containing pass and
         # substitute with your code)
         pass