I&#39;m looking for the exact same thing (to be notified when an item hierarchy changes) - but the following signal - <br><br>self.connect(self.treeMain, SIGNAL(&#39;itemChanged(QTreeWidgetItem *, int)&#39;), self.onItemChanged) # changes on init only<br>
<br>is not emitted when an item is reparented. is there a way to do this?<br><br><br><br><div class="gmail_quote">On Thu, Oct 22, 2009 at 8:01 AM, simozack <span dir="ltr">&lt;<a href="mailto:simozack@yahoo.it">simozack@yahoo.it</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">2009/10/21 Filippo Rebora &lt;<a href="mailto:filirebo@gmail.com">filirebo@gmail.com</a>&gt;:<br>

<div class="im"><br>
&gt; I&#39;m using an extention of QtableWidget as table...is there anything like<br>
&gt; isModified() or something?<br>
&gt; Documentation didn&#39;t help (I could not find something similar in class or<br>
&gt; parents)<br>
<br>
</div>You can use an attribute in the window class and set it to True if the<br>
user modifies the data.<br>
<br>
In the function called when closing the window, you can test that attribute.<br>
<br>
HTH,<br>
Simone<br>
<div><div></div><div class="h5">_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</div></div></blockquote></div><br>