Skip to main content

Framework for PySide Applications

Project description

pyside-app-core

Custom style, widgets, and utilities for cross-platform PySide 6.5 applications with a focus on 'frameless' styling.

This project should be considered experimental and subject to breaking changes until a 1.0.0 release.

Install

$ pip install pyside-app-core

Run example application

$ python -m examples.toolbar_app --generate-rcc

Generate resources files

Resource files MUST be generated at least once for stylesheets and icons to function.

# from repo with this lib installed
compile-pyside-theme a/target/directory

# custom QssTheme subclass where `./theme.py` has `THEME = CustomTheme()`
compile-pyside-theme \
    --custom-theme-pypath theme.THEME \
    a/target/directory

# if needed to resolve python modules you can include pypath updates
compile-pyside-theme \
    --extra-python-path ./src \
    --custom-theme-pypath src.example_app.theme.THEME \
    a/target/directory

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyside_app_core-0.2.0.tar.gz (66.2 kB view hashes)

Uploaded Source

Built Distribution

pyside_app_core-0.2.0-py3-none-any.whl (68.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page