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
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
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
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
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
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
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