Hi,
Many thanks for your answer!
I tried WebView and it worked pretty well. I currently tested it only on
android, but I think it should also work on iOs.
My biggest concern with WebView was, that it could look more like a "video
in a browser" and less than a
mediaplayer, but together with the yo
Oh, and I just realized that QtQuick 2 in 5.8 now depends on a GUI, so your Qt
Script will try to make some kind of UI call.
http://blog.qt.io/blog/2016/08/15/the-qt-quick-graphics-stack-in-qt-5-8/
The good thing there is a raster backend now available. But I don't know about
a dummy backend.
On Wed, 15 Feb 2017 13:55:33 -0500 Jérôme Godbout
wrote
> You could create a singelton Factory that will create the objects into
> javascripts and wrap the whole creation into a simple functions, you can
> also make a map from object name to the actual Qml Component. Just make
You could create a singelton Factory that will create the objects into
javascripts and wrap the whole creation into a simple functions, you can
also make a map from object name to the actual Qml Component. Just make
sure you give the object the proper parenting and ownership and delete them
properl
On Tue, 14 Feb 2017 11:06:36 -0500 Jason H wrote
>
>
> > Sent: Tuesday, February 14, 2017 at 10:14 AM
> > From: "Ian Geiser"
> > To: Interest@qt-project.org
> > Subject: [Interest] Replacing QScript with QML
> >
> >
> >
> >
> > Greetings, I am ported a non-gu
On Tue, Feb 14, 2017 at 7:33 PM, Richard Braun via cfe-dev
wrote:
> Hello,
>
> During work on an internal Qt-based project at Novasys-Ingenierie,
> a Clang plugin was written to convert string-based signals and slots
> to the Qt5 syntax. The plugin has since been pushed to Github [1]
> in the hope
15.02.2017, 19:07, "Jean-Michaël Celerier" : On Wed, Feb 15, 2017 at 3:17 PM, Alexander Dyagilev wrote: One has to write all these includes in every header file. Again and again... :( That's the correct practice. Else you are just putting back the pain to the inevitable day
On Wed, Feb 15, 2017 at 3:17 PM, Alexander Dyagilev
wrote:
> One has to write all these includes in every header file. Again and
> again... :(
>
>
That's the correct practice. Else you are just putting back the pain to the
inevitable day where you encounter a bug in the PCH mechanism which forces
Hello,
It's very annoying... Isn't it?
One has to write all these includes in every header file. Again and
again... :(
Isn't there really a some way to work around this?
On 2/11/2017 11:27 PM, Thiago Macieira wrote:
On sábado, 11 de fevereiro de 2017 17:35:03 PST Alexander Dyagilev wrote
On Wednesday, 15 February 2017 09:31:29 CET Nikolai Kosjar via cfe-dev wrote:
> On 02/14/2017 11:29 PM, Kevin Funk via cfe-dev wrote:
> > On Tuesday, 14 February 2017 20:33:15 CET Richard Braun via cfe-dev wrote:
> >> Hello,
> >>
> >> During work on an internal Qt-based project at Novasys-Ingenier
On 02/14/2017 11:29 PM, Kevin Funk via cfe-dev wrote:
On Tuesday, 14 February 2017 20:33:15 CET Richard Braun via cfe-dev wrote:
Hello,
During work on an internal Qt-based project at Novasys-Ingenierie,
a Clang plugin was written to convert string-based signals and slots
to the Qt5 syntax. The
11 matches
Mail list logo