[PyQt] Detecting GUI changes

eliben eliben at gmail.com
Fri Jul 31 13:19:53 BST 2009



Saúl Ibarra wrote:
> 
> Hi and thanks for your answer!
> 
> I'm using QLineEdit boxes and load text from an SQLite DB so AFAIK I
> can't use qseltablemodel...
> 
> Any other ideas?
> 

Every Qt widget has some sort of "data updated" signal you can catch. You
can always compare the new value the widget has at the time the signal was
sent with the old value you know about and turn on a 'dirty' flag of your
own.

Eli






-- 
View this message in context: http://www.nabble.com/Detecting-GUI-changes-tp24698714p24755487.html
Sent from the PyQt mailing list archive at Nabble.com.




More information about the PyQt mailing list