Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.1.2
Description
With "Default" style selected on Windows customizing ScrollBar like demonstrated in docs: https://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-scrollbar breaks the ScrollBar. For one the ScrollBar cannot scroll anymore and it will display an error as soon as the ScrollBar is hovered:
file:///C:/Qt/6.1.2/mingw81_64/qml/QtQuick/Controls/Windows/ScrollBar.qml:66:49: Unable to assign [undefined] to int
Different errors are displayed if the arrow buttons (up or down) are hovered:
file:///C:/Qt/6.1.2/mingw81_64/qml/QtQuick/Controls/Windows/ScrollBar.qml:91:49: Unable to assign [undefined] to int
file:///C:/Qt/6.1.2/mingw81_64/qml/QtQuick/Controls/Windows/ScrollBar.qml:113:49: Unable to assign [undefined] to int
Steps to reproduce the problem:
- Run the attached project
- Try to scroll using the ScrollBar
Attachments
Issue Links
- duplicates
-
QTBUG-95589 Customizing checkbox does not fully work when using example from documentation
- Closed
-
QTBUG-95593 Customised SpinBox buttons don't work with macOS style
- Closed
- is duplicated by
-
QTBUG-98098 Error when Button has a custom background under macOS style
- Closed
- relates to
-
QTBUG-96733 Prevent users from customising native styles
- Reported