Details
-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
QUndoModel should be made public in Qt GUI so that Qt Quick applications can use it.
Some work was already done towards making the undo framework available to non-widgets applications:
We should probably remove the following (very specific) API from it and let QUndoView create it's own model that has it instead:
void setCleanIcon(const QIcon &icon); QIcon cleanIcon() const;
Attachments
Issue Links
- relates to
-
QTBUG-40040 Move Undo Framework out of widgets
- Closed