Qt 6.11 is out! See what's new in the release
blog
Disabling Qt virtual keyboard desktop
-
According to the Deployment Guide: "This happens by adding the CONFIG+=disable-desktop to the qmake command line." so what exactly does that mean?
How can I keep Qt from showing the desktop keyboard when I have a
TextInput{}without an accompanying InputPanel? I tried adding CONFIG+=disable-desktop to my .pro but that doesn't do anything.In all actuality I am just looking for a way to keep the desktop keyboard from ever displaying in my application. I don't ever want the virtual keyboard to pop-up in a window outside of the application.