Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.8.2
-
-
76b51667a (dev)
Description
New feature in 6.8 allows opening dialogs in top level windows instead of as an item inside the scene. This is also now a default behavior when using for example FileDialog.
Unfortunately there is no way to set popupType for QtQuick.Dialogs, so it is always opening as a top level window. This makes it impossible to use embedded VirtualKeyboard because it is not in the same window.