Qt Creator Manual

Implementing Application Logic

A user interface is only a part of an application, and not really useful by itself. You can use Qt or JavaScript to implement the application logic. For more information on using JavaScript, see Integrating JavaScript.

For an example of how to use JavaScript to develop a game, see the QML Advanced Tutorial.