Re: [Interest] qml or qwidget

2018-02-22 Thread Alexandre Ribeiro
I'm using Qt Quick 2 with an in house 3D engine for a desktop application
and I've been getting great results.

My clients actually required that we used an UI that wasn't native and that
had a web 2.0 look, so the Qml/C++/OpenGL combination was a godsend.

On Thu, Feb 22, 2018 at 3:03 PM, Uwe Rathmann 
wrote:

> On Thu, 22 Feb 2018 13:54:39 +, Jérôme Godbout wrote:
>
> > I for one would go Qml, since it's the new thing with more development
> > on it, which seem more future proof.
>
> On the developer mailing list it has been recently announced, that Quick
> Controls 1 is going into deprecated mode.
>
> So at least for desktop applications, widgets seems to be the only
> solution having a future.
>
> HTH,
> Uwe
>
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] qml or qwidget

2018-02-22 Thread Uwe Rathmann
On Thu, 22 Feb 2018 13:54:39 +, Jérôme Godbout wrote:

> I for one would go Qml, since it's the new thing with more development
> on it, which seem more future proof.

On the developer mailing list it has been recently announced, that Quick 
Controls 1 is going into deprecated mode.

So at least for desktop applications, widgets seems to be the only 
solution having a future.

HTH,
Uwe

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] qml or qwidget

2018-02-22 Thread Jérôme Godbout
For OpenGL, you might want to take a look at Qt3D if it suit your need. Either 
can easily do the OpenGl part if you render to a texture and fill the widgets 
or item painting with it.


I for one would go Qml, since it's the new thing with more development on it, 
which seem more future proof. At my last job we did full fledge CAD software 
with Qml and 3D rendering to texture without too much problems.


If you are able to check for the Vulkan, you might want to design your 
application with that in mind, since it might replace your OpenGL in the future.


From: Interest  on behalf 
of Sylvain Pointeau 
Sent: Wednesday, February 21, 2018 5:05:10 PM
To: Qt Project
Subject: [Interest] qml or qwidget

hello,

I use heavily opengl (3.2 minimum) for now using cocoa, but I would like 
switching to Qt to plan for windows. Would you recommend qtquick/qml or qwidget 
?

best regards,
Sylvain


___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest