[Interest] Qt Quick Controls 1 deprecated but no native styles for Qt Quick Controls 2?
Dmitriy Purgin
dpurgin at gmail.com
Mon Dec 10 17:52:22 CET 2018
Don't forget that in order to use QCC2 you will need a graphic card with
OpenGL support or rely on the rather slow software implementation (was it
GPL only btw?). Qt Widgets don't need a 3D accelerator. There are still use
cases where you don't have an OpenGL-enabled environment. Making QCC2
looking native on Desktop in order to make Desktop applications would -in
my opinion- just mean that you waste computing power on rendering controls
that can be rendered easier, with less dependencies and without need to
provide QML-to-C++ bridges.
Cheers
Dmitriy
On Mon, Dec 10, 2018 at 4:35 PM Dimitar Dobrev via Interest <
interest at lists.qt-project.org> wrote:
> On 10.12.18 16:43, Vlad Stelmahovsky wrote:
>
> > My point is that QtWidgets limited with desktop apps only
> >
> An excellent point, Vlad, thank you for reminding me. Yes, this is
> exactly right - the lack of native styles in Qt Quick Controls 2 would
> ruin mobile development with Qt as well. Most mobile applications need
> to look native, in fact, the only major exception are games.
>
> _______________________________________________
> Interest mailing list
> Interest at lists.qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20181210/def7abb0/attachment.html>
More information about the Interest
mailing list