Qt 6.11 is out! See what's new in the release
blog
empty QWidget window in QGraphicsScene
General and Desktop
1
Posts
1
Posters
368
Views
1
Watching
-
Hi all,
I have written an application that draws directly to the window of a widget using the widget's HWND.
It works fine, but I need to set the widget inside a QGraphicsScene.
When I do that (using addWidget() ) the widget appears empty inside the QGraphicsScene.
Is there some solution to that?
Thank you!