I started porting KWordQiuz to QML (Draft: Port KWordQuiz to QML (!24) · Merge requests · Education / KWordQuiz · GitLab). It’s still WIP since a few missing features need to be implemented, but this is nearly finished.
Here is some screenshots of the result:
In terms of code, most code was rewritten. The only remaining parts are the core model for displaying the words, which was ported from a table model to a simple list model, and the code for printing the words in a sheet (this code would also appreciate some modernization).
It’s a ‘small’ patch, so review welcome