The events are automaticaly deleted when processed:
http://doc.trolltech.com/3.3/qcustomevent.html
Qt Code:
ColorChangeEvent* ce = new ColorChangeEvent(blue);To copy to clipboard, switch view to plain text mode
The events are automaticaly deleted when processed:
http://doc.trolltech.com/3.3/qcustomevent.html
Qt Code:
ColorChangeEvent* ce = new ColorChangeEvent(blue);To copy to clipboard, switch view to plain text mode
Bookmarks