summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicseffect.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: QGraphicsEffect is now a subclass of QObject.Ariya Hidayat2009-06-031-48/+317
| | | | | | This effectively makes other effect classes as QObject, too. It will facilitate the use of signal-slot to handle e.g. the change in effect parameters and the property system for doing animated effect.
* Another n-th attempt at making an API for the effect framework.Ariya Hidayat2009-06-021-0/+556
The implementation is not efficient, it serves as the proof-of-concept only. Check the notes in qgraphicseffect.cpp for details.