예제 #1
0
    def __init__(self, alg):
        AlgorithmDialogBase.__init__(self, alg)

        self.alg = alg

        self.mainWidget = FieldsMapperParametersPanel(self, alg)
        self.setMainWidget()
예제 #2
0
    def __init__(self, alg):
        AlgorithmDialogBase.__init__(self, alg)

        self.alg = alg

        self.mainWidget = FieldsMapperParametersPanel(self, alg)
        self.setMainWidget()
 def __init__(self, alg):
     AlgorithmDialogBase.__init__(self,alg)
     self.customParam = CustomParam().getCustomParam()
     self.mainWidget = CustomParametersPanel(self, alg)
     self.setMainWidget()