Hi,
I cannot figure it out how to have a TextEdit area where I can specify the space between the lines, I could subclass a QWidget and calculate every single line and paint it with drawText.
I think there's a better way to do that with TextLayout but I don't know how to use it, any help is appreciated
Thanks in advance
Bye