I am working with PySide on the Raspberry PI + PiTFT, making a kiosk style (ie, fullscreen) style app.
I'm restricted to 320x240 pixels - and having a very hard time forcing message boxes to a specifc size.
Ultimately, I am wanting to make a fullscreen, on-top message box / dialog.
I've considered using the code: How to allow resizing of QMessageBox in PyQt4 But this hooks on every event, and paints artefacts on the screen.
What is the best / better way to creating on-top, full screen messageboxes ?