We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
self.fontComboBox.currentFontChanged.connect(print) 切换字体时报错:TypeError: lambda2() takes no arguments (1 given) 且打开字体列表进行上下滑动时控制台有警告Failed to compute left/right minimum bearings for "GB18030 Bitmap"
self.fontComboBox.currentFontChanged.connect(print)
TypeError: lambda2() takes no arguments (1 given)
Failed to compute left/right minimum bearings for "GB18030 Bitmap"
Mac
3.11.7
PySide6 6.4.2
v1.4.6
fontcomboBox的demo文件
The text was updated successfully, but these errors were encountered:
windows 没复现出这个问题
Sorry, something went wrong.
lambda 有具体点的报错信息吗
没有,只有这些报错
是不是得改成 lambda font: print(font)
改成这个也是一样的报错,QtPy版本正常
No branches or pull requests
What happened?
self.fontComboBox.currentFontChanged.connect(print)
切换字体时报错:
TypeError: lambda2() takes no arguments (1 given)
且打开字体列表进行上下滑动时控制台有警告
Failed to compute left/right minimum bearings for "GB18030 Bitmap"
Operation System
Mac
Python Version
3.11.7
PyQt/PySide Version
PySide6 6.4.2
PyQt/PySide-Fluent-Widgets Version
v1.4.6
How to Reproduce?
fontcomboBox的demo文件
Minimum code
fontcomboBox的demo文件
The text was updated successfully, but these errors were encountered: