Tagged Questions
2
votes
1answer
345 views
PyQt application architecture
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 ...
7
votes
3answers
251 views
Architecture of interaction modes (“paint tools”) for a 3D paint program
We are developing a Qt-based application to navigate through and paint on a volume treated as a 3D pixel graphic. The layout of the app consists of three orthogonal slice views on which the user may ...