paceholder / nodeeditor

Qt Node Editor. Dataflow programming framework
BSD 3-Clause "New" or "Revised" License
2.92k stars 794 forks source link

how to change the Graphics style dynamically ? #416

Open yvanblanchard opened 3 months ago

yvanblanchard commented 3 months ago

Hello, I want to dynamically change the graphics style , for example by 'switching on/off' the 'light theme' style (to dark default one) from example. So how to adapt the existing example with a switch button (default versus light theme) ? Thanks.