QtWinExtra (Qt Windows Extras) provide classes and functions that enables the use of miscellaneous Windows-specific functions. For example, Qt objects can be converted to Windows object handles and DWM glass frames can be manipulated.
QtWinExtra (Qt Windows Extras) provide classes and functions that enables the use of miscellaneous Windows-specific functions. For example, Qt objects can be converted to Windows object handles and DWM glass frames can be manipulated.
In addition, one can use features introduced with windows-7, such as
- Aero Peek
- Jump Lists
- a progress indicator on a taskbar button
- a thumbnail toolbar etc.
The QtWin
namespace provides functions to convert Qt objects of classes such as QPixmap
or QImage
to Windows HBITMAP
or HICON
handles, and vice versa.
This add-on module was introduced in Qt 5.2.