gmarull / qtmodern

PyQt/PySide Widgets Modern User Interface
MIT License
751 stars 113 forks source link

#26 QScrollArea inconsistent background color #27

Closed Jerakin closed 4 years ago

Jerakin commented 4 years ago

Fixes https://github.com/gmarull/qtmodern/issues/26

This change uses a descendant reference and will now color all scrollAreaWidgetContents regardless of name.

Changed from referring to QScrollAreas child using the name (#scrollAreaWidgetContents) it can only be applied to the first created QScrollArea.