What about Qt5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What about Qt5

I want an opinion from a profesional c++ dev (opinions from others accepted too). What is the position of Qt on the market currently? Can I focus only on Qt for GUI apps along with c++? If Qt5 is really good as they say how about asking SL to publish a course on Qt5?

24th Mar 2018, 10:34 AM
Elva
Elva - avatar
1 Answer
+ 1
Nice library and best if you are using C++, works with Python too, using pyQt. You might want to look at QML https://doc.qt.io/qt-5.10/qtqml-index.html which is a declarative language, much like a combination of HTML and CSS, and takes care of animations for you. Less requirements for Qt skills than Web skills though.
24th Mar 2018, 5:27 PM
Mike Choy
Mike Choy - avatar