Files
fluent_widgets_pyside6/docs/README_zh.md
2025-08-14 18:45:16 +08:00

4.1 KiB
Raw Blame History

logo

PySide6-Fluent-Widgets

基于 PySide6 的 Fluent Design 风格组件库

Version Download GPLv3 Platform Win32 | Linux | macOS

English | 简体中文 | 官网

Interface

安装📥

安装轻量版 (亚克力组件不可用)

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

安装完整版:

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

商用高级版 组件库包含更多组件,可从 发行页面 下载体验编译好的示例程序 PyQt-Fluent-Widgets-Pro-Gallery.zip

C++ QFluentWidgets 组件库非开源,可从 发行页面 下载体验编译好的示例程序 C++_QFluentWidgets.zip,价格见 官网

Warning

请勿同时安装 PyQt-Fluent-Widgets、PyQt6-Fluent-Widgets、PySide2-Fluent-Widgets 和 PySide6-Fluent-Widgets因为他们的包名都是 qfluentwidgets

运行示例▶️

使用 pip 安装好 PySide6-Fluent-Widgets 包并下载好此仓库的代码之后,就可以运行 examples 目录下的任意示例程序,比如:

cd examples/gallery
python demo.py

如果遇到 ImportError: cannot import name 'XXX' from 'qfluentwidgets',这表明安装的包版本过低。可以按照上面的安装指令将 pypi 源替换为 https://pypi.org/simple 并重新安装.

在线文档📕

想要了解 PyQt-Fluent-Widgets 的正确使用姿势?请仔细阅读 帮助文档 👈

许可证📄

PySide6-Fluent-Widgets 使用双许可证。非商业用途使用 GPLv3 许可证进行授权,商用请购买 商用许可证 以获得商用授权。

组件库受软件著作权保护软著登字第12532763号任何盗用、破解组件库或未经授权的商业使用均被视为侵权行为。

Copyright © 2021 by zhiyiYo.

Fluent Client🚩

Fluent Client 集成了设计师插件和脚手架功能,支持在 Designer 中直接拖拽使用 QFluentWidgets 的组件,所见即所得,让现代化界面搭建如丝般顺滑!可在 淘宝 购买使用 Fluent Client。

Fluent Designer

另见👀

下面是一些基于 PyQt-Fluent-Widgets 的项目:

参考