QGraphicsDropShadowEffect Class ReferenceThe QGraphicsDropShadowEffect class provides a drop shadow effect. More... #include <QGraphicsDropShadowEffect> Inherits QGraphicsEffect. This class was introduced in Qt 4.6. Properties
Public Functions
Reimplemented Public Functions
Public Slots
Signals
Reimplemented Protected Functions
Additional Inherited Members
Detailed DescriptionThe QGraphicsDropShadowEffect class provides a drop shadow effect. A drop shadow effect renders the source with a drop shadow. The color of the drop shadow can be modified using the setColor() function. The drop shadow offset can be modified using the setOffset() function and the blur radius of the drop shadow can be changed with the setBlurRadius() function. By default, the drop shadow is a semi-transparent dark gray (QColor(63, 63, 63, 180)) shadow, blurred with a radius of 1 at an offset of 8 pixels towards the lower right. The drop shadow offset is specified in device coordinates. See also QGraphicsBlurEffect, QGraphicsColorizeEffect, and QGraphicsOpacityEffect. Property DocumentationblurRadius : qrealThis property holds the blur radius in pixels of the drop shadow. Using a smaller radius results in a sharper shadow, whereas using a bigger radius results in a more blurred shadow. By default, the blur radius is 1 pixel. Access functions:
Notifier signal:
See also color(), offset(), and .. color : QColorThis property holds the color of the drop shadow. By default, the drop color is a semi-transparent dark gray (QColor(63, 63, 63, 180)). Access functions:
Notifier signal:
See also offset() and blurRadius(). offset : QPointFThis property holds the shadow offset in pixels. By default, the offset is 8 pixels towards the lower right. The offset is given in device coordinates, which means it is unaffected by scale. Access functions:
Notifier signal:
See also xOffset(), yOffset(), blurRadius(), and color(). xOffset : qrealThis property holds the horizontal shadow offset in pixels. By default, the horizontal shadow offset is 8 pixels. Access functions:
Notifier signal:
See also yOffset() and offset(). yOffset : qrealThis property holds the vertical shadow offset in pixels. By default, the vertical shadow offset is 8 pixels. Access functions:
Notifier signal:
Member Function DocumentationQGraphicsDropShadowEffect::QGraphicsDropShadowEffect ( QObject * parent = 0 )Constructs a new QGraphicsDropShadowEffect instance. The parent parameter is passed to QGraphicsEffect's constructor. QGraphicsDropShadowEffect::~QGraphicsDropShadowEffect ()Destroys the effect. void QGraphicsDropShadowEffect::blurRadiusChanged ( qreal blurRadius ) [signal]This signal is emitted whenever the effect's blur radius changes. The blurRadius parameter holds the effect's new blur radius. QRectF QGraphicsDropShadowEffect::boundingRectFor ( const QRectF & rect ) const [virtual]Reimplemented from QGraphicsEffect::boundingRectFor(). void QGraphicsDropShadowEffect::colorChanged ( const QColor & color ) [signal]This signal is emitted whenever the effect's color changes. The color parameter holds the effect's new color. void QGraphicsDropShadowEffect::draw ( QPainter * painter ) [virtual protected]Reimplemented from QGraphicsEffect::draw(). void QGraphicsDropShadowEffect::offsetChanged ( const QPointF & offset ) [signal]This signal is emitted whenever the effect's shadow offset changes. The offset parameter holds the effect's new shadow offset. X
|
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |