我无法将 "label" 等元素拖放到 pyside2 设计器 (MacBook) 中的小部件中

I cannot drag and add elements such as "label" into a widget in pyside2 designer (MacBook)

我无法在 pyside2 designer (MacBook) 中将“标签”等元素拖放到小部件中

我安装了python3.7.7 并写道:

pip3 install PySide2

并搜索“设计师”。我点击了 python3.7.7 > PySide2 > Designer 它可以工作,但我无法拖动和添加元素

好像是最近reported bug的macOS,好像已经用Qt 5.15.2修复了,不过需要等它发布(应该是11月的某个时候),不然改为恢复到以前的 5.15.0 版本。我相信您可以使用 pip3 install PySide2==5.15.0pip3 install --upgrade PySide==5.15.0

卸载然后安装

谢谢! @musicamante