<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How do I remove or move the built-in virtual keyboard?]]></title><description><![CDATA[<p dir="auto">Hi!<br />
The built-in keyboard obscures the input elements. I can create another keyboard in the place I want. But how to move or remove the built-in keyboard?</p>
]]></description><link>https://forum.qt.io/topic/107646/how-do-i-remove-or-move-the-built-in-virtual-keyboard</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 16:48:17 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/107646.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Oct 2019 16:08:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How do I remove or move the built-in virtual keyboard? on Thu, 10 Oct 2019 19:18:30 GMT]]></title><description><![CDATA[<p dir="auto">In the test project, this code works fine, in another project, 2 keyboards are opened.</p>
<pre><code>    InputPanel {
        id: inputPanel
        z: 1
        //y: Qt.inputMethod.visible ? parent.height - inputPanel.height : parent.height
        anchors.left: parent.left
        anchors.right: parent.right
        anchors.top: parent.top
        visible: Qt.inputMethod.visible
    }
</code></pre>
]]></description><link>https://forum.qt.io/post/555522</link><guid isPermaLink="true">https://forum.qt.io/post/555522</guid><dc:creator><![CDATA[Mihaill]]></dc:creator><pubDate>Thu, 10 Oct 2019 19:18:30 GMT</pubDate></item><item><title><![CDATA[Reply to How do I remove or move the built-in virtual keyboard? on Thu, 10 Oct 2019 17:25:50 GMT]]></title><description><![CDATA[<p dir="auto">Almost, in the last topic I learned to create a new keyboard in a new place. Now I need to remove or move the old one.</p>
]]></description><link>https://forum.qt.io/post/555500</link><guid isPermaLink="true">https://forum.qt.io/post/555500</guid><dc:creator><![CDATA[Mihaill]]></dc:creator><pubDate>Thu, 10 Oct 2019 17:25:50 GMT</pubDate></item><item><title><![CDATA[Reply to How do I remove or move the built-in virtual keyboard? on Thu, 10 Oct 2019 17:16:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mihaill">@<bdi>Mihaill</bdi></a> is this post related to <a href="https://forum.qt.io/topic/107617/how-to-change-the-position-of-the-virtual-keyboard-on-the-screen">this one</a> also from you?</p>
]]></description><link>https://forum.qt.io/post/555499</link><guid isPermaLink="true">https://forum.qt.io/post/555499</guid><dc:creator><![CDATA[Pablo J. Rogina]]></dc:creator><pubDate>Thu, 10 Oct 2019 17:16:29 GMT</pubDate></item><item><title><![CDATA[Reply to How do I remove or move the built-in virtual keyboard? on Thu, 10 Oct 2019 17:11:38 GMT]]></title><description><![CDATA[<p dir="auto">It's not work</p>
]]></description><link>https://forum.qt.io/post/555497</link><guid isPermaLink="true">https://forum.qt.io/post/555497</guid><dc:creator><![CDATA[Mihaill]]></dc:creator><pubDate>Thu, 10 Oct 2019 17:11:38 GMT</pubDate></item><item><title><![CDATA[Reply to How do I remove or move the built-in virtual keyboard? on Thu, 10 Oct 2019 16:55:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mihaill">@<bdi>Mihaill</bdi></a> hi<br />
QT -= virtualkeyboard in the project file</p>
]]></description><link>https://forum.qt.io/post/555496</link><guid isPermaLink="true">https://forum.qt.io/post/555496</guid><dc:creator><![CDATA[ODБOï]]></dc:creator><pubDate>Thu, 10 Oct 2019 16:55:56 GMT</pubDate></item></channel></rss>