Registry / utility / qt5-macextras

qt5-macextras

JSON →
library5.15.18vcpkgunverified

Qt Mac Extras provide classes and functions that enable you to use miscellaneous functionality specific to the macOS and iOS operating systems.

vcpkg install qt5-macextras
INSTALL
IMPORT
SIG · QT5-MACEXTRAS
Q
qt5-macextras
utilitycppv5.15.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QtMacExtras/QMacExtras
#include <QtMacExtras/QMacExtras>

Access macOS native views from Qt

#include <QtMacExtras/QMacExtras> int main() { // Example: get the native NSView from a QWindow QWindow *window = new QWindow(); void *nativeView = QtMac::nativeViewFor(window); return 0; }
Debug
Known issues
breakingQt Mac Extras is deprecated in Qt 5.15 and removed in Qt 6.
fix
Migrate to Qt 6 platform-specific APIs or use QPA (Qt Platform Abstraction) directly.
affects: >=5.15
Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

qt5-macextras — pip install qt5-macextras · libregistry