PDA

View Full Version : QtUndo => QUndo



tbrowder
15th August 2008, 13:01
Does anyone have a pointer to how to convert from using the old qtundo-commercial to the current undo framework with QtCore?

Thanks.

wysota
17th August 2008, 18:24
I think their APIs are compatible, aren't they?

tbrowder
18th August 2008, 11:57
Not really--the original looks kind of ugly compared to the new. I was hoping for some kind of checklist. Some things are easy:

QtCommand => QUndoCommand

but the member functions are simpler in the new framework so there are some translation difficulties.

I guess I'll just have to get my shovel.

Thanks.

wysota
18th August 2008, 12:10
If you ask for specific differences I'm sure we'll be able to resolve them here.

tbrowder
18th August 2008, 12:20
Thanks, I'll do that.

Our license has expired for assistance from Qt for the moment, but I'm surprised that I haven't found any documentation from them about transitioning from the commercial add-on to the enhanced QtCore.