Qt Python Extension for VS Code
This extension helps you develop Qt for Python projects with Visual Studio
Code and Python
Features
- Build, run and clean PySide6 projects.
- Debug PySide6 applications with debugpy and QML debugger.
- Read PySide6 documentation.
- Provide a command to install PySide6 packages.
Prerequisites
The Python extension for Visual Studio Code
Quick Start
- Install the extension.
- Create a virtual environment or select a Python interpreter from an existing virtual environment.
- Install PySide6 packages by using one of the following methods:
- Run 'Qt-Python: Install PySide6' from the Command Palette
- Manually install PySide6 in the terminal (make sure your desired virtual environment is activated).
- Open or create a new PySide6 project and start developing.
Documentation
For more information about using Qt extensions, go to
Qt Extension for VS Code Documentation.
For pre-release versions, go to
Qt Extension for VS Code Pre-release Documentation.
Issues
If you encounter any issues with the extension, please report the
issues.
License
This extension can be licensed under the Qt Commercial License and the
LGPL 3.0. See the text of both licenses here.
| |