View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#5
Not entirely sure why that's not working, but I'd suggest using either a QAbstractListModel, or a QAbstractTableModel rather than the generic QAbstractItemModel. In fact, given your original post, I'd use the QMaemo5TimePickSelector instead of a QMaemo5ListPickSelector anyway.