aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/debugger
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-01-16 13:04:51 +0100
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-02-04 09:32:30 +0000
commitf7e1354ae563ae6c475ee2e18764127e58073d2b (patch)
treec53326c71f72d98f36220a302573dfdc7406d40a /tests/manual/debugger
parent2edd9c501205dca96ce86006fa2f73af62a4b157 (diff)
Add Qt for Python templates and better support
QtCreator: * Add new icons * Add support for `.pyproject` files, * Set `.pyproject` as default, but keep compatibility with `.pyqtc` * `.pyproject` is a JSON file, while `.pyqtc` is a plain-text. Python class: * Add option to ask if use PySide2 or PyQt5 * Remove the old import try-except structure * Remove iconText and add icon option * Remove shebang * Add utf-8 support Python file: * Remove code * Remove iconText and add icon option * Remove shebang * Add utf-8 support Qt for Python - Empty * Add file with basic statements to execute a QApplication Qt for Python - Window * Add file with basic statements to execute a QApplication, which contains a QMainWindow Task-number: QTCREATORBUG-21824 Change-Id: I4adb3ab6b179f084c7b674a6d4f643445fe24929 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'tests/manual/debugger')
-rw-r--r--tests/manual/debugger/python/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/debugger/python/README.md b/tests/manual/debugger/python/README.md
index 0ed136ee403..31b9e70a18e 100644
--- a/tests/manual/debugger/python/README.md
+++ b/tests/manual/debugger/python/README.md
@@ -1,4 +1,4 @@
-- qtcreator -load PythonEditor ./python.pyqtc
+- qtcreator -load PythonEditor ./python.pyproject (or ./python.pyqtc)
- Switch active runconfiguration to main.py
- <F10>