When running Qt Quick apps (QML) on my Mac, some fonts look really washed out. Here is a screenshot of the Qt "gallery" demo:
My own QML app has the same problem when I run it directly (via the code generated by Qt Creator). When I view it in qmlscene, the fonts look fine though. Strangely, the fonts of the gallery demo look bad when running the executable as well as in qmlscene. What can I do to get nice fonts?
I am using Qt 5.1.1, and a fresh install of the Qt SDK.