标签: python qmenu
有什么方法可以检查QMenu中的内容,还是打印出其中的菜单项的文本?
基本上我正在尝试查询QMenu中的项目...
尝试使用count(),len()等(尝试模仿这种方式,因为其他一些小部件以这种方式使用它),但由于出现错误-AttributeError: 'QMenu' object has no attribute 'xxx'
count()
len()
AttributeError: 'QMenu' object has no attribute 'xxx'