<?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[ios and QTableWidget shows keyboard]]></title><description><![CDATA[<p dir="auto">Qt 6.11.1, osx 15.7.7, xcode 26.3, ios 26.3 (simulator and physical).</p>
<p dir="auto">Clicking on a QTableWidget on IOS shows the keyboard.<br />
The same code on Linux, OSX, Android does NOT show keyboard.</p>
<p dir="auto">Before you say "QTableWidget is not designed for mobile" it does works great on Android for showing tabular data and its easy to scroll in with finger. In ios it works equally well except for that it forces the keyboard to open.</p>
<p dir="auto">I set:<br />
setMouseTracking(true);<br />
setTabletTracking(true);<br />
setTabKeyNavigation(false);<br />
setSelectionBehavior(QAbstractItemView::SelectRows);<br />
setSelectionMode(QAbstractItemView::SingleSelection);<br />
setEditTriggers(QAbstractItemView::NoEditTriggers);</p>
<p dir="auto">Is this a bug or are there any more settings/workaround I need?</p>
<p dir="auto">/Martin</p>
]]></description><link>https://forum.qt.io/topic/164740/ios-and-qtablewidget-shows-keyboard</link><generator>RSS for Node</generator><lastBuildDate>Sat, 27 Jun 2026 00:54:10 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164740.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Jun 2026 11:12:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ios and QTableWidget shows keyboard on Wed, 03 Jun 2026 09:07:13 GMT]]></title><description><![CDATA[<p dir="auto">Reported: QTBUG-147229</p>
<p dir="auto">A sort of workaround is to take away autoDefault for all pushbuttons on the form. Then the ready button on the ios keyboard works like show/hide since there are no default button for the form. Though the keyboard still shows up when the QTableWidget gets active.</p>
]]></description><link>https://forum.qt.io/post/838536</link><guid isPermaLink="true">https://forum.qt.io/post/838536</guid><dc:creator><![CDATA[MartinGU]]></dc:creator><pubDate>Wed, 03 Jun 2026 09:07:13 GMT</pubDate></item><item><title><![CDATA[Reply to ios and QTableWidget shows keyboard on Tue, 02 Jun 2026 18:45:02 GMT]]></title><description><![CDATA[<p dir="auto">Given the edit triggers, I'd consider this a bug, possibly in the iOS QPA plugin's handling of micro-focus changes or input-method hints. Report welcome: <a href="https://wiki.qt.io/Reporting_Bugs" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.qt.io/Reporting_Bugs</a></p>
]]></description><link>https://forum.qt.io/post/838530</link><guid isPermaLink="true">https://forum.qt.io/post/838530</guid><dc:creator><![CDATA[Volker Hilsheimer]]></dc:creator><pubDate>Tue, 02 Jun 2026 18:45:02 GMT</pubDate></item></channel></rss>