[Development] Future of Qt Quick 1 in Qt 5

Thiago A. CorrĂȘa thiago.correa at gmail.com
Fri May 8 16:07:32 CEST 2015


On Fri, May 8, 2015 at 9:39 AM, Frederik Gladhorn <
frederik.gladhorn at theqtcompany.com> wrote:

>
> Since KDE moved over the Plasma desktop to Qt Quick 2 (on which I'm writing
> this email), I feel confident that the time has come to move everyone over.
> For the no opengl acceleration use case, we provide the Qt Quick 2D
> Renderer
> as backend. (
> https://blog.qt.io/blog/2015/01/22/introducing-the-qt-quick-2d-renderer/)
>
>
IMHO you should not use Qt Quick 2D Renderer as an argument unless it were
available in the open source package, but you could argue that there is
mesa software render support in 5.5. What's the difference between the 2?

export QMLSCENE_DEVICE=softwarecontext
and
export QT_OPENGL=software

It would be nice if the article would mention that.

On the windows side, Qt Quick 2 applications have issues with the OpenGL
dependency since Microsoft doesn't provide an implementation, it's up to
graphics drivers. If you don't have a decent driver or version it will
fail. Also Remote Desktop connections doesn't work. The dynamic opengl
implementation in 5.5 solves that. Up until now the Remote Desktop issue
kept my application from migrating.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20150508/66e8ec2b/attachment.html>


More information about the Development mailing list