<?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 can i get information about editing items of QTreeView?]]></title><description><![CDATA[<p dir="auto">Hello, i have some QTreeView with QStandardItemModel.<br />
How can i know witch item of QTreeView or index of QStandardItemModel currently being edited?</p>
]]></description><link>https://forum.qt.io/topic/19393/how-can-i-get-information-about-editing-items-of-qtreeview</link><generator>RSS for Node</generator><lastBuildDate>Mon, 04 May 2026 17:00:55 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/19393.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Aug 2012 14:27:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can i get information about editing items of QTreeView? on Wed, 29 Aug 2012 14:45:04 GMT]]></title><description><![CDATA[<p dir="auto">I solved my problem by checking state of my itemView and currentIndex() function.<br />
Thank you for help!</p>
]]></description><link>https://forum.qt.io/post/148913</link><guid isPermaLink="true">https://forum.qt.io/post/148913</guid><dc:creator><![CDATA[Ruzik]]></dc:creator><pubDate>Wed, 29 Aug 2012 14:45:04 GMT</pubDate></item><item><title><![CDATA[Reply to How can i get information about editing items of QTreeView? on Wed, 29 Aug 2012 08:48:12 GMT]]></title><description><![CDATA[<p dir="auto">Maybe read the Model/View tutorial. It is very easy to read and includes selection options.<br />
"ModelView tutorial":<a href="http://doc.qt.nokia.com/4.7/modelview.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.nokia.com/4.7/modelview.html</a></p>
]]></description><link>https://forum.qt.io/post/148866</link><guid isPermaLink="true">https://forum.qt.io/post/148866</guid><dc:creator><![CDATA[Jeroentjehome]]></dc:creator><pubDate>Wed, 29 Aug 2012 08:48:12 GMT</pubDate></item><item><title><![CDATA[Reply to How can i get information about editing items of QTreeView? on Wed, 29 Aug 2012 07:18:41 GMT]]></title><description><![CDATA[<p dir="auto">This functions return selected item/items but the fact that the index is chosen does not mean that it is edited</p>
]]></description><link>https://forum.qt.io/post/148857</link><guid isPermaLink="true">https://forum.qt.io/post/148857</guid><dc:creator><![CDATA[Ruzik]]></dc:creator><pubDate>Wed, 29 Aug 2012 07:18:41 GMT</pubDate></item><item><title><![CDATA[Reply to How can i get information about editing items of QTreeView? on Tue, 28 Aug 2012 16:55:51 GMT]]></title><description><![CDATA[<p dir="auto">i think you can get QModelIndex<br />
thru QTreeView's currentIndex() or<br />
thru QTreeView's selectionModel() 's features,,</p>
]]></description><link>https://forum.qt.io/post/148820</link><guid isPermaLink="true">https://forum.qt.io/post/148820</guid><dc:creator><![CDATA[jys0224]]></dc:creator><pubDate>Tue, 28 Aug 2012 16:55:51 GMT</pubDate></item></channel></rss>