summaryrefslogtreecommitdiff
path: root/tests/manual/debugger/python
Commit message (Collapse)AuthorAgeFilesLines
* Add Qt for Python templates and better supportCristian Maureira-Fredes2019-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Debugger: port python debug test to python 3David Schulz2017-10-241-5/+5
| | | | | Change-Id: I1e546b8c151f59432292118a0a6b4d913196e79b Reviewed-by: hjk <hjk@qt.io>
* Debugger: Add some hints on how the Python manual test workshjk2017-08-103-1/+6
| | | | | Change-Id: I7a20451739c759510ea2d400493985ae543c6965 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* debugger: rename manual tests from 'gdbdebugger' to 'debugger'hjk2011-08-242-0/+58
Change-Id: I0f92b03fa99d81fd58d92eb8a0f3dfe3b1cbf7b4 Reviewed-on: http://codereview.qt.nokia.com/3402 Reviewed-by: hjk <qthjk@ovi.com>