initial fluent-widgets ui

This commit is contained in:
2025-08-14 18:45:16 +08:00
parent 746e83ab23
commit 4c66886257
1198 changed files with 805339 additions and 0 deletions

View File

@ -0,0 +1,21 @@
"""
PySide6-Fluent-Widgets
======================
A fluent design widgets library based on PySide6.
Documentation is available in the docstrings and
online at https://https://qfluentwidgets.com.
Examples are available at https://github.com/zhiyiYo/PyQt-Fluent-Widgets/tree/PySide6/examples.
:copyright: (c) 2021 by zhiyiYo.
:license: GPLv3 for non-commercial project, see README for more details.
"""
__version__ = "1.8.4"
__author__ = "zhiyiYo"
from .components import *
from .common import *
from .window import *
from ._rc import resource