Re: [Interest] Future of Qt with Ios

2014-09-18 Thread Kate Alhola
I got screen rotation to work with ios8. It needes patch to qioswindow.mm: - (void)layoutSubviews . At the moment the patch is very dirty, contains redundant and debugging code but it works. So lot of cleanupmis needed. As summary, there was three issues to get ios8 to work 1- must use qt5.3.2,

Re: [Interest] Input Validator

2014-09-18 Thread Stephen King
> Am 17.09.2014 17:11, schrieb Stephen King: > > I'm a little confused with QML TextInput with an int validator in Qt > > 4.7.4 (and maybe later). Given an int validator with a top of 128 and > > bottom of -127, why is 07 acceptable but 08 not and likewise 028, 038 > > etc? I assume they're actual