What Color Role should I use for the outlines of radio buttons?
-
As in the title.
I tried to change my app's color scheme to all-black, but can't figure out how to get radio button outlines to be white. Right now they look like this
But checkboxes and pushbuttons are fine;
@swurl Did you check "Customizing QRadioButton" in https://doc.qt.io/qt-6/stylesheet-examples.html
-