Forum
Sign Up

[NON-ISSUE] QSpinBox not styled

6 years 10 months ago - 6 years 9 months ago #1 by James
QSpinBox is not being drawn through drawComplexControl(CC_SpinBox) for the Office2010Silver theme. The function QStyleSheetStyle::drawComplexControl() does not call into the base style because rule.hasNativeBorder() is false. This does not happen for other themes like Office2016DarkGray.

Is there a way I can modify the 2010 Silver theme to function correctly for CC_SpinBox?

EDIT: This appears to be an issue in Qt5 where it's using an extra style rather than the QApplication style:
QStyle *QWidget::style() const
{
    Q_D(const QWidget);

    if (d->extra && d->extra->style)
        return d->extra->style;
    return QApplication::style();
}

The d->extra->style is being used for QAbstractSpinBox paint. This occurs when setStyleSheet() is used to modify the appearance in a small way. The Style defaults to QStyleSheetStyle. I guess this makes sense, but I don't recall it happening in Qt4, but maybe we never hit this use case.
Last edit: 6 years 9 months ago by James.

Please Log in or Create an account to join the conversation.

More
  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Moderators: Developer Machines
Time to create page: 0.121 seconds

Developer Newsletter

Join our Developer Machines newsletter to get informed on all the latest releases of the commercial components for Qt.C++, Delphi FireMonkey, updates and general knowledges.

Quick Support

Should you need any additional information about our products or licensing, please contact us at the following email addresses:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

Get in Touch

If you would like to purchase our products or services, but don’t know how to do it the right way, please feel free to contact us:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.( any questions related to our products or services )
  • This email address is being protected from spambots. You need JavaScript enabled to view it.( questions related to licensing )