Re: [Development] The behaviour of Image / image provider are different from 5.5.1 to 5.6 in iOS

2016-04-11 Thread Federico Buti
Hi Ben, I've solved the issue by multiplying width/height to qApp->devicePixelRatio(). That should be 3 on iPhone 6 and should provide the correct result. I'm not sure if that's a bug or it is intended behaviour and I actually didn't investigate the issue a lot since I was just testing stuff. Hop

[Development] Winphone status

2015-09-14 Thread Federico Buti
Hi list. We are interested in porting an app already published on the AppStore and Google Play to WinPhone. The app communicates with a custom Wi-Fi device and relies on networking and bearer management. How's the status of QTBUG-43838 and, generally

Re: [Development] QML Settings

2015-05-27 Thread Federico Buti
in this case (bug?)). > > Konstantin > > > 2015-05-13 22:18 GMT+04:00 Federico Buti : > >> Hi, >> >> I've inverted the approach, i.e. I've defined the alias in the root >> component and the two property in the Setting type. Result: it still does >>

Re: [Development] QML Settings

2015-05-13 Thread Federico Buti
is logical and does make perfectly sense. I'm going to test it and report back. Thanks for your time! F. --- Federico Buti On 12 May 2015 at 13:17, Dominik Holland wrote: > Hi Federico, > > On 05/12/2015 12:14 PM, Federico Buti wrote: > > Hi list(s) > > I was con

Re: [Development] QML Settings

2015-05-12 Thread Federico Buti
I have sent the mail. Trivial error. Anyhow, your approach is logical and does make perfectly sense. I'm going to test it and report back. Thanks for your time! F. --- Federico Buti On 12 May 2015 at 13:17, Dominik Holland wrote: > Hi Federico, > > On 05/12/2015 12:14 PM

[Development] QML Settings

2015-05-12 Thread Federico Buti
Hi list(s) I was considering the usage of Settings QML for an app I'm working on. I just need to store two-three strings across mobile platforms and the API seems to fit my use case. However, I'm not able to make it work properly and I'm w

[Development] Sound routing

2015-04-27 Thread Federico Buti
Hi list(s), I'm in the early development stage of a mobile app and I'm currently trying to figure out which native API are mapped to Qt and which are not. Writing native code is not a problem but I would avoid wasting time for reinventing the wheel. :) Among the other things I'm concerned with th

Re: [Development] Qdoc || !Qdoc

2014-10-21 Thread Federico Buti
Crystal clear! Thanks all for the useful information and the kindness. Cheers, F. On 21 October 2014 12:48, Thiago Macieira wrote: > On Tuesday 21 October 2014 10:22:48 Federico Buti wrote: > > So, in short, which is the current state of the affairs? It is > > possible/advisa

Re: [Development] Qdoc || !Qdoc

2014-10-21 Thread Federico Buti
​Thanks for the fast response! I'm going to have a look to the documentation. Just to be totally sure: your answer implies that, as an external user of Qt (not a developer), it is now advisable to switch from Doxygen to qdoc, right? Or using qdoc is only suggested for Qt APIs? Thanks again, F. ​--

[Development] Qdoc || !Qdoc

2014-10-21 Thread Federico Buti
Hi all. in the git repository of Qt4.8 it is possible to read 1. qdoc3 is the tool used to generate the Qt reference documentation. 2. The source code is included as part of this package primarily to 3. fulfill our GPL obligations. We highly recommend using 4. Doxygen (http://www.stac