PDA

View Full Version : QT Image Editing



xerox
11th October 2012, 06:20
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

wysota
11th October 2012, 08:58
You don't have to inherit anything. Have a look at QApplication::clipboard().