class MyMatchConfigDialog( QWidget ): """docstring for MyMatchConfigDialog""" def __init__( self ): super(MyMatchConfigDialog, self).__init__() self.window = Ui_MatchConfigDialog() self.window.setupUi( self ) self.setWindowTitle( "Match configs" )
def __init__( self ): super(MyMatchConfigDialog, self).__init__() self.window = Ui_MatchConfigDialog() self.window.setupUi( self ) self.setWindowTitle( "Match configs" )