예제 #1
0
파일: glyphs.py 프로젝트: nagyistoce/devide
    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)