The QStyle implementations are becoming private, so the following
slightly verbose pattern seems to be now repeated a lot:
new QProxyStyle(QStyleFactory::create("windows"))
This change adds an alternative, more convenient constructor for
this particular use case:
new QProxyStyle("windows")
Change-Id: I97ded597a0fd3225a6354ebea0abb367237430af
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
|
||
|---|---|---|
| .. | ||
| qmacstyle | ||
| qstyle | ||
| qstyleoption | ||
| qstylesheetstyle | ||
| styles.pro | ||