Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
5.9.4
-
None
Description
With the current Qt 5.9.4, when using component from QtQuickControls 2, the delegated item is not correctly delegated.
Simple use case:
ListView {
id: listView
width: 50
model: 3
delegate: Button {
width: listView.width
height: 3
text: "foo"
}
}
with Qt 5.9.4 , the first delegated item won't have any background but the second and third one will have their background.
Attachments
Issue Links
- duplicates
-
QTBUG-65955 Button is not visible if its background property is set as a Rectangle
- Closed