Skip to content

Qt in Education

Are you a student or a teacher using Qt Educational Licenses? Here you can discuss about the educational use of Qt, share your learning projects, and network with others.

256 Topics 1.2k Posts
  • Qt;Athon 2025 - Find Your Teammate!

    Unsolved
    11
    1 Votes
    11 Posts
    1k Views
    U
    @veerbhan I would recommend you to add with us (Me and Lehomar2vinci).
  • Are the example images of padding and inset correct?

    Unsolved
    2
    0 Votes
    2 Posts
    115 Views
    jeremy_kJ
    @Lopher said in Are the example images of padding and inset correct?: Shouldn't the padding area be between the red Background and the blue Content item? Why does it here refer to the distance directly from the outside to the content area? Is this correct? Or is my understanding correct? Inset is the distance between a component and the outside, while padding is the distance between the Background and the Content item. Is that the Control layout diagram? If not, I'm out of wild guesses. The diagram is correct. The documentation for Control.padding appears to have been written without considering non-0 insets. test.qml: import QtQuick import QtQuick.Controls Window { width: 200 height: 100 visible: true Control { id: control anchors.fill: parent leftInset: 10 leftPadding: leftInset * 2 contentItem: Rectangle { color: "light blue" Text { text: "contentItem.width:" + control.contentItem.width + "\nbackground.width:" + control.background.width + "\ncontrol.width:" + control.width } } background: Rectangle { color: "red" } } } [image: 24a08f53-8b8e-4010-96c2-36a64ff9c6e2.png]
  • Request professionals to review my CMake configuration (Qt 6.8 QML modular build)

    Solved
    2
    1 Votes
    2 Posts
    335 Views
    KH-219DesignK
    LGTM. I just compared it to my checklist for CMake best practices (which you can read here), and I applaud you for: using subdirectories using PRIVATE (to limit scope) using functions that begin with target_ (in place of ancient/legacy habits of setting various options in a more global way)
  • Educational License Form Missing?

    Solved
    4
    0 Votes
    4 Posts
    400 Views
    D
    After some further testing, I determined the form will only show with cookies enabled. The buttons still did not work for me in Safari, but using Edge I was able to complete the registration.
  • Qt Education license

    Unsolved
    2
    0 Votes
    2 Posts
    668 Views
    SGaistS
    Hi and welcome to devnet, I would recommend contacting the Qt Company directly for your use case. This forum is user oriented.
  • Issue with Expired Verification Link for Qt Educational License

    Unsolved
    2
    0 Votes
    2 Posts
    636 Views
    Emilia_QtE
    Hi @Rexshimura! Try resetting your password by going to https://login.qt.io/forgot. This should verify your email as well. BR. Emilia
  • Qt;Athon 2024 – Find Your Teammates

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    T
    Hello @Kamikaza I would like to join your team !
  • education package

    Unsolved
    2
    0 Votes
    2 Posts
    806 Views
    Ash_QtA
    Hey @burak53 ! What training package are you referring to? Do you mean you have requested a Qt Educational License?
  • Forward Chaining Algorithm- Expert Systems 36

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    A
    El video a diferencia de los otros no muestra todo el código. Dónde podría ver el desarrollo de la función forwardchainning
  • Qt Education License on 16 computers in classroom

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    J
    Thank you for your answers. I'm sending an email to qtdigitallearning@qt.io.
  • 6 Votes
    11 Posts
    10k Views
    Z
    Hi All, Hope you will be fine. I am a Master Student in NTNU Norway. I am trying to install QT Developer and Studio for my educational purpose but the link in my university email account is expired and even if I am trying to create a new link by filling out the form in the below link but it is still not working. https://www.qt.io/qt-educational-license#application [image: 72933f44-0131-4bb7-98e1-8bf53e4787ca.png] Can you please me is there any solution to this problem? Regards, Zeshan
  • 'Funtional Programming" in C++

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    M
    @SGaist Thanks a lot. Actually I know that book too. Added to cart. I guess I should read that book and load my bullets. Thanks again!
  • 0 Votes
    2 Posts
    906 Views
    Axel SpoerlA
    Select another mirror.
  • Is QT Design studio enterprise in edu license?

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    JKSHJ
    Hi @Dycas, you might be experiencing this issue: https://bugreports.qt.io/browse/QLS-1123 Does the workaround there help?
  • how to install qt5.15 version using qt education license

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    Ash_QtA
    Hi there Liuk, You can install different Qt versions from the installer/maintenance tool: [image: 980bf4b7-fd45-4048-b176-5d4fa9c9e207.png] Are you not able to see Qt 5.15 on there? Is there a particular reason you are not using Qt 6 and its new features? :)
  • 3d Course, TrainingSandbox will not work

    Unsolved
    2
    0 Votes
    2 Posts
    810 Views
    Ash_QtA
    Hey there! Do you have this problem just with opening this project or other projects as well? Did you do the recursive cloning of the submodules using git? Using Qt Creator 13 and Qt 6.7.2 on Windows I was able to build the project using this kit: [image: 222f763b-f95f-475b-8824-787f709c369e.png] Have you tried with any other Qt versions or installations?
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • I need help

    Unsolved
    2
    0 Votes
    2 Posts
    749 Views
    jsulmJ
    @GP281 Please post the actual error message
  • Qt for MCUs

    Locked Unsolved
    2
    0 Votes
    2 Posts
    786 Views
    jsulmJ
    @Qt_lover_with_OS_license Hi! This is a user forum. You should consider to ask Qt Company directly.
  • I need help!!!

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    artwawA
    @J-Hilk it does, I just tested.