![]() |
Home · All Classes · All Functions · Overviews |
[Blur instantiates the C++ class QGraphicsBlurEffect]
The Blur object provides a blur effect. More...
A blur effect blurs the source item. This effect is useful for reducing details; for example, when the a source loses focus and attention should be drawn to other elements. Use blurRadius to control the level of detail and blurHint to control the quality of the blur.
By default, the blur radius is 5 pixels.
Use Qt.PerformanceHint to specify a faster blur or Qt.QualityHint hint to specify a higher quality blur.
If the blur radius is animated, it is recommended you use Qt.PerformanceHint.
The default hint is Qt.PerformanceHint.
blurRadius : real |
This controls how blurry an item will appear.
A smaller radius produces a sharper appearance, and a larger radius produces a more blurred appearance.
The default radius is 5 pixels.
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt 4.7.0 |