Qt 6.11 is out! See what's new in the release
blog
Display a QImage without a Qlabel
-
How can I display a QImage and manipulate it (movewithout displaying it on top a QLabel?
Do I always need a holder? -
Hi
well you need a widget and override paintEvent
to display yourself
Hence using QLabel is easy.this sample might be interresting
http://doc.qt.io/qt-5/qtwidgets-widgets-scribble-example.html