qmarkdowntextedit icon indicating copy to clipboard operation
qmarkdowntextedit copied to clipboard

Question: How to zoom?

Open tim-gromeyer opened this issue 2 years ago • 1 comments

How can I zoom in and out with as little code as possible? MarkdownHiglighter uses a fixed font, so QPlainTextEdit's zoom functions can't be used

tim-gromeyer avatar Sep 23 '23 18:09 tim-gromeyer

I guess something like in https://github.com/pbek/QOwnNotes/blob/a35eb3d1a46b51604d1e544bfcb3dc187536ad35/src/widgets/qownnotesmarkdowntextedit.cpp#L97

pbek avatar Sep 24 '23 05:09 pbek