Scroll to navigation

PYSIDE6-PROJECT(1) PySide6 tools PYSIDE6-PROJECT(1)

NAME

pyside6-project - project

DESCRIPTION

usage: project.py [-h] [--quiet] [--dry-run] [--force] [--qml-module]

{new-quick,new-ui,new-widget,build,run,clean,qmllint,deploy,lupdate,migrate-pyproject} ...

pyside6-project is a command line tool for creating, building and deploying Qt for Python applications. It operates on project files which are also used by Qt Creator.

Official documentation: https://doc.qt.io/qtforpython-6/tools/pyside-project.html

positional arguments:

{new-quick,new-ui,new-widget,build,run,clean,qmllint,deploy,lupdate,migrate-pyproject}
Create a new Qt Quick project
Create a new Qt Widgets Form project
Create a new Qt Widgets project
Build the project. Compiles resources, UI files, and QML files if existing and necessary.
Build and run the project.
Clean build artifacts and generated files from the project directory.
Run the qmllint tool on QML files in the project.
Create a deployable package of the application including all dependencies.
Update translation files (.ts) with new strings from source files.
Migrate a *.pyproject file to pyproject.toml format.

options:

show this help message and exit
Quiet
Only print commands
Force rebuild
Perform check for QML module
March 2026 pyside6-project 6.10