Ejemplo n.º 1
0
    def _create_live ( self, ui, parent ):
        """ Creates a GUI toolkit neutral non-modal "live update" window user
            interface using information from the specified UI object.
        """
        from ui_live import ui_live

        ui_live( ui, parent )
Ejemplo n.º 2
0
 def ui_live(self, ui, parent):
     """ Creates a PyQt non-modal "live update" window user interface
         using information from the specified UI object.
     """
     import ui_live
     ui_live.ui_live(ui, parent)