示例#1
0
文件: main.py 项目: xtao/FreeROI
    def _intersect(self):
        """
        Make a intersection between two layers.

        """
        new_dialog = IntersectDialog(self.model)
        new_dialog.exec_()
示例#2
0
 def _intersect(self):
     intersect_dialog = IntersectDialog(self.model)
     intersect_dialog.exec_()
示例#3
0
文件: main.py 项目: zetyang/FreeROI
 def _intersect(self):
     intersect_dialog = IntersectDialog(self.model)
     intersect_dialog.exec_()