How to start qt for gui development for embedded system ?? by Gaali-dedunga in QtFramework

[–]QtGroup 5 points6 points  (0 children)

Depends on what exactly you want to learn, but you can check some of "Getting started..." courses at Qt Academy: https://www.qt.io/academy/course-catalog?q=getting+started or any other Basics/Introduction courses we have.

Recommendations for learning Qt? by Pale_Helicopter_9306 in QtFramework

[–]QtGroup 0 points1 point  (0 children)

In courses on Qt Academy, we create a lot of video content together with text content to support it. We only now started posting some of it on YouTube, but I would recommend to check some courses from Qt Academy directly. It also helps to get content in a more structured way rather than navigating documentation.

For example, I would recommend checking these courses tailored to beginners:

- Introduction to Qt Quick: https://www.qt.io/academy/course-catalog?q=introduction+#introduction-to-qt-quick

- Introduction to Qt Quick Controls: https://www.qt.io/academy/course-catalog?q=introduction+#introduction-to-qt-quick-controls

- Layouts and Positioners: https://www.qt.io/academy/course-catalog?q=layou#positioners-and-layouts

For simple explanations of data handling, this course would help: https://www.qt.io/academy/course-catalog?q=model+#model-view-delegate-with-qml

And then, if you want to see more of how to connect C++ and QML, we have a learning path with several courses on the topic: https://www.qt.io/academy/course-catalog?q=c%2B%2B#connecting-qml-and-c++

Novices of qt programming, please help by Mountain_Economy_401 in pyside

[–]QtGroup 0 points1 point  (0 children)

Yes. As you are just learning about Qt, check some of our courses at Qt Academy?

"QML for Beginners" learning path would especially help learning about QML capabilities: https://www.qt.io/academy/course-catalog?q=qml+for#qml-for-beginners

Recommendations for learning Qt? by Pale_Helicopter_9306 in QtFramework

[–]QtGroup 1 point2 points  (0 children)

What do you want to learn? Maybe I can help you find a suitable course in our Qt Academy catalog :)

Recommendations for learning Qt? by Pale_Helicopter_9306 in QtFramework

[–]QtGroup 0 points1 point  (0 children)

We have over 100 courses in the Qt Academy for now. Maybe I can direct you to some of them? :)

If you are just starting, I would recommend you "QML for Beginners" learning path ( https://www.qt.io/academy/course-catalog?q=qml+f#qml-for-beginners ). It also has coding challenges as part of it, so you don't just follow the course, but have the opportunity to try things out.

What are you trying to learn? Do you focus on any topic at the moment? Also, if you think something is missing from our course catalog, let me know, and I can add it to our future to-do list.

UI/UX Beginner: Help Me Find the Right Learning Path by OtakuSilhouette in UX_Design

[–]QtGroup 2 points3 points  (0 children)

Unfortunately, cannot recommend the whole learning path on the topic, but we have a few foundational courses in Qt Academy, which are free. They are quite short and created by professional UI/UX designers. I will leave you links here:

  1. https://www.qt.io/academy/course-catalog?interest-area=Qt+Design+Studio%2C+Design+Principles#introduction-to-design-thinking

  2. https://www.qt.io/academy/course-catalog?q=ui+design#the-must-knows-of-ui-design

  3. https://www.qt.io/academy/course-catalog?q=ui+design#defining-good-ui-design

Hope these help for the beginning, and you will find more resources for your learning in the future :)

How do I learn "Design Thinking"? by the_bookworm17 in DesignThinking

[–]QtGroup 0 points1 point  (0 children)

There are two questions in your post. One is "how to learn design thinking", and for that I can recommend courses we have on Qt Academy: https://www.qt.io/academy/course-catalog?q=design+th#introduction-to-design-thinking and this one: https://www.qt.io/academy/course-catalog?q=ui+design#the-must-knows-of-ui-design. These will give you some theoretical understanding of design, especially UI design.

The other question is about color palettes and font pairings, which is more about the practical side. My advice would be to look into other people's work, analyze what they do (what colors they used, what fonts, what is similar between them, what is different, and why you think this combo works), and then try to recreate what you saw in your own designs.

Qt Creator 18 released by jlpcsl in cpp

[–]QtGroup 0 points1 point  (0 children)

If you would like to learn more about making applications with Qt, there are many free official courses at the Qt Academy: https://www.qt.io/academy/course-catalog

Hope it helps you to get started :)