Home

QtUndoListBox Class Reference

The QtUndoListBox class is a QListBox which displays the commands on the QtUndoStack associated with the focused target. More...

#include <QtUndoListBox>

Inherits QListWidget.

Public Functions

Additional Inherited Members


Detailed Description

The QtUndoListBox class is a QListBox which displays the commands on the QtUndoStack associated with the focused target.

QtUndoListBox keeps track of changes in the stack and focus in the application, and updates itself accordingly. Selecting a command causes undo or redo until the selected command is current. Hence the history of changes can be undone or redone by traversing the list.


Member Function Documentation

QtUndoListBox::QtUndoListBox ( QWidget * parent = 0 )

Constructs a QtUndoListBox. The parent is passed on to the QListBox constructor.


Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Solutions