Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.12.1
-
None
Description
Attempting to load this QML with qmlscene:
import QtQuick.Controls 2.2
RoundButton {
property string icon: ""
}
Produces the error:
file:///home/.../MyButton.qml:4 Cannot override FINAL property
Despite the fact that the icon property was introduced in QtQuick.Controls 2.3 and this code imports QtQuick.Controls 2.2.
Attachments
Issue Links
- depends on
-
QTBUG-71278 Imports and versioning in QML
- Closed
- relates to
-
QTBUG-33179 QML revisioning does not work for grouped properties
- Closed
-
QTBUG-83153 SpinBox component versioning
- Reported