Hi all,
How to highlight a row in QTableWidget while the cursor hovers on the row?
My method is to respond the CellEntered signal and redraw all the widgets' background color in the table in the related slot. But the problem is after I use SetCellWidget to set a widget into a cell, and the signal cannot be catched in that cell :-( why this happen and how to fix it?
I know this method is not good. Is there any good method?
Thank you very much!
Bookmarks