Qt 6.11 is out! See what's new in the release
blog
Wayland compositor not setting focus for TextInputManager
-
Qt version 5.15.1
How can I get client application window activated (focused?) in
WaylandCompositorprogrammatically?I tried to do
WaylandQuickItem { ... focus: true }and
WaylandQuickItem { ... onSurfaceChanged: { if (surface) { takeFocus(); } }but surface still requires additional click/touch to activate
InputPanel.When clicking surface once I get the
activeflag change totruein my application. Also this is not happening withfocus: true.