2011/11/17 João Abecasis <[email protected]>: > Rectangle { > id: main > height: 480 > width: 640 > color: settings.color > > Settings { > id: settings > property string color: "blue" > property alias height: main.height > property alias width: main.width > } > }
I was wondering if we could omit the "property" keyword, similar to how it's done for ListModel? Although it wouldn't work the same for aliases then. [email protected] _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
