I haven't experienced exactly the same, but I did experience that if I use
a QSortFilterProxyModel as a model for ComboBox and the sort order changes,
ComboBox doesn't update itself. (A ListView connected with the same model
updates).
On Mon, Apr 11, 2016 at 3:06 PM, Gian Maxera wrote:
> Hello,
Hello,
I’m using the ComboBox item of QML with more than two Items with a ListModel
like that:
ComboBox {
id: rateType
anchors.horizontalCenter: parent.horizontalCenter
width: parent.width*0.9
Component.onCompleted: {