Tutorial Qt Creator - QUndoStack & QUndoCommand


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to Tutorial Qt Creator - QUndoStack & QUndoCommand

QUndoStack Class | Qt Widgets 5.15.2
https://doc.qt.io/qt-5/qundostack.html

QUndoStack provides support for undo and redo actions, command compression, command macros, and supports the concept of a clean state. Undo and Redo Actions. QUndoStack provides convenient undo and redo QAction objects, which can be inserted into a menu o

QUndoStack Class | Qt Widgets | Qt Documentation (Pro)
https://felgo.com/doc/qt/qundostack/

The QUndoStack class is a stack of QUndoCommand objects. For an overview of Qt's Undo Framework, see the overview document. An undo stack maintains a stack of commands that have been applied to a document. New commands are pushed on the stack using pu

Qt 5.0: QUndoStack Class
https://qt.developpez.com/doc/5.0-snapshot/qundostack/

The QUndoStack class is a stack of QUndoCommand objects. For an overview of Qt's Undo Framework, see the overview document. An undo stack maintains a stack of commands that have been applied to a document. New commands are pushed on the stack using pu