[SOLVED] QComboBox with QAbstractItemListModel problem
General and Desktop
3
Posts
2
Posters
931
Views
1
Watching
-
Sorry guys for disturbing you with my question. Only one think was missing from the reimplemented data() function in my custom model: if ( role == Qt::DisplayRole ) ... So filtering for display role seems to be essential. For me it seems not entirely logic, but that's the case.
So i could solve my problem, no it's working fine:)
-
Hi,
Without any code it's impossible to tell what is going wrong.