Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi All,
I need some information from you. I read doc about undo/redo but I don't understand can I clean stack from tail to some position?
QUndoStack only allows you to clear the whole stack. But have a look at QUndoStack::setUndoLimit(int), perhaps this can help you...