Commit 08c4a88a authored by Laszlo Agocs's avatar Laszlo Agocs Committed by The Qt Project
Browse files

Avoid extra platformwindows with QQuickWidget


QQuickWidget is nice but does not work on platforms like eglfs
because it always creates a (hidden) platform window for the
QQuickWindow.

This is now fixed by avoiding calling create() on the window and
using the toplevel window of the QQuickWidget instead.

Change-Id: Ia552f7a16d8b913fb798fde04b9304c6d037a46c
Reviewed-by: default avatarPaul Olav Tvete <paul.tvete@digia.com>
parent fd5c629f
Showing with 34 additions and 11 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment