QGraphicsBlurEffect Class Reference
[QtGui module]
Inherits QGraphicsEffect.
Types
Methods
Qt Signals
Detailed Description
Type Documentation
QGraphicsBlurEffect.BlurHint
Method Documentation
QGraphicsBlurEffect.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
BlurHints QGraphicsBlurEffect.blurHints (self)
float QGraphicsBlurEffect.blurRadius (self)
QRectF QGraphicsBlurEffect.boundingRectFor (self, QRectF)
QGraphicsBlurEffect.draw (self, QPainter)
QGraphicsBlurEffect.setBlurHints (self, BlurHints)
This method is also a Qt slot with the C++ signature void setBlurHints(QGraphicsBlurEffect::BlurHints).
QGraphicsBlurEffect.setBlurRadius (self, float)
This method is also a Qt slot with the C++ signature void setBlurRadius(qreal).
Qt Signal Documentation
void blurHintsChanged (QGraphicsBlurEffect::BlurHints)
This is the default overload of this signal.
void blurRadiusChanged (qreal)
This is the default overload of this signal.