Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
4.6.1
-
None
-
qt-creator-win-opensource-1.3.80-qml-tp1.exe
-
372f474d97f2169597f994ee80e6c3d5b7f6d7bf
Description
property alias x: baseWindow.x // OK property alias y: baseWindow.y // OK //property alias width: baseWindow.width // FAIL //property alias height: baseWindow.height // FAIL
Cannot override FINAL property property alias width: baseWindow.width