Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor: QGraphicsEffect is now a subclass of QObject. | Ariya Hidayat | 2009-06-03 | 1 | -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 Hidayat | 2009-06-02 | 1 | -0/+556 |
The implementation is not efficient, it serves as the proof-of-concept only. Check the notes in qgraphicseffect.cpp for details. |