Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.2.0
-
None
Description
If you create a required property directly from QML (as opposed to using a Q_PROPERTY from c++), QMetaProperty::isRequired() will still return false for that property.
Both QQuickTableView and QQuickTreeView currently has work-arounds to make sure that they don't write to properties that are not marked as required.