Qt 6.11 is out! See what's new in the release
blog
QtQuick.Controls 1.4 and QtQuick.Controls 2.1
-
No, they can be used together.
However, Controls 2 are in general much better (they occupy less memory, perform better), so I would recommend using 2.x as much as possible.
-
Hi,
So I'm making a software for computer and not for mobile device, and I've been wondering :
- Using those both import at the same time can make some trouble ?
Thanks in advance for your answer !
@Arkning On the other hand Controls 2 have a modern mobile look&feel. If you want traditional desktop look&feel the Controls 1 are better. On a modern laptop or desktop computer you don't have to worry about memory consumption or speed of Controls 1. I suggest playing with the Qt example applications in Qt Creator to see them in action.
But as was said they can also be used together in the same application.