Qt 6.11 is out! See what's new in the release
blog
QTreeWidget Stylesheet for selected Children
General and Desktop
1
Posts
1
Posters
931
Views
1
Watching
-
Hi,
I have a QtreeWidget where I add custom Widgets of mine.
Ive added a Stylesheet for Selection@QTreeWidget::item:selected{
color: rgb(255, 255, 0);
background-color: #1d69e1;
}@The Background works but the Fore-Ground Color doesnt, The Labels on the Widget are always Black.
Are there any Tags to effect Children as well or any other Soloutions?