slint/api/python/briefcase
Olivier Goffart 88697c68bb Remove license header from .md/.mdx files
They should be in the lines, but the problem is that this causes issues
in the .mdx files.

License header doesn't really make sense for .md files anyway
2025-12-04 21:58:09 +01:00
..
src/briefcasex_slint Initial import of Briefcase plugin 2025-06-25 20:43:09 +02:00
pyproject.toml Bump version number to 1.15.0 2025-10-24 14:28:17 +00:00
README.md Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00

Briefcase Slint Plugin

The briefcasex-slint package extends the Briefcase tool with support for Slint as toolkit for standalone applications.

Install it in your Python environment, and briefcase new will offer you Slint as GUI framework for your next application.

Get Started

In a terminal, create a new Python environment and run the following commands:

  1. pip install briefcasex-slint
  2. briefcase new -Q bootstrap=Slint

Following the instructions on the screen.