Quantcast
Viewing all articles
Browse latest Browse all 13965

QAbstractListModel and an stl set

We’re deciding how to rebuild the Ui side of some legacy software. I’ve got a data structure that part of me feels would work as a QAbstractListModel, however, the data is stored in an std::set, not a vector or list. Has anybody ever managed working with a set and a model in Qt?

Viewing all articles
Browse latest Browse all 13965

Trending Articles