+ 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?
1 Antwort
+ 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.