PyQt application architecture
- by L. De Leo
I'm trying to give a sound structure to a PyQt application that implements a card game. So far I have the following classes:
Ui_Game: this describes the ui of course and is responsible of
reacting to the events emitted by my CardWidget instances
MainController: this is responsible for managing the whole
application: setup and all the subsequent…