[Qt-interest] QTableWidget chanced
Andre Somers
andre at familiesomers.nl
Fri Jun 3 11:13:37 CEST 2011
Op 3-6-2011 10:44, Lucas.Betschart at crypto.ch schreef:
> Hello
>
> Is there a signal which triggers when a cell (not a specific one) in a QTableWidget gets modified and returns which one (position)?
>
> Like currentCellChanged but for the whole table.
>
> Regards,
> Lucas
Try the documentation for QTableWidget. It is the second signal from the
top. Note that currentCellChanges is *not* triggered for changes in
content, but for changes in what the current cell is.
André
P.S.
Please don't hijack somebody else's thread. Instead of hitting your
reply button and setting a new subject, create an entirely new message
to qt-interest. You are messing up threading.
More information about the Qt-interest-old
mailing list