Hi Vláďa, 2011/2/24 Vláďa <[email protected]>: > [...] I think the most important information is that QML > requests from QAbstractListModel item with index -1, which of course doesn't > exist.
In that case, your model should return None (in C++ one would return an empty/invalid(?) QVariant. HTH. Thomas _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
