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.
↧