Hi Igor,

I do not know if this would suit your needs, but I would do this with a
pixmap representing the shaded rectangle. To resize it, you need to cut it
in nine parts (3x3) and stretch only the middle section.

Qt does a similar thing with QSS stylesheets and the border-image property
: http://qt-project.org/doc/qt-4.8/qml-borderimage.html, so if you can
afford adding a QWidget, you could use a QLabel for your rectangle, and
apply a stylesheet on it. This avoids recoding the 9-part painting
operation.

Etienne


2014/1/23 Igor Mironchik <igor.mironc...@gmail.com>

> Hi.
>
> Does anybody know how to draw black inner glow for rounded rectangle
> with QPainter?
>
> Any ideas?!
>
> Thanks.
>
> --
> Best Regards,
> Igor Mironchik.
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to