NAME
Qt::Gui::QUndoView
PUBLIC METHODS
- QUndoView(QWidget * parent)
- QUndoView(QWidget * parent = 0)
- QUndoView(QUndoStack * stack, QWidget * parent)
- QUndoView(QUndoStack * stack, QWidget * parent = 0)
- QUndoView(QUndoGroup * group, QWidget * parent)
- QUndoView(QUndoGroup * group, QWidget * parent = 0)
- ~QUndoView()
- QIcon cleanIcon()
- QString emptyLabel()
- QUndoGroup * group()
- void setCleanIcon(const QIcon & icon)
- void setEmptyLabel(const QString & label)
- void setGroup(QUndoGroup * group)
- void setStack(QUndoStack * stack)
- QUndoStack * stack()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.