Re: [Interest] Updating NumberAnimation from/to at runtime

2017-07-16 Thread Shantanu Tushar
This worked like a charm- alwaysRunToEnd: false onToChanged: restart() Thanks everyone! On Fri, Jul 14, 2017 at 7:37 PM, Jérôme Godbout wrote: > so probably doing like Mark point out > > *alwaysRunToEnd: false* > onToChanged: restart() > > seem to work but very slowly,

Re: [Interest] Qt Android - Mouse Hovering Events

2017-07-16 Thread Robert Iakobashvili
It looks that the bug report is still appropriate: https://bugreports.qt.io/browse/QTBUG-43675 Kind regards, Robert On Sun, Jul 16, 2017 at 1:27 PM, Robert Iakobashvili wrote: > Dear Tony, > Thank you for the idea. > > However, it doesn't work on Android-7 with Qt-5.7.1

Re: [Interest] Qt Android - Mouse Hovering Events

2017-07-16 Thread Robert Iakobashvili
Dear Tony, Thank you for the idea. However, it doesn't work on Android-7 with Qt-5.7.1 I'd suspect that mouse hovering events simply are not delivered by Qt at Android since this is a rather new Android feature. Kind regards, Robert On Sun, Jul 16, 2017 at 11:43 AM, Tony Rietwyk

Re: [Interest] Qt Android - Mouse Hovering Events

2017-07-16 Thread Tony Rietwyk
Hi Robert, In the widgets have you setMouseTracking to true? Or was your code working in previous Qt versions, and now isn't? Regards, Tony On 16/07/2017 6:22 PM, Robert Iakobashvili wrote: Dear Oleg, Thank you for your prompt reply. My Qt Android App is written in Widgets. That could make

Re: [Interest] Qt Android - Mouse Hovering Events

2017-07-16 Thread Robert Iakobashvili
Dear Oleg, Thank you for your prompt reply. My Qt Android App is written in Widgets. That could make more sense for Android desktops like Chromebooks. If somebody is more knowledgeable about Android widgets and status of mouse hovering events there, it would be very much appreciated. Kind

Re: [Interest] Qt Android - Mouse Hovering Events

2017-07-16 Thread Oleg Evseev
Hi, Robert As I saw the Material and Universal styles have gained hover effects in Qt 5.8 in Qt Quick Controls 2.1 http://blog.qt.io/blog/2016/10/06/qt-quick-controls-2-1-and-beyond/ https://youtu.be/43HrMH379-E I suppose it works on Android. --- With regards, Oleg 2017-07-16 10:49 GMT+03:00

[Interest] Qt Android - Mouse Hovering Events

2017-07-16 Thread Robert Iakobashvili
Hi, Android-7 has mouse hovering events and may be they are even earlier. When using Qt-5.7.1, however, I do not see the events are coming, at least true for widgets. Does anybody knows if they are supported by Qt? Many Chromebook devices have a mouse-keyboard experience and no touch screen.