<?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 to prevent qlistview run double click event is triggered before the event]]></title><description><![CDATA[<p dir="auto">when i double click qlistview index ,i found that qlistview responded to click events and double click event,now i  hope  only respond to double click</p>
]]></description><link>https://forum.qt.io/topic/28282/how-to-prevent-qlistview-run-double-click-event-is-triggered-before-the-event</link><generator>RSS for Node</generator><lastBuildDate>Thu, 07 May 2026 08:12:42 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/28282.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Jun 2013 03:26:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to prevent qlistview run double click event is triggered before the event on Fri, 14 Jun 2013 06:31:06 GMT]]></title><description><![CDATA[<p dir="auto">use an event filter on the list view's viewport and return true if an click event comes in.<br />
But note that it will break selection by mouse then.</p>
]]></description><link>https://forum.qt.io/post/182774</link><guid isPermaLink="true">https://forum.qt.io/post/182774</guid><dc:creator><![CDATA[raven-worx]]></dc:creator><pubDate>Fri, 14 Jun 2013 06:31:06 GMT</pubDate></item></channel></rss>