So, my old app had a radio element that used the style provider interface to style each of the radio list elements.
(It was a font list, with each element being in the font listed.)
Now that we have the appearance settings for elements, this has now gone, and I can't find any way to replicate it as the code stands.
Can anyone help?
I've fixed it in my code by creating a get function to return the QRadioElement's internal section, then walk through all the elements and apply an appearance with the correct font, but wondered if there was a way to do this without modifying QuickDialog.
Cheers,
Dave S.