我想使用pyside6中的uuu特性uuu模块来使用snake\u案例。根据qt的博客文章,我应该可以这样使用它:
from __feature__ import snake_case, true_property
table = QTableWidget()
table.column_count = 2
button = QPushButton("Add")
button.enabled = False
layout = QVBoxLayout()
layout.add_widget(table)
layout.add_widget(button)
但是,我不能使用功能,因为我的程序不知道它来自哪个包。我尝试在没有导入行的情况下执行上面的代码,但仍然不起作用。我该怎么办?
暂无答案!
目前还没有任何答案,快来回答吧!