| 86 | )qss"; |
| 87 | |
| 88 | QColor colourForDepth(int depth) { |
| 89 | return QColor::fromHsl((depth * 47) % 360, 220, 130, 220); |
| 90 | } |
| 91 | |
| 92 | // Pesticide overlay: paints over the host's subtree, mouse-transparent, |
| 93 | // no layout impact. Repaints on geometry / show / hide events from any |