Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
朱子楚\zhuzi committed Dec 4, 2023
1 parent fd17788 commit 1559cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# 运行之前先保证 PySide6-FluentUI-QML 已安装
# pip install PySide6-FluentUI-QML
# or
sys.path.append("D:\PyProjects\PySide6-FluentUI-QML")
# sys.path.append("D:\PyProjects\PySide6-FluentUI-QML")
import FluentUI
#----------------------------------------------------------
# tips:如果使用QtCreator进行QML编写 import FluentUI爆红导致代码无法自动补全,请按https://github.com/zhuzichu520/PySide6-FluentUI-QML/wiki/Qml-code-completion 这个方法解决
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name = "PySide6-FluentUI-QML",
version = "1.6.2",
version = "1.6.4",
keywords="pyside fluent qml",
author="ZhuZiChu",
author_email="zhuzichu520@outlook.com",
Expand Down

0 comments on commit 1559cbd

Please sign in to comment.