A fluent design widgets library based on C++ Qt/PyQt/PySide. Make Qt Great Again.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
之一 ae95c7eac5 更新版本号为 v1.8.3 2 weeks ago
.github 添加移除 FluentWindow 子界面的功能 4 months ago
docs 更新 README 4 months ago
examples 修复点击 TreeView 箭头无法收缩的问题 3 weeks ago
qfluentwidgets 更新版本号为 v1.8.3 2 weeks ago
.gitignore 添加移除 FluentWindow 子界面的功能 4 months ago
CHANGELOG.md 更新版本号为 v1.8.3 2 weeks ago
LICENSE 添加移除 FluentWindow 子界面的功能 4 months ago
README.md 添加贡献者信息 2 months ago
requirements.txt 添加移除 FluentWindow 子界面的功能 4 months ago
setup.py 更新版本号为 v1.8.3 2 weeks ago

README.md

logo

PyQt-Fluent-Widgets

A fluent design widgets library based on PyQt5

Version Download GPLv3 Platform Win32 | Linux | macOS

English | 简体中文 | 官网

Interface

Install

To install lite version (AcrylicLabel is not available):

pip install PyQt-Fluent-Widgets -i https://pypi.org/simple/

Or install full-featured version:

pip install "PyQt-Fluent-Widgets[full]" -i https://pypi.org/simple/

If you are using PySide2, PySide6 or PyQt6, you can download the code in PySide2, PySide6 or PyQt6 branch.

The Pro version library contains more advance components. You can download PyQt-Fluent-Widgets-Pro-Gallery.zip from the release page for preview purposes.

C++ QFluentWidgets require purchasing a license from the official website. You can also download the compiled demo C++_QFluentWidgets.zip from the release page.

[!Warning] Don't install PyQt-Fluent-Widgets, PyQt6-Fluent-Widgets, PySide2-Fluent-Widgets and PySide6-Fluent-Widgets at the same time, because their package names are all qfluentwidgets.

Run Example

After installing PyQt-Fluent-Widgets package using pip, you can run any demo in the examples directory, for example:

cd examples/gallery
python demo.py

If you encounter ImportError: cannot import name 'XXX' from 'qfluentwidgets', it indicates that the package version you installed is too low. You can replace the mirror source with https://pypi.org/simple and reinstall again.

Documentation

Want to know more about PyQt-Fluent-Widgets? Please read the help document 👈

License

PyQt-Fluent-Widgets is licensed under GPLv3 for non-commercial project. For commercial use, please purchase a commercial license.

Copyright © 2021 by zhiyiYo.

Work with Designer

Fluent Client integrates designer plugins, supporting direct drag-and-drop usage of QFluentWidgets components in Designer. You can purchase the client from TaoBao or Afdian.

Fluent Designer

Issue Reporting

Due to the frequent receipt of unfriendly comments, which has significantly impacted the author's enthusiasm for open-source development, we have decided to permanently close the Issue page. If you encounter any problems while using the library, please first check the official documentation. If the issue is confirmed to be a bug in the library, please send the following information to shokokawaii@outlook.com:

  • Operating system information
  • QFluentWidgets Library version
  • Minimal reproducible code
  • Steps to reproduce

See Also

Here are some projects based on PyQt-Fluent-Widgets:

Reference