This is a rewrite of the initial split of PyProxyQml.py and State.py into a proxy shell and subproxies interacting with QML directly.
The logic part is also split correspondingly, with one logic per subproxy and the overall logic controller handling the communication between proxies and logics.
This is working but might have niggles and wobbles here and there.
This is a rewrite of the initial split of PyProxyQml.py and State.py into a proxy shell and subproxies interacting with QML directly. The logic part is also split correspondingly, with one logic per subproxy and the overall logic controller handling the communication between proxies and logics.
This is working but might have niggles and wobbles here and there.
Addresses #95