Qt 6.11 is out! See what's new in the release
blog
Pseudo state for QTreeWidgetItem for partial selection of child nodes
General and Desktop
2
Posts
2
Posters
433
Views
1
Watching
-
How can I add new pseudo state for QTreeWidgetItem to indicate partially selected parent node. I mean parent node whose all child nodes are not selected.
-
How can I add new pseudo state for QTreeWidgetItem to indicate partially selected parent node. I mean parent node whose all child nodes are not selected.
QTreeWidgetItem::setChecked( column, Qt::PartiallyChecked );