PDA

View Full Version : QTableWidget signal



ad3d
17th March 2012, 09:42
hi guys,
i am new for pyqt
i want to trigger a function when value inside QTableWidget cell is changed, which signal shall i use?
i tried currentItemChanged, but it triggers when i am double clicking the cell to change the signal and not after chaging value and hitting ENTER key

thnx in advance
ad3d

Lykurg
17th March 2012, 11:58
Current item means the current "selected" item. It has nothing to do with the data inside the item. For what you trying use QTableWidget::itemChanged().