I want to change all the button instances stylesheets of a widget, much like this question I found (Change Qt Stylesheet for all Instances of a Widget), however, I want to have a theme button so there is multiple stylesheets that I want to use in this manor.
In the example it changes all the button stylesheets on start up, I want to be able to do that within a function.
Any advice as to achieve this?