Doc: Add Python to list of supported languages

Change-Id: I01eed043b951162375d580e7b39dc5af40fec858
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2020-04-14 15:55:43 +02:00
parent b86dedb3e8
commit 9c2393fa69

View File

@@ -50,7 +50,8 @@
To set up a project, you first have to decide what kind of an
application you want to develop: do you want a user interface based
on Qt Quick or Qt widgets. Second, you have to choose the
language to implement the application logic: C++ or JavaScript.
language to implement the application logic: C++, JavaScript, or
Python.
\li \l{Using Version Control Systems}