I have this code:
property alias x: baseWindow.x // OK
property alias y: baseWindow.y // OK
//property alias width: baseWindow.width // FAIL
//property alias height: baseWindow.height // FAIL
When i try run program compiler write this:
Cannot override FINAL property
property alias width: baseWindow.width
I don't understand why with 'x' and 'y' properties all OK.
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback