<?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[QListView and ContextMenu - Problem]]></title><description><![CDATA[<p dir="auto">I implemented a context menu in my ListView . The ListView allows multiple selection and everything seems to work properly.</p>
<p dir="auto">The problem is that when opening the ContextMenu when I have selected several items , de- select all other selected items.</p>
<p dir="auto">If I hold down the CTRL key works properly.</p>
<p dir="auto">Some idea about the problem?</p>
]]></description><link>https://forum.qt.io/topic/55194/qlistview-and-contextmenu-problem</link><generator>RSS for Node</generator><lastBuildDate>Mon, 21 Sep 2026 19:37:05 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/55194.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Jun 2015 17:41:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QListView and ContextMenu - Problem on Thu, 11 Jun 2015 21:23:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">AFAIK, it's not a problem. Having ctrl press tells your view that it's in multiple selection mode. If you release that key then you go back into single selection mode so when you click on one item (with either left or right mouse button), the selection would be cleared.</p>
]]></description><link>https://forum.qt.io/post/277704</link><guid isPermaLink="true">https://forum.qt.io/post/277704</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 11 Jun 2015 21:23:46 GMT</pubDate></item></channel></rss>