vote up 2 vote down star

My software is written in Qt 4.4.2 using XCode on Mac OS X 10.5. It runs fine on Mac OS X 10.5. But when it is run on Mac OS X 10.6 it shows some strange visual artefacts when drawing the drop-down menus of QComboBoxes. Apparently it affects every QComboBox.

4 people with Mac OS X 10.6 who have tried it have reported the same behaviour, so it isn't a quirk on one machine. Everything else apparently looks fine.

The combo boxes function OK, but it doesn't look great. Aesthetics are important for commercial apps, especially on Mac OS X.

Has anyone else seen this behaviour with Qt apps on Mac OS X 10.6?

Is there a workaround?

flag
It's probably worth trying the Qt support forums or directly with Qt support if you're on a commercial license. – Barry Wark Sep 3 at 16:59
I let my support lapse when the LGPL version of Qt came out. I tried qt-interest. No luck so far. – Andy Brice Sep 3 at 17:01
I have now logged a bug with the Qt developers. – Andy Brice Sep 3 at 19:16

1 Answer

vote up 2 vote down check

There is a patch:

http://labs.trolltech.com/blogs/2009/08/31/qt-46-on-mac-os-106/

But it appears to only partially address the problem on Qt 4.4. See:

http://successfulsoftware.net/2009/09/03/qt-visual-artefacts-on-mac-os-x-10-6/

link|flag
A second patch, linked above, fixes the issue. – Andy Brice Sep 6 at 18:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.