Nice thread, but how do I "inherit" parent's widget (QTableView's in my case) and set it up as subclassed scrollbar height?
Printable View
Nice thread, but how do I "inherit" parent's widget (QTableView's in my case) and set it up as subclassed scrollbar height?
Would you care to explain what you mean?
I would like to achieve that QScrollbar's height is alwasy same as it's parent's object height (in my case, the parent is QTableView).
Isn't like that, out of the box?
What do you mean out of the box? If that is default, why then when reimplementing size do I need width (y) param?
And how to fill scrollbar with some texture?