About QTableWidget
-
Hi all:
I have a problem,If I input text into item of QTableWidget on GUI, and then I want it change to item of next row of QTableWidget, how should I do?The only way I can think is using "SLOT(cellChanged)".But it happen a problem, if my other item changed, they all would enter this function. Please give me any ideas, thank you in advance.