I'm just getting started with QT, so please exercise a little patience... I've an editable QTableWidget (actually a subclassing), and need to implement the following behavior. When the user types a non acceptable value I would like: 1) to restore the original value; 2) to keep the focus in the cell and set it in edit mode.
I'm currently using the itemChanged SIGNAL, and a subclassing of QTableWidgetItem. Which one is the best way to get what I need? Any tip, suggestion or reference is really welcome.
If you think it as useful I can post some code.
Ciao Alf.