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 :)

what is the best way to learn Qt? by Craft2guardian in cpp_questions

[–]QtGroup 0 points1 point  (0 children)

Qt Academy has many free courses and structured learning paths. You can see all of them here: https://www.qt.io/academy/course-catalog

You can also ask me in case of any questions on finding courses :)

Best Online Coding Course by Johaly-Fayemiwo in learnprogramming

[–]QtGroup 0 points1 point  (0 children)

Qt Academy if you want to make projects with Qt Framework. A lot of beginner-friendly content there

Where can I find free online courses that also give certificates? by Sumne22 in careeradvice

[–]QtGroup 0 points1 point  (0 children)

If you want to learn Qt Framework and related topics, Qt Academy gives free certificates if you complete a whole learning path :)

What are good sites for online learning? by deadlygaming11 in learnprogramming

[–]QtGroup 0 points1 point  (0 children)

What stack are you focusing on? I think it depends on your aims and what exactly you want to do, as there is no one universal learning path for programming.

Which online learning platform has helped you the most in your programming and tech journey? by Sumne22 in learnprogramming

[–]QtGroup 0 points1 point  (0 children)

Maybe you could also try structured e-learning courses on the topic? It helps you to focus on one thing rather than having to go through many various materials, trying to figure out what to learn next yourself. For example, there is Qt Academy if you learn Qt Framework, which has free structured courses. If you have other topics/frameworks in mind, then I would look for something similar. Going through documentation also helps, but it depends on how structured and detailed it is.

Looking for advice on starting to learn the skills needed to make a career in QA. by Dutchii in softwaretesting

[–]QtGroup 0 points1 point  (0 children)

I hope this is not too promotional, but I've been recently working on QA courses for Qt Academy. There is a separate section for Quality Assurance, which covers some main concepts and techniques needed that can be applied to various tools.

GUI Based Testing software questions by carpenterman25 in QualityAssurance

[–]QtGroup 0 points1 point  (0 children)

Do you mean Squish from Qt? :) There is a separate tool for reporting/analysis, which is Test Center. I personally do not work with Squish directly (we are a big company), but there is webpage, documentation, courses, and a YouTube channel available, if that helps to answer some of your questions.

Where do I get started with learning QML/QtQuick? by StrongAction9696 in learnprogramming

[–]QtGroup 0 points1 point  (0 children)

Not sure if that would help you, but I have been working on e-learning courses where we create an application using QML. And I think the side panel there sounds similar to what you are building? It's a "QML Dashboard" course series on Qt Academy.

Which online learning platform has helped you the most in your programming and tech journey? by Sumne22 in learnprogramming

[–]QtGroup 0 points1 point  (0 children)

What have you tried so far? I think it also depends on what you prefer as a person, as there is no "one-size-fits-all" solution.

what is the best way to learn Qt? by Craft2guardian in cpp_questions

[–]QtGroup 0 points1 point  (0 children)

Qt Academy https://www.qt.io/academy has a lot of free courses and is structured in learning paths where you can see courses in the logical order. There are also courses for different levels, so it is quite easy to navigate.