I am using QTextEdit to show some contents. I have following problem: if I print contents of QTextEdit, text is significantly smaller. I guess that prioblem is in different DPI between screen and printer. I tried many ways to try to solve this but I cannot find a way that would not affect printed size too. Can you please point me into right direction to achieve this?
Thanks!!