@ubuntutouchfan Qt is the UI toolkit, that UT-Touch uses. That means instead of having to create the base logic for common UI elements like buttons and menus, you can just use the ones provided by Qt. To do that you have to use a language called QML. But there is some stuff that can't be done in QML, because it is so frontend focused. So QML has to be combined with another language. By default that's JavaScript, but you can choose to use C++, Python, Go or Rust instead
V
Best posts made by Vittelius
-
RE: Programming language for Ubuntu Touch apps