示例#1
0
    def config_to_view(self):
        # first get our parent mixin to do its thing
        ScriptedConfigModuleMixin.config_to_view(self)

        # the vector choice is the second configTuple
        choice = self._getWidget(5)
        self.iac_config_to_view(choice)
示例#2
0
    def config_to_view(self):
        # first get our parent mixin to do its thing
        ScriptedConfigModuleMixin.config_to_view(self)

        choice = self._getWidget(0)
        self.iac_config_to_view(choice)
示例#3
0
    def config_to_view(self):
        # first get our parent mixin to do its thing
        ScriptedConfigModuleMixin.config_to_view(self)

        choice = self._getWidget(0)
        self.iac_config_to_view(choice)