mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
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 |
||
|---|---|---|
| .. | ||
| src/briefcasex_slint | ||
| pyproject.toml | ||
| README.md | ||
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:
pip install briefcasex-slintbriefcase new -Q bootstrap=Slint
Following the instructions on the screen.