Leverage OS X Framework from Qt Application?
-
wrote on 14 Mar 2015, 14:39 last edited by
I'm new to Qt. I'm looking for a way to leverage the OS X Framework from a Qt application. Any pointers ?
-
wrote on 14 Mar 2015, 16:40 last edited by
@tkgg said:
I'm new to Qt. I'm looking for a way to leverage the OS X Framework from a Qt application. Any pointers ?
Hi,
I'm sure to understand the question but you can use native OSX API from a Qt Application. Here an example
-
Hi and welcome to devnet,
As an example, you can take a look at the QtMacExtras module. The code there uses Objective-C++ to create interfaces to use OS X native frameworks.
1/3