Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在两个标题之间双击,树会展开(或适合我不知道的)列。 我怎样才能以编程方式做到这一点?我搜索了 PyQt 文档,但没有找到可以做到这一点的方法或插槽。
谢谢, 魔方
由于QTreeWidget继承自QTreeView您可以使用;
QTreeWidget
QTreeView
void QTreeView::expandAll ()
这也恰好是一个slot.
slot