[Development] QtQuick Control ComboBox localization

2013-09-24 Thread Nils Jeisecke
Hi list, What is the correct way to localize strings in a ListModel that is used for populating a ComboBox? The localization documentation says it's the views responsibility to use use qsTr. However, concluding from a quick code check ComboBox doesn't do that (and probably shouldn't, by default).

Re: [Development] QtQuick Control ComboBox localization

2013-09-24 Thread Bache-Wiig Jens
On Sep 24, 2013, at 1:06 PM, Nils Jeisecke wrote: > Hi list, > > What is the correct way to localize strings in a ListModel that is > used for populating a ComboBox? > > The localization documentation says it's the views responsibility to > use use qsTr. However, concluding from a quick code c