|
|
|
|
|
by uuilly
6807 days ago
|
|
It is a universal Gui API. So on OS X it api's to carbon (soon to be cocoa.) On windows it api's to mfc and on linux to xwin. So yes, it has exactly the same look and feel as a mac app or whatever platform you choose build on. Once it's compiled it's just a bunch of native system gui calls so there is no way to tell the difference. You've probably used Qt a million times and not known it. Opera and Google Earth are both Qt apps. Even if I was only releasing on one platform I would still use it b/c it is so simple and powerful. And what's the harm in having your app available to the other 90% of computer users?
|
|