<?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[&quot;Skype like&quot; contact list control]]></title><description><![CDATA[<p dir="auto">my project calls for a "skype like" contact list control. These are some of my requirements</p>
<ol>
<li>graphical representation for the type/status of contact (e.g. busy, free, do not disturb)</li>
<li>the name</li>
<li>depending on status, a few clickable images to the right of the contact name</li>
<li>Ability to multi-select</li>
<li>context menu for each contact row.</li>
</ol>
<p dir="auto">Now, If I was in Win32/.NET/MFC, i'd probably use an owner drawn list view. I guess my question is QListWidget what I'd need to use here?</p>
]]></description><link>https://forum.qt.io/topic/3957/skype-like-contact-list-control</link><generator>RSS for Node</generator><lastBuildDate>Tue, 05 May 2026 18:54:25 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/3957.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Feb 2011 16:39:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;Skype like&quot; contact list control on Fri, 25 Feb 2011 05:06:46 GMT]]></title><description><![CDATA[<p dir="auto">You can also download skype source code as its open source, and have a look at how they have implemented it and may be you would be able to use the same code provided licencing terms and usability</p>
]]></description><link>https://forum.qt.io/post/77809</link><guid isPermaLink="true">https://forum.qt.io/post/77809</guid><dc:creator><![CDATA[vishwajeet]]></dc:creator><pubDate>Fri, 25 Feb 2011 05:06:46 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Skype like&quot; contact list control on Thu, 24 Feb 2011 17:16:39 GMT]]></title><description><![CDATA[<p dir="auto">There are several ways to do what you want. QTableView (or QTableWidget) and doing it in QML (perhaps in combination with some C++) come to mind.</p>
]]></description><link>https://forum.qt.io/post/77762</link><guid isPermaLink="true">https://forum.qt.io/post/77762</guid><dc:creator><![CDATA[andre]]></dc:creator><pubDate>Thu, 24 Feb 2011 17:16:39 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Skype like&quot; contact list control on Thu, 24 Feb 2011 17:15:18 GMT]]></title><description><![CDATA[<p dir="auto">One possible solution would be to create your own item delegate and reimplement "QAbstractItemDelegate::paint() ":<a href="http://doc.qt.nokia.com/latest/qabstractitemdelegate.html#paint" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.nokia.com/latest/qabstractitemdelegate.html#paint</a> and sizeHint().</p>
<p dir="auto">The context menu can be handled by the controlling class.</p>
]]></description><link>https://forum.qt.io/post/77761</link><guid isPermaLink="true">https://forum.qt.io/post/77761</guid><dc:creator><![CDATA[goetz]]></dc:creator><pubDate>Thu, 24 Feb 2011 17:15:18 GMT</pubDate></item></channel></rss>