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.

250 Topics 1.2k Posts
QtWS25 Last Chance
  • License questions

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    1
    @Trigve T QT support and licensing have come back to me with some great information. It appears i may be joining the QT club soon. i just need to confirm that QT small business covers embedded devices.
  • Qt Udemy Courses

    Unsolved
    5
    10 Votes
    5 Posts
    3k Views
    E
    @rootshell Thank you Bryan for such hard work, Respect. Presently, enrolled in your courses. Could you please provide any sneak peek on the progress of the QT QML series course or provide any duration for series completion(either both intermediate and advanced or separately)?
  • Help with first app

    Unsolved
    2
    0 Votes
    2 Posts
    694 Views
    JonBJ
    @Damian7546 Don't write it so that in the middle of Client class sending message to server it needs to request a value (like scrollbar) from Window GUI component; better if Client knows nothing about Window. Approach so that Window class can tell client class what it wants it to do, through suitable method parameters or properties etc. supplied from Client.
  • Master Your App Development Skills - Qt Training & Workshops

    Unsolved
    2
    0 Votes
    2 Posts
    729 Views
    petrakP
    Upcoming Training: Name: Advanced QML Date: August 25
  • Using " //! "

    Solved
    3
    0 Votes
    3 Posts
    811 Views
    A
    Thank you very much!!!
  • lost on a desert island with no respones

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    1
    @JKSH said in lost on a desert island with no respones: If you want a more structured learning course, you can get paid training. i have contacted previously for costing and setting up a online training and inquired about pricing without any response i used my gmail account maybe qt mail filter for this as its not a business mail address. i was hopping to pay out my pocket. that aside i bought the videos from the third party video channel suggested above from third party learning how ever am still interested in purchasing additional material and a quick chat on webassembly and andriod. i have sent another mail, how ever will get on with the courses i purchased from the third party site. i would like to thank every one for having a look at this thread and helping. It helped a lot really.
  • Help with getting started on Qt Creator

    Unsolved
    2
    0 Votes
    2 Posts
    741 Views
    jsulmJ
    @avisoft On which OS are you? How did you install Qt (or did you only install QtCreator?)?
  • Is my Qt contact still alive?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    Roberto61R
    @AndyS Thank you AndyS. If you need I can send you all the Email messages that I have exchanged with Nikolina.
  • Qt in Education contact through web interface unresponsive

    Locked Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    AndySA
    @rwqt If you can give me your email address via PM then I will get the relevant people to get in touch with you. Sorry that you have not had a response so far!
  • Once it was easy

    Unsolved
    9
    -4 Votes
    9 Posts
    2k Views
    aha_1980A
    @Pablo-J-Rogina We'll see what happens with MS long-term... Regards
  • This topic is deleted!

    Locked Unsolved
    2
    0 Votes
    2 Posts
    12 Views
  • Including external text files into the Qt project

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    Pablo J. RoginaP
    @Rami just in case, keep in mind that files inside the Qt resource system should be read-only.
  • QVector <QString> words = lines from the file [index]

    Locked Solved
    6
    0 Votes
    6 Posts
    1k Views
    LordHomieL
    @SGaist @jsulm Thanks a lot people! the problem has been solved. actually i know how silly the mistake was but well, i have not been practicing c++ for long time but yeah thank you again!!
  • November Qt Training online via Udemy (Discounted)

    Unsolved
    3
    5 Votes
    3 Posts
    806 Views
    VagabondV
    @rootshell Hey Brian! Voidrealms tutorials where the first ones I ever checked out when getting into Qt for C++ in 2015. I am still amazed at the vastness of topics you have covered, in such a comprehensive yet concise way. I continue to recommend your channel to this day. Thanks a bunch for your awesome contribution!
  • Import Project Qt 3d Studio in QT creator

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    X
    You can display the slides on 5.12, what are you trying to do?
  • How to import Qt 3d studio project into Qt creator project?

    Locked Unsolved
    2
    0 Votes
    2 Posts
    748 Views
    J.HilkJ
    I'm closing this one as duplicate of https://forum.qt.io/topic/104298/how-to-import-qt-3d-studio-project-into-qt-creator-project
  • Files from video

    Solved
    10
    1 Votes
    10 Posts
    3k Views
    B
    All the up to date Photoshop files for working with the latest Bridge Plugin and Design Studio can be found here: https://git.qt.io/public-demos/qtdesign-studio/tree/master/psds
  • QML Layouts

    Unsolved
    2
    1 Votes
    2 Posts
    1k Views
    N
    Good efforts Charlie. The video you uploaded on youtube is good. Keep it up. Nice
  • Any Qt education slides?

    Locked Solved qtcreator qtquick
    7
    0 Votes
    7 Posts
    2k Views
    JKSHJ
    @AndyS said in Any Qt education slides?: What might be best is to show some of the videos on the website as that gives a good introduction into what you can do too. In addition to the website videos, there's also a YouTube channel full of Qt goodies: https://www.youtube.com/playlist?list=PLizsthdRd0YykOJsqikaW-OCF3r7OXRB5
  • circular gauge update from serial data

    Unsolved
    2
    0 Votes
    2 Posts
    864 Views
    KazuoAsanoK
    @kasra , You can use QSerialPort class to receive data. Qt Documentation : QSerialPort Class When the serial port receives new data, the signal readyRead() is emitted it. I think that if it binding to QML. you can handle this data at a circular gauge in qt qml. Please also refer to QSerialPort sample. Qt Documentation : Terminal Example