the mac app when deploy UI is different from the same mac app when debug UI
-
I developed a mac qt app, now I need to deploy it, so I add many .dylib and contain the platform-specific .dylib which is libqcocoa.dylib , and after that my app can run on other mac , but when I run the app on other mac , the UI is different from the UI which I the debug the mac app on myself mac , the two UIs Just similar , it make me confuse, the UI when I run my mac app in other mac is not what I design, is there any knowledge about this situation, please give me some links, thanks a lot!
here is the two UIs screenshot :
the UI when debug:
https://github.com/iOSPrincekin/Qt/blob/master/QA/7.png
the UI when run on other mac:
https://github.com/iOSPrincekin/Qt/blob/master/QA/8.png -
@Princein said in the mac app when deploy UI is different from the same mac app when debug UI:
Are you setting the default style for you app before you do any styling yourself. The fusion style is a good one to use on any platform.