https://forum.qt.io/topic/127101/return-type-of-qabstractlistmodel-rolenames
Return type of QAbstractListModel.roleNames() | Qt Forum
May 28, 2021 - Hello, I am trying to create my own model for a ListView. The function looks like below def roleNames(self): roles = dict() roles[self.labelR...
return typeqtforum
https://doc.qt.io/qt-6.8/qabstractlistmodel.html
QAbstractListModel Class | Qt Core 6.8.7
The QAbstractListModel class provides an abstract model that can be subclassed to create one-dimensional list models.
classqtcore