I am working on a Qt application targeting Windows and Mac OS X. I have lots of dialogs with text in my application. I created the application on Windows, where I sized the dialogs to fit all of my text neatly. As soon as I compiled on Mac OS X, I realised all of the text doesn't fit properly. Furthermore, setting a different system font size in the Windows Control Panel causes all of dialog sizes to be incorrect.
How are you supposed to handle different system font sizes in Qt?