QTextListFormat size
Unsolved
General and Desktop
-
Hi and thanks for your time,
I try to fix the indentation of QtextListFormat.
In particular, I notice that when I chose QTextListFormat::ListDecimal and a large fontsize QTextEdit hide the number in this way:
So, I adjust the indentation, and now when I chose a large fontsize the number is visible, but the view is not nice:
Now I want to obtain something like this:
In other words when I vary the size in a list I want the size of numbers/letters/points stay fixed independently on which size I choose. Is it possible?