Qml introduction
-
Hello I am embedded software developer.
I am coming in contact with qt and qml as I am looking for new opportunities for my career.
I don't have any idea about the qt and qml.It will be great help if someone guide me to correct content or any reference where I can start with qt or qml application.
Thanks -
Hello I am embedded software developer.
I am coming in contact with qt and qml as I am looking for new opportunities for my career.
I don't have any idea about the qt and qml.It will be great help if someone guide me to correct content or any reference where I can start with qt or qml application.
ThanksQt comes with many examples, they are available right from Qt Creator. All are well documented.
If you want a book, there is https://www.qt.io/product/qt6/qml-book/ch01-meetqt-meet-qt
-
S SGaist moved this topic from Announcements on
-
Hello I am embedded software developer.
I am coming in contact with qt and qml as I am looking for new opportunities for my career.
I don't have any idea about the qt and qml.It will be great help if someone guide me to correct content or any reference where I can start with qt or qml application.
ThanksHi @Ganesh5943
Also see the KDAB "Introduction to Qt / QML - all videos so far" playlist on youtube
https://www.youtube.com/playlist?list=PL6CJYn40gN6hdNC1IGQZfVI707dh9DPRc -
Hi @Ganesh5943
Also see the KDAB "Introduction to Qt / QML - all videos so far" playlist on youtube
https://www.youtube.com/playlist?list=PL6CJYn40gN6hdNC1IGQZfVI707dh9DPRcagreed on @petero3's suggestion for using the KDAB tutorials -- they're well produced, move a (IMO) a good pace, and cover pretty much anything you'd want to know about QML as a beginner.
I have to say that the examples provided in Creator probably aren't a good place for a beginner. These examples seem to be intended more for an experienced Qt programmer who wants to know "oh yeah, how do I do that again?" rather than a beginner who wants to understand how things work.
Anyway, I encourage you to use whatever resources you find helpful. Qt admittedly has a steep learning curve, but the rewards are copious. Plus this forum is as good as it gets for help.