Hi,

I'm currently writing a sub class of QStyledItemDelegate to draw a progress bar. The progress bar is drawn using QApplication::style()->drawControl(QStyle::CE_ProgressBar, option, painter) and this works fine on Windows and Ubuntu.

However, on Mac the progress bar has a "disabled" look. The bar is grey instead of the usual blue colour.

It appears someone posted <https://forum.qt.io/topic/16905/qstyleoptionprogressbar-looks-inactiva-on-osx> on the Qt forum about this issue some years ago but there was no response.

Is there any possible reason for this or is it likely a bug? I couldn't find a bug reported about it.

Thanks.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to