Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Duplicate
-
Affects Version/s: 6.2.0
-
Fix Version/s: None
-
Component/s: Quick: Controls 2
-
Labels:None
-
Platform/s:
Description
The Slider will always grab the mouse, causing the listview to fail to slide.
import QtQuick 2.0 import QtQuick.Controls 2.0 ApplicationWindow { width: 640 height: 480 visible: true ListView { id: listView anchors.fill: parent model: 100 delegate: Slider { width: listView.width / 2 } } }
As shown in the figure, area A B is a listview. Area A cannot slide, area B can slide.
Attachments
Issue Links
- duplicates
-
QTBUG-97528 Scrolling is impossible when the delegate of ListView is Slider or RangeSlider.
-
- Closed
-
- relates to
-
QTBUG-98244 Need more options to Slider/RangeSlider live property
-
- Closed
-