Registry / utility / qt5-winextras

qt5-winextras

JSON →
library5.15.18vcpkgunverified

Qt Windows Extras provide classes and functions that enable you to use miscellaneous Windows-specific functions, such as converting Qt objects to Windows object handles and manipulating DWM glass frames.

vcpkg install qt5-winextras
INSTALL
IMPORT
SIG · QT5-WINEXTRAS
Q
qt5-winextras
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.

QtWinExtras/QtWinExtras
#include <QtWinExtras/QtWinExtras>

Minimal example showing conversion of a QPixmap to a Windows HICON using Qt Windows Extras.

#include <QtWinExtras/QtWinExtras> #include <QApplication> int main(int argc, char *argv[]) { QApplication app(argc, argv); // Example: Convert a QPixmap to an HICON QPixmap pixmap(32, 32); HICON hIcon = QtWin::toHICON(pixmap); return 0; }
Debug
Known issues

No known issues recorded.

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-winextras — pip install qt5-winextras · libregistry