PDA

View Full Version : Difference between QundoStack and Qstack Qt



Jayashree
7th March 2017, 13:15
I am developing a Application using QgraphicsScene and QGraphicsItem using PYQT5 . I want to do undo and repo when the Item is changed ( Resized , Rotated , Moved). Can anyone help me?

And What is the difference between QundoStack and Qstack in Qt?

Santosh Reddy
8th March 2017, 11:01
Use QUndoStack

Jayashree
13th March 2017, 06:06
Can I get any Example for this ?