Answer the question
In order to leave comments, you need to log in
QAbstractListModel as model for ComboBox - maybe?
There is a class that inherits from QAbstractListModel. If you set it as a model for ListView for example - it works fine. And for ComboBox it is impossible.
MyСlass {
id: myModel
}
ComboBox {
id: comboBox
model: myModel
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question