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

Re: [Development] Proposing Mehdi Fekari for Approver Status

2013-09-24 Thread Rafael Roquetto
+1 On Mon, Sep 23, 2013 at 06:13:46PM +0200, Nicolas Arnaud-Cormos wrote: > Hi all, > > I would like to propose Mehdi Fekari for approver status in the Qt project. > > Mehdi has been working on the Qnx/BlackBerry plugin in Qt Creator almost > since its beginning, and he is maintaining and testi

[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).