예제 #1
0
파일: main.py 프로젝트: liuzhaoguo/FreeROI
 def _cluster(self):
     new_dialog = ClusterDialog(self.model)
     new_dialog.exec_()
예제 #2
0
파일: main.py 프로젝트: zetyang/FreeROI
 def _cluster(self):
     new_dialog = ClusterDialog(self.model, self)
     new_dialog.exec_()