I have a zooming feature for my widget which contains text blocks that become blurry when changing the scale of the underlying widget. I know that this is related to the font size, but how am I supposed to adjust the font size when the entire widget is getting scaled? Can I separate the scaling of the inherited text blocks from the underlying widget? (Texts are already separate child widgets)
What I did in that thread is I the font size to the largest size anyone will ever see it at and then I just scaled the text box down as someone suggested. Worked for me.
Well, at least in my case, I put an scale box, put the text inside it and in the scale box options i change the stretching option (Details > Stretching > Scale to Fit) I hope it works for you