Example #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
Example #2
0
 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