Qt GUI Application Development: Qt Quick or Qt Widgets? | Qt QML Tutorial #6 | Scythe Studio

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 16

  • @MiiDev69
    @MiiDev69 Год назад +3

    Amazing introduction!
    Thank you for clarifying that QML is not the same as Qt Quick!

    • @nexsovia
      @nexsovia 2 месяца назад

      not the same, but also we can not use qml without qt quick, and we can use qt widget without qt quick

  • @daniellehunt380
    @daniellehunt380 Год назад +1

    Thank you for this! I was really having trouble finding a clear, concise explanation of the differences.

  • @ivannunes6668
    @ivannunes6668 Месяц назад

    Do you have plans to create videos about Qt and Python (PySide, PyQt)?

  • @vaibhavpatil9938
    @vaibhavpatil9938 5 месяцев назад

    Concept explained very well 🙇‍♂🙇‍♂

  • @shakeraljobury153
    @shakeraljobury153 11 месяцев назад

    Thanks for this wonderful video

  • @bennguyen1313
    @bennguyen1313 8 месяцев назад

    I have an existing c++ console-application (VS Studio Community) that uses std:thread, to interface to the serial port (1st thread), can-bus (2nd thread), and a (3rd) logger thread that receives data from the other threads and writes to a file.
    Now I'd like to make the application into a GUI..
    Would adding another std:thread for the Qt-Gui be easier, or should the app be written from scratch using Qt's multitasking (i.e. re-write the serial port and can-bus code to use QThread not std:thread)? Is linking to other libraries easy under Qt Creator or would using Qt in Visual Studio be easier?

  • @m.ashfaqullasharif3085
    @m.ashfaqullasharif3085 10 месяцев назад

    nice explanation ! Thanks

  • @JLMoriart
    @JLMoriart 10 месяцев назад

    Nice video, thanks!

  • @mohamadkenway5879
    @mohamadkenway5879 Месяц назад

    Please record pro course for Qt QML

  • @nexsovia
    @nexsovia 2 месяца назад

    thank you for this

  • @carlosmoreschi5440
    @carlosmoreschi5440 7 месяцев назад

    Very Good! Thank you.

  • @Hermaeus7
    @Hermaeus7 Год назад +1

    💯

  • @yoyotvyoo
    @yoyotvyoo Год назад +1

    thank you!