zhiyiYo / PyQt-Fluent-Widgets

A fluent design widgets library based on C++ Qt/PyQt/PySide. Make Qt Great Again.
https://qfluentwidgets.com
GNU General Public License v3.0
5.61k stars 541 forks source link

关于Navigtion中demo.py的bug #128

Closed linyang-cq closed 1 year ago

linyang-cq commented 1 year ago

from qfluentwidgets import (NavigationInterface, NavigationItemPostion, NavigationWidget, MessageBox, isDarkTheme, setTheme, Theme, setThemeColor) 上面NavigationItemPostion类的导入时,应该为NavigationItemPosition

zhiyiYo commented 1 year ago

你有 git pull 更新 examples 的代码吗?

zhiyiYo commented 1 year ago

或者说你安装的包版本太低了,试一下最新 v0.7.0

qianye216 commented 1 year ago

或者说你安装的包版本太低了,试一下最新 v0.7.0

是example中的navigtion示例demo中的还没改过来 image

zhiyiYo commented 1 year ago

目前已修复此问题