Exemple #1
0
    def _create_subpanel ( self, ui, parent ):
        """ Creates a GUI toolkit neutral subpanel-based user interface using
            information from the specified UI object.
        """
        from ui_panel import ui_subpanel

        ui_subpanel( ui, parent )
Exemple #2
0
 def ui_subpanel(self, ui, parent):
     """ Creates a PyQt subpanel-based user interface using information
         from the specified UI object.
     """
     import ui_panel
     ui_panel.ui_subpanel(ui, parent)