Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
None
-
QDS 1.6
-
None
Description
Qt DS 1.6 crash when opening the following Screen01.ui.qml containing a ListElement with a value.
Screen01.ui.qml
import QtQuick 2.12 import aaaa 1.0 Rectangle { width: Constants.width height: Constants.height color: Constants.backgroundColor ListModel { ListElement { name: "aaaa" } } Text { text: qsTr("Hello aaaa") anchors.centerIn: parent font.family: Constants.font.family } }
aaaa.qml
import QtQuick 2.12 import aaaa 1.0 Item { width: Constants.width height: Constants.height Screen01 { } }
Attachments
Issue Links
- relates to
-
QDS-2852 crash when editing ListView in editor
-
- Closed
-