PDA

View Full Version : QTabWidget problem with retina display on Mac



AndyBrice
10th June 2014, 10:20
I used QTabWidgets in my Qt 4.8.6 application on Mac OS X 10.9. It works fine.

10403

But if I modify my Info.plist to support retina display ( as per http://blog.qt.digia.com/blog/2013/04/25/retina-display-support-for-mac-os-ios-and-x11/ ) then the text is aligned differently:

10404

Obviously this doesn't look great.

Any idea why or what I can do to change it? I don't want to make the window a lot wider.