Friday, December 4, 2020

Qt / QML - a tool for modern application programming



 Qt and QML are tools that can increase productivity of application development big time. Qt is a framework consisting of C++ libraries that can do almost everything conceivable as far as app development is concerned. It can even create android/ios applications.







 Qt Creator is the IDE you can use to develop Qt/QML applications.



The best thing about Qt is that you can even use javascript like QML language to program the widgets on screen.

In fact you can write an entire application in QML without even touching C++.

No comments:

Post a Comment