[Interest] Key_Return and Key_Enter QtWebEngine input field

2016-08-24 Thread Johannes Pointner
Hello all, I'm trying to use a QKeyEvent to trigger the same action as if I hit the enter/return key on my keyboard on an input field in a webpage (like starting a search in google or login to something). But I can't get it to work. All other keys I tried like backspace or characters work. I also

[Interest] FYI: Qt 5.6.1 on macOS "Sierra" - Maintenance Tool runs again

2016-08-24 Thread Till Oliver Knoll
Hi all, For those interested: the MaintenanceTool.app of the stock Qt 5.6.1 binary runs again on the latest public beta of macOS 10.12 "Sierra". It used to segfault as soon as you would double-click on it on previous beta versions of "Sierra". Apparently someone at Apple /did/ notice my crash re

[Interest] Android Gradle issue: use -source 7 or higher to enable diamond operator

2016-08-24 Thread Jason H
I'm trying to use some supplied code that relies on Java 1.7: new HashSet<>(); error: diamond operator is not supported in -source 1.6 But in my build.gradle I have: android { /* the usual ... */ sourceCompatibility = 1.7 targetCompatibility = 1.7 } But I continue to get the error. What

[Interest] MapItemView does not work on map

2016-08-24 Thread Kishore J
In my QML file, I display a map and try to populate it with a MapItemView but it does not seem to work. I have added a MapCircle statically and that that works. Can anyone point out what is wrong in the following code. /***BEGIN*/ import QtQuick 2.5 import QtLocatio

Re: [Interest] Passing QML mapobjects (MapCircle) to QML maps through C++

2016-08-24 Thread Kishore J
Thanks Jason. I have been inching forward here and have made some progress. I've hit another issue that I'll raise as another topic. On Wed, Aug 17, 2016 at 9:55 PM Jason H wrote: > "Do not try and bend the spoon, that's impossible. Instead, only try to > *realize* the truth...*there is no spoon

Re: [Interest] Force property's binding to be executed from C++

2016-08-24 Thread Jason H
As as aside, you may want to look into using a QTreeModel for your XML, then you can use the model/view/delegate stuff in C++ and QML.     Sent: Tuesday, August 23, 2016 at 7:24 PM From: "Xavier Bigand" To: "Jérôme Godbout" Cc: "Jason H" , "Interests Qt" Subject: Re: [Interest] Force propert

[Interest] iOS QWebview communication javascript to native

2016-08-24 Thread Sylvain Pointeau
Hello, Do you know how to communicate from javascript to native in a qwebview in iOS? Best regards, Sylvain ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest