pythoncustomfluentfluent-designfluentuiguimodernpyqt5pyqt6pyside2pyside6qtqt5qt6softwareuiwidgetswin11winuiwinui3
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.
21 lines
529 B
21 lines
529 B
""" |
|
PyQt-Fluent-Widgets |
|
=================== |
|
A fluent design widgets library based on PyQt5. |
|
|
|
Documentation is available in the docstrings and |
|
online at https://qfluentwidgets.com. |
|
|
|
Examples are available at https://github.com/zhiyiYo/PyQt-Fluent-Widgets/tree/master/examples. |
|
|
|
:copyright: (c) 2021 by zhiyiYo. |
|
:license: GPLv3 for non-commercial project, see README for more details. |
|
""" |
|
|
|
__version__ = "1.8.3" |
|
__author__ = "zhiyiYo" |
|
|
|
from .components import * |
|
from .common import * |
|
from .window import * |
|
from ._rc import resource |