Qt 6.11 is out! See what's new in the release
blog
How to place a scrollbar on top of ScrollView
-
Sorry, for my english:) I have custom ScrollViewHelper for ScrollView and now Scrollbar is situated in ScrollView, but i need to have own panel for slider( for example, if width ScrollView = 100 and Scrollbar width = 10 then contentItem.width = 90(now contentItem.width = 100)), i have idea with with vertical slider: set ScrollView.__verticalScrollbarOffset = 10, but ScrollView doesn't contain __horizontalScrollbarOffset.