Qt Widgets or Qt QML?! Help
-
Hello guys, I want to develop an application car-user interface aside a car cluster(2separate windows/screens) and I don't know if I should spend any more time with Qt Widgets or should I focus on QML only, can someone guid me ?
@Beniamin said in Qt Widgets or Qt QML?! Help:
Hello guys, I want to develop an application car-user interface aside a car cluster(2separate windows/screens) and I don't know if I should spend any more time with Qt Widgets or should I focus on QML only, can someone guid me ?
Hi @Beniamin, and welcome!
Qt Widgets were designed for traditonal desktop or office style applications. For a modern automotive cluster, I would recommend Qt Quick (QML). See here for some demos:
- http://blog.qt.io/blog/2017/06/08/built-qt-episode-ii-driving-automotive-industry/
- http://blog.qt.io/blog/2018/06/27/introducing-qt-automotive-suite-5-11/
(Note: The Qt Automotive Suite is a commercial product)
Just wondering, what car(s) will your software run in?
-
@Beniamin said in Qt Widgets or Qt QML?! Help:
Hello guys, I want to develop an application car-user interface aside a car cluster(2separate windows/screens) and I don't know if I should spend any more time with Qt Widgets or should I focus on QML only, can someone guid me ?
Hi @Beniamin, and welcome!
Qt Widgets were designed for traditonal desktop or office style applications. For a modern automotive cluster, I would recommend Qt Quick (QML). See here for some demos:
- http://blog.qt.io/blog/2017/06/08/built-qt-episode-ii-driving-automotive-industry/
- http://blog.qt.io/blog/2018/06/27/introducing-qt-automotive-suite-5-11/
(Note: The Qt Automotive Suite is a commercial product)
Just wondering, what car(s) will your software run in?
-
@Beniamin said in Qt Widgets or Qt QML?! Help:
it is just a personal project I want to develop. But Im kinda new in QT
To get started, it is easier to learn Qt by building Desktop applications. After you have a few weeks' experience, you can start transferring your Desktop projects to your embedded targets.
Good luck!