So, I'm using Python with PyQt. In my application, I have a QTableWidget. What I notice is that it doesn't keep some sort of "history" for undo and redo. How can I achieve that?
问问题
1018 次
1 回答
1
You have to track the history yourself. Qt has Undo Framework for that.
于 2012-08-11T16:15:52.377 回答