How to specify monospace fonts for cross platform Qt applications?

Viewed 33437

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 Windows and Arial is used instead.

4 Answers
Related