How can I be GOAT in QML ?
-
Hello, I would like to learn QML. I never use it before. I know qwidgets and c++ but, I think QML will be better for my advance project. What is your advice ? Where I start for learn and How long time need me ?
-
J Joe von Habsburg marked this topic as a regular topic
-
Hi,
One way is the Qt Academy and there is also the QML Book.
-
Hi,
One way is the Qt Academy and there is also the QML Book.
@SGaist said in How can I be GOAT in QML ?:
Qt Academy
I did not know there, thank you so much, it will be very helpfull for start.
Could you recommend different courses from udemy or coursera? Or, Is Qt Academy best option ?
-
I cannot as I have no experience with them.
Another interesting source of Qt content is the KDAB YouTube channel. -
I guess it depends on your learning style. How did you learn QWidgets? Do you prefer to read or watch videos.
Depending on how well you know other parts of Qt already and how comfortable you feel, you can also just learn from the documentation (that's where I would start). The knowledge there is quite condensed, but should have all the important facts. Sure, it does not necessarily give you experience. Also, the examples should be helpful to get a feel for QML. Learning from the documentation should be the fastest if it suits your learning style and current level of understanding of programming.
PS: I personally haven't used QML, yet.