Registry / other / qt5-activeqt

qt5-activeqt

JSON →
library5.15.18vcpkgunverified

Qt 5 module for accessing and creating ActiveX controls and COM objects on Windows.

vcpkg install qt5-activeqt
INSTALL
IMPORT
SIG · QT5-ACTIVEQT
Q
qt5-activeqt
othercppv5.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.

ActiveQt/QAxWidget
#include <ActiveQt/QAxWidget>

Embed an Internet Explorer ActiveX control.

#include <ActiveQt/QAxWidget> #include <QApplication> int main(int argc, char *argv[]) { QApplication app(argc, argv); QAxWidget widget("Shell.Explorer"); widget.show(); return app.exec(); }
Debug
Known issues
gotchaActiveQt is Windows-only and requires a Qt5 commercial or open-source license.
fix
Ensure you are on Windows and have the correct Qt5 installation.
affects: *
Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

qt5-activeqt — pip install qt5-activeqt · libregistry