[Qt-interest] Qt Cocoa 4.7 - no text at all in the UI?
Paul Miller
paul at fxtech.com
Thu Jan 13 22:42:34 CET 2011
On 1/12/2011 7:49 AM, Paul Miller wrote:
> I have an application we just released on Mac using Qt Cocoa 4.7 (64
> bit). Works fine on our machines, and we're not doing anything "weird".
> But on a user's machine all of the text is missing. Pretty much all
> QLabels are invisible - there is space for the labels but the text is
> just not rendered.
Here is some more information.
If I do this:
QFont font = label->font();
font.setBold(true);
label->setFont(font);
Then the text shows up (but only for the bold labels).
But, if at the very start of the program I do something like this:
QFont font("Lucida Grande", 11);
QApplication::setFont(font);
Then no text shows up either, including the bold ones that did before.
But so far this has only happened on this one machine. This sounds like
one of those things that is going to be impossible to reproduce.
More information about the Qt-interest-old
mailing list