Re: [Development] Mac app built with Qt5.3.0 RC got rejected by Mac App Store because of non-public API calls.

2014-05-17 Thread P Bai
Unfortunately the workaround described here  https://bugreports.qt-project.org/browse/QTBUG-31419 did not work with Qt5.3.0RC. I could not get it compiled after the patch. I have to use Qt5.3 because it fixed a serious sandbox bug.  Is there any way to completely disable usage of QML/QtQuick/Web

[Development] Mac app built with Qt5.3.0 RC got rejected by Mac App Store because of non-public API calls.

2014-05-14 Thread P Bai
Hi All, My mac app just got rejected by the Mac App Store for the following reasons: The use of non-public APIs can lead to a poor user experience should these APIs change in the future, and is therefore not permitted. The following non-public APIs are included in your appl

Re: [Development] Retina display support

2012-09-24 Thread P Bai
uot; Cc: Sent: Monday, September 24, 2012 6:02 AM Subject: Re: [Development] Retina display support On 21 Sep 2012, at 15:30, P Bai wrote: > Thank you, Eike. From what I read in the codereview, a function to get the > scale factor qt_mac_get_scalefactor() is available as a patch, but &

Re: [Development] Retina display support

2012-09-21 Thread P Bai
Image support becomes available. Is that right? Thank you again! P - Original Message - From: Ziller Eike To: Kai-Uwe Behrmann Cc: P Bai ; "development@qt-project.org" Sent: Friday, September 21, 2012 4:37 AM Subject: Re: [Development] Retina display support On 21 Sep 2012, at

[Development] Retina display support

2012-09-20 Thread P Bai
Hi all, I have a few questions about how to add retina display support to my application. I understand by reading an earlier discuss that you can add a few lines in the info.plist to enable HiDPI render. That would only work for text and standard widgets, right? How about icons and pixmaps? How