Ejemplo n.º 1
0
    def __init__(self):
        QStackedWidget.__init__(self)
        #QMainWindow.__init__(self)

        self.setWindowTitle('PyMine')
        self.level_selection_controller = LevelSelectionController(self)
        self.level_selection_controller.run()
            
        self.show()
        self.resize(640, 480)