<?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[Qt Creator assumes that WA_AcceptTouchEvents is in the Qt::ApplicationAttribute.]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Before of creating a bug report I should to ask you - is it bug or not?</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/6793e40a-3eee-49da-a2ed-3f48575a3199.png" alt="e3b9faa4-3de2-4f26-9270-d9fb93057aec-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/topic/155020/qt-creator-assumes-that-wa_accepttouchevents-is-in-the-qt-applicationattribute</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 08:31:48 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/155020.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 02 Mar 2024 01:26:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt Creator assumes that WA_AcceptTouchEvents is in the Qt::ApplicationAttribute. on Sat, 02 Mar 2024 07:38:43 GMT]]></title><description><![CDATA[<p dir="auto">As I already told you on SO it's because you use an unneeded quaification. It's Qt::WA_AcceptToucEvents, not Qt::&lt;WHATEVER&gt;::WA_TouchEvents. So it's ignoring &lt;WHATEVER&gt; and shows you the hint which is wrong but only due to your wrong qualification before. Shit in - shit out.</p>
]]></description><link>https://forum.qt.io/post/791883</link><guid isPermaLink="true">https://forum.qt.io/post/791883</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Sat, 02 Mar 2024 07:38:43 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator assumes that WA_AcceptTouchEvents is in the Qt::ApplicationAttribute. on Sat, 02 Mar 2024 11:19:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/christian-ehrlicher">@<bdi>Christian-Ehrlicher</bdi></a> I understand now. Thank you very much!</p>
]]></description><link>https://forum.qt.io/post/791896</link><guid isPermaLink="true">https://forum.qt.io/post/791896</guid><dc:creator><![CDATA[8Observer8]]></dc:creator><pubDate>Sat, 02 Mar 2024 11:19:01 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator assumes that WA_AcceptTouchEvents is in the Qt::ApplicationAttribute. on Sat, 02 Mar 2024 07:38:43 GMT]]></title><description><![CDATA[<p dir="auto">As I already told you on SO it's because you use an unneeded quaification. It's Qt::WA_AcceptToucEvents, not Qt::&lt;WHATEVER&gt;::WA_TouchEvents. So it's ignoring &lt;WHATEVER&gt; and shows you the hint which is wrong but only due to your wrong qualification before. Shit in - shit out.</p>
]]></description><link>https://forum.qt.io/post/791883</link><guid isPermaLink="true">https://forum.qt.io/post/791883</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Sat, 02 Mar 2024 07:38:43 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Creator assumes that WA_AcceptTouchEvents is in the Qt::ApplicationAttribute. on Sat, 02 Mar 2024 01:44:20 GMT]]></title><description><![CDATA[<p dir="auto">If I call <code>print(dir(Qt.ApplicationAttribute))</code> in PyQt6 it doesn't show me <code>WA_AcceptTouchEvents</code>. Qt Creator should not show <code>WA_AcceptTouchEvents</code> if I type <code>Qt::ApplicationAttribute::</code></p>
<p dir="auto">What PyQt6 shows:</p>
<p dir="auto"><code>['AA_CompressHighFrequencyEvents', 'AA_CompressTabletEvents', 'AA_DisableNativeVirtualKeyboard', 'AA_DisableSessionManager', 'AA_DisableShaderDiskCache', 'AA_DontCheckOpenGLContextThreadAffinity', 'AA_DontCreateNativeWidgetSiblings', 'AA_DontShowIconsInMenus', 'AA_DontShowShortcutsInContextMenus', 'AA_DontUseNativeDialogs', 'AA_DontUseNativeMenuBar', 'AA_ForceRasterWidgets', 'AA_MacDontSwapCtrlAndMeta', 'AA_NativeWindows', 'AA_PluginApplication', 'AA_SetPalette', 'AA_ShareOpenGLContexts', 'AA_SynthesizeMouseForUnhandledTabletEvents', 'AA_SynthesizeMouseForUnhandledTouchEvents', 'AA_SynthesizeTouchForUnhandledMouseEvents', 'AA_Use96Dpi', 'AA_UseDesktopOpenGL', 'AA_UseOpenGLES', 'AA_UseSoftwareOpenGL', 'AA_UseStyleSheetPropagationInWidgetStyles', '__class__', '__doc__', '__members__', '__module__']</code></p>
]]></description><link>https://forum.qt.io/post/791879</link><guid isPermaLink="true">https://forum.qt.io/post/791879</guid><dc:creator><![CDATA[8Observer8]]></dc:creator><pubDate>Sat, 02 Mar 2024 01:44:20 GMT</pubDate></item></channel></rss>