Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm new to Qt. I'm looking for a way to leverage the OS X Framework from a Qt application. Any pointers ?
@tkgg said:
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.