Hi,
I want to implement cut/copy/paste images using QT.
What would be the best functions that i could use, which all classes do i have to inherit from?
what would be the best approach to do this?
Thanks,
Xerox
Printable View
Hi,
I want to implement cut/copy/paste images using QT.
What would be the best functions that i could use, which all classes do i have to inherit from?
what would be the best approach to do this?
Thanks,
Xerox
You don't have to inherit anything. Have a look at QApplication::clipboard().