Is there a platform independent way to specify a fixed width font for a Qt widget ?
If I set the font to \"Monospace\" in Designer on Linux, it is not found on Windo
For all widgets that accept Rich Text you can simply put it into a pre block, i.e. This is my Text. It will then use the systems monospace font.
pre
This is my Text