QtGui/qundogroup.h Source File
Go to the documentation of this file.
52 class QUndoGroupPrivate;
58 #ifndef QT_NO_UNDOGROUP
79 #endif // QT_NO_ACTION
93 void indexChanged(
int idx);
94 void cleanChanged(
bool clean);
95 void canUndoChanged(
bool canUndo);
96 void canRedoChanged(
bool canRedo);
97 void undoTextChanged(
const QString &undoText);
98 void redoTextChanged(
const QString &redoText);
104 #endif // QT_NO_UNDOGROUP
110 #endif // QUNDOGROUP_H
#define QT_BEGIN_NAMESPACE