Re: [SailfishDevel] Bluedroid in Julla

2014-09-10 Thread Harald Schmitt
Since QT 5.4 has bluez5 support [1], I think going forward with bluez5 is a natural fit. Additionally, you can see that Chromium OS uses bluez5 [2] and Tizen [5]. And there are others who want to do bluetooth qualification with bluez5. Actually, I don't understand what implications android's choic

Re: [SailfishDevel] Bluedroid in Julla

2014-09-10 Thread Richard Rondu
Jolla, not Julla. I'm not sure Android choice of bluetooth library have any big impact on Jolla really. On Tue, Sep 9, 2014 at 6:45 PM, Tony wrote: > I made mistake :) Julia means Julla > Since Android 4.2, Google has enhanced Bluedroid and there os no > indication shows Google will flip back t

Re: [SailfishDevel] ComboBox issue (initialization)

2014-09-10 Thread François K .
Hi ! - Mail original - > Hello. You need to set currentIndex after your model data > initialized, > not object. You can initialize at onCountChanged or make special > signal > from signal and listen it. Thanks a lot Andrey, that solved my problem. I think I need some doc about that kind