qt: fix compositor_dcomp window is never shown regression
It appears that QQuickWindow::sceneGraphInitialized()
signal is emitted only after the window is shown, and not necessarily after QQuickWindow::create()
is called. I will investigate more if it is possible to infer the graphics API before the window is shown.