Ejemplo n.º 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)
Ejemplo n.º 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)
Ejemplo n.º 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)