branch图标大小设置,查看源码方法drawBranches,就会发现控制宽度最后取决于indentation
indentation默认是25
setIndentation(50)
QTreeView设置branch图标大小
最新推荐文章于 2024-06-01 13:26:22 发布
branch图标大小设置,查看源码方法drawBranches,就会发现控制宽度最后取决于indentation
indentation默认是25
setIndentation(50)