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

Tutorials | Qt Creator Manual
https://doc.qt.io/qtcreator/creator-tutorials.html

You can use Qt Creator to create applications for several platforms by using several technologies. The tutorials in this manual explain how to create some basic applications. Creating a Qt Quick Application. Learn how to use the Design mode to create a Qt

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