I want to achieve a blur effect using QML. I found references about the "effect: Blur"(Example) but in Qt 4.8 this does not work. As far as I know this is implemented with C++ code. But how?
|
feedback
|
|
The
This make these classes available to QML so one can use them like:
This works, but in many case the resulting performance is really unacceptable. Then you should try to implement blurring with the help of | ||||
|
feedback
|
|
I don't know what you are talking about, but: Qt ships with an example named Shader Effects. As the name implies, it uses GPU shaders declared inside the QML to achieve all sorts of cool effects. | |||
|
feedback
|