Ejemplo n.º 1
0
    def _create_panel ( self, ui, parent ):
        """ Creates a GUI toolkit neutral panel-based user interface using
            information from the specified UI object.
        """
        from ui_panel import ui_panel

        ui_panel( ui, parent )
Ejemplo n.º 2
0
 def ui_panel(self, ui, parent):
     """ Creates a PyQt panel-based user interface using information
         from the specified UI object.
     """
     import ui_panel
     ui_panel.ui_panel(ui, parent)