Skip to content

Qt Courses

Questions about Qt courses? Post here! You can find Qt's course catalog at qt.io/courses.

33 Topics 67 Posts
Qt 6.11 is out! See what's new in the release blog
  • Introduction to QML - Business Card Challenge

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • QML Task3 Restaurant Menu

    Unsolved
    1
    0 Votes
    1 Posts
    555 Views
    No one has replied
  • QML Task 2 Remote Control

    Unsolved
    1
    0 Votes
    1 Posts
    893 Views
    No one has replied
  • Challenge: Introduction to QML - Business Card - Requesting assistance for Extension.

    Unsolved
    1
    0 Votes
    1 Posts
    586 Views
    No one has replied
  • Challenge: Introduction to QML- Business Card

    Unsolved
    1
    0 Votes
    1 Posts
    567 Views
    No one has replied
  • Challenge: Introduction to QML- Business Card

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Esri x Qt - Exploring with ArcGIS Maps SDK for Qt

    Unsolved
    8
    0 Votes
    8 Posts
    6k Views
    jsulmJ
    @Anuj-Srivastava Are you sure you posted in the right sub-forum?
  • Where can i access challenges in QML for Beginners Learning Path?

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    Ash_QtA
    Hey @RahmanTaleshi, please reach out to academy@qt.io if you have not already, and we will get this sorted. We are aware of some issues we are not investigating with challenge enrolments.
  • How can I retake a course

    Unsolved
    2
    1 Votes
    2 Posts
    3k Views
    Ash_QtA
    Hey there! You can return to the course in the catalog and relaunch it. Are you experiencing issues with this?
  • My solution but i exported this for mobile too:))

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    V
    Thank you 😊
  • Introduction to QML Challenge - my solution

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    Ash_QtA
    Hey! Thanks for taking the time to tackle the QML for Beginners challenges! You are right that States could be a good application here to toggle between the business card's 'front' and 'back'! Well done in exploring and implementing this :) One way of stopping the flickering you mentioned is to bind the minimumHeight and maximumHeight properties of the Window to the business card ratio we want: minimumHeight: width / 1.586 maximumHeight: width / 1.586 You can learn more about those here
  • Introducing the QML for Beginners Learning Path & Challenges!

    Unsolved
    5
    0 Votes
    5 Posts
    5k Views
    T
    I can't edit my previous message now but I finally managed to run the program. It seems that the file path was too long, and by renaming my project to "Challenge1" (it was previously called "QML-for-Beginners-Challenges-Intro-to-QML"), it worked.
  • What's Happening on Qt Academy - February '25

    Unsolved
    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • What's Happening on Qt Academy - December '24

    Unsolved
    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • What's Happening on Qt Academy - November '24

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • What's Happening on Qt Academy - October '24

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Best Qt learning path

    Unsolved
    2
    0 Votes
    2 Posts
    3k Views
    SGaistS
    Hi, You might want to check the Qt Academy for courses. For videos, the KDAB YouTube channel has pretty interesting stuff.
  • Qt Quick and QML Training

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    Ash_QtA
    We also have some of Scythe Studio's courses on Qt Academy, where you can earn some super sweet badges and track your progress ;)
  • Hey! What's your Qt story?

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Missing Flash Boot to Qt Device

    Solved
    7
    0 Votes
    7 Posts
    6k Views
    JKSHJ
    @baqwas You're welcome. I have no doubt that you have bragging rights for your RPi-driven farm :-) If you're very keen to get Qt on your RPi, there are articles that describe how to do it: This one builds Qt on the RPi itself (which is very feasible on a beefy RPi5): https://www.tal.org/tutorials/building-qt-65-raspberry-pi-raspberry-pi-os This one cross-compiles Qt on an Ubuntu host for the RPi: https://wiki.qt.io/Cross-Compile_Qt_6_for_Raspberry_Pi However, there are many many steps involved, and it can be tedious for newbies. I strongly believe you will have a much more enjoyable experience if you start by learning how to write Qt apps directly on desktop Linux.