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?
↧