Skip to content

Breezestyle: Introduce transient style for QScrollBar

Ilya Pominov requested to merge ipominov/breeze:transient_scrollbar into master

Add SH_ScrollBar_Transient style hint for QScrollBars (but not for inherited classes) into QAbstractScrollArea and rendering method for this. Add corresponding option in breezestyleconfig for enabled transient style hint (disabled by default).

Cursor into scroll area:

transient_sb

Vertical ScrollBar under cursor:

transient_sb_under_mouse

Edited by Ilya Pominov

Merge request reports