예제 #1
0
 def default_traits_view(self):
     view = View(
         resizable=False,
         buttons=ModalButtons,
         title="PyBERT IBIS Component Viewer",
         id="pyibisami.ibis_parser.Component",
     )
     view.set_content(self._content)
     return view
예제 #2
0
파일: ami_parse.py 프로젝트: jdpatt/PyAMI
 def default_traits_view(self):
     view = View(
         resizable=False,
         buttons=ModalButtons,
         title="PyBERT AMI Parameter Configurator",
         id="pybert.pybert_ami.param_config",
     )
     view.set_content(self._content)
     return view