Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Qt Desktop Components rendering issues in Windows 7

$
0
0
Awesome! I started looking at the QStyleItem implementation but was not exactly sure what to look for. I modified the QStyleItem::paint implementation for the troubled components (CheckBox, RadioButton, and Button), where no widgets are passed when drawing the control: qApp->style()->drawControl(QStyle::CE_CheckBox, m_styleoption, painter, NULL); Thanks again! This worked out very well with minimal code changes.

Viewing all articles
Browse latest Browse all 4972

Trending Articles