In addition to "bindings" and "assignment" (possibly including single-values or lists-of-values), is there a QML concept of "plus-equals"?
For example:
Item {
my_set0 : some_val0; // replace value
// ...can I "accumulate" values?
my_set1 :+ added_val; // Something like this?
my_set2 +: added_val; // Something like this?
}
_______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
