I wrote a simple Scrabble game with a simple Bot and Human part that can interact using console-based I / O. Although Qt already has an overview of the current situation in the game: a simple custom QWidgetone that simply draws everything. No interaction or anything else has been invented.
My current, pretty good job, solution is http://reaktor42.de/~b52/shots/2011-06-16-201249_1920x1200_scrot.png
My problem is that I would like to remove console-based interaction and switch to a new approach based on Drag'n'Drop, but I am not familiar with the development of PyQt and the GUI in general.
So my question is, what would be a good way? Creating custom layouts for the board and rack and a custom Letter widget that you can drag and drop?
Thanks in advance Oli
user816328
source
share