<?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 get Checked Text in treeWidget ?]]></title><description><![CDATA[<p dir="auto">How to get Checked Text in treeWidget ?</p>
]]></description><link>https://forum.qt.io/topic/141696/how-to-get-checked-text-in-treewidget</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 08:45:46 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/141696.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Dec 2022 10:24:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to get Checked Text in treeWidget ? on Fri, 23 Dec 2022 11:05:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pappu-kumar-keshari">@<bdi>Pappu-Kumar-Keshari</bdi></a><br />
If you know which item(s) is checked it's <code>QTreeWidgetItem::text(int column)</code>.<br />
If you need to find which item(s) are checked use <code>QTreeWidgetItemIterator</code> to visit all items looking at their <code>QTreeWidgetItem::checkState(int column)</code>.</p>
]]></description><link>https://forum.qt.io/post/741283</link><guid isPermaLink="true">https://forum.qt.io/post/741283</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Fri, 23 Dec 2022 11:05:07 GMT</pubDate></item></channel></rss>