QElectroTech
0.70
|
#include <QUndoCommand>
#include <QVariant>
Go to the source code of this file.
Classes | |
class | QPropertyUndoCommand |
The QPropertyUndoCommand class This undo command manage QProperty of a QObject. This undo command can use QPropertyAnimation to animate the change when undo/redo is call To use animation call setAnimated(true). By default animation is disable. Some QVariant date can't be animated and result this command don't work. More... | |