Quote:
Originally Posted by kovidgoyal
One can add a tooltip to it saying press f2 to edit or whatever.
|
Tooltips in QTableWidgets don't work unless one implements mouse tracking. Switching to model/view would fix that, but ...
Another way to "fix" this is to use an "is editable" icon, perhaps edit_input.png. It could go on non-edited cells, just as the "Edited" (quill) icon goes on edited cells. Something like this:
I don't feel strongly one way or the other.