QTextEdit Zoom Not Working after SetHTML
Unsolved
General and Desktop
-
Hi,
Which version of Qt are you using ?
On which OS ?
Can you provide a minimal compilable example that shows that behaviour ? -
Qt 5.15.0 i found the solution you need to delete the font in html style document that is generated by Qtextedit:
text { text.remove("font-size:10pt;") };
so if any body have the problem when you clear the qtextedit and you load a file with SetHtml the zoom method is disable.