Re: [Interest] HTML Access key not working with webkit and webengine in MAC OS

2017-11-14 Thread neel patel
Hi, Can anyone update on above thread or below link for an issue. https://bugreports.qt.io/browse/QTBUG-64300 Thanks, Neel Patel On Mon, Nov 6, 2017 at 3:57 PM, neel patel wrote: > Just for reference, issue reported here. > > https://github.com/annulen/webkit/issues/594 > > Thanks, > Neel Pat

Re: [Interest] Qt 5.9.2 + iOS 11 SDK

2017-11-14 Thread Nuno Santos
Hey Ekke, I have already updated my phone to iOS 11 and didn’t feel that problem yet. Maybe because all my text fields that the font defined. By the way. Qt World Summit app had this issue. Thanks for letting me know!! I will get back to you if notice anything. Best regards, Nuno > On 14 Nov

Re: [Interest] Qt 5.9.2 + iOS 11 SDK

2017-11-14 Thread ekke
Hi Nuno, FYI: there's a problem - not with iOS 11 SDK  but at runtime: 5.9.x (and 5.10.Betas) users will get scrambled text on iOS11 devices https://bugreports.qt.io/browse/QTBUG-63127 https://bugreports.qt.io/browse/QTBUG-63476 more and more of my customers are reporting this now as they updated

Re: [Interest] QSortFilterProxyModel and Exceptions

2017-11-14 Thread Nuno Santos
William, Thanks for your reply and for your tip. Got it! Best regards, Nuno > On 14 Nov 2017, at 11:05, william.croc...@analog.com wrote: > > On 11/14/2017 05:46 AM, Nuno Santos wrote: >> Hi, >> >> I’m using QSortFilterProxyModel to sort a data model ascending and >> descending. >> >> I w

Re: [Interest] Qt 5.9.2 + iOS 11 SDK

2017-11-14 Thread Nuno Santos
Tor, Thanks for the clarifications! Regards, Nuno > On 10 Nov 2017, at 14:28, Tor Arne Vestbø wrote: > > Hi there, > > These are not crashes, they are warning reported by the Main thread checker, > telling us that we ideally should not call those functions from a > non-main-thread (the Qt

Re: [Interest] QSortFilterProxyModel and Exceptions

2017-11-14 Thread william.croc...@analog.com
On 11/14/2017 05:46 AM, Nuno Santos wrote: Hi, I’m using QSortFilterProxyModel to sort a data model ascending and descending. I wanted to create an exception to make a single item always appear at the beginning of the filtered model, bypassing the sort. Does anyone knows if this is possible?

[Interest] QSortFilterProxyModel and Exceptions

2017-11-14 Thread Nuno Santos
Hi, I’m using QSortFilterProxyModel to sort a data model ascending and descending. I wanted to create an exception to make a single item always appear at the beginning of the filtered model, bypassing the sort. Does anyone knows if this is possible? Thx! Regards, Nuno ___