Skip to main content

A UI library for PySide

Project description

PySideUI

customized ui components for Qt python bindings

安装

pip install PySideUI

或升级

pip install PySideUI --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple

使用

Button

btn = PrimaryBtn('测试', {'color': 'red', 'background-color': 'pink'}, clicked=lambda:print('hello world'))
# 通过字典设置样式,点击事件赋值给 clicked 参数

btn.clickedFunc = lambda: print('hahah')

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

PySideUI-0.0.3.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

PySideUI-0.0.3-py3-none-any.whl (5.4 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