I am learning how to use Qt to develop my application, and I am developing my application very successfully. Now I want to implement the Undo Redo functionality for my application. doc for this topic a little information. I even tried to understand from two examples in the SDK. But it's hard for me to understand how this works. Can someone please feel free to explain to me how to implement it? There are different states in my application for which I want to provide this functionality. So can there be an explanation from a general point of view? If there are already articles on the Internet explaining the same thing, please let me know. That would be very helpful. Thank.
source
share