Used for pyqt5 beautification
Project description
快速美化PyQt--QcureUi
QcureUi
- 快速美化PyQt应用
- 项目地址(欢迎star):https://github.com/Amiee-well/cureUi
使用方法
-
pip install QcureUi
-
调用QcureUi.cure.Windows()
-
共有五个参数填写:
1.第一个参数为QWidget面板类(必填)
2.第二个参数为托盘名字(必填)
3.第三个参数为托盘图标,必须为jpg格式(必填)
3.第四个参数为选择美化颜色面板(选填,默认为default)
现已有参数为:blue,blueDeep,blueGreen,pink四种
该参数为True时将随机从已有颜色库返回其一
4.第五个参数为窗口名字(选填,默认为QCureWindow)
5.第六个参数为窗口图标(选填,默认为空)
注意事项
- 注意:托盘图标默认名称为icon.jpg,改变该图标可在运行目录下放置该图片
- 使用示例: from QcureUi import cure app = QApplication(sys.argv) win = cure.Windows(Examples(), 'tray name', 'tray.jpg',True, 'program name', 'myicon.ico') sys.exit(app.exec_())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
QcureUi-0.0.3-py3-none-any.whl
(151.8 kB
view details)
File details
Details for the file QcureUi-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: QcureUi-0.0.3-py3-none-any.whl
- Upload date:
- Size: 151.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cbcb1f277b1b976fffe795ee72dd8381c719e302d040b2819fa8411b98e92a3 |
|
MD5 | b5759111eded97bea2008a461b51fe15 |
|
BLAKE2b-256 | 900bc91e20342fbcfbd0515acdac1a9dc0d38d0d554675f663e4ded424f40cda |