Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2020-03-31 21:48:26 +08:00
parent f99549b52d
commit 6e597de4e9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Usage ## Usage
Copy *winnativeeventfilter.h* and *winnativeeventfilter.cpp* to your project and use `WinNativeEventFilter::setup();` before any windows (widgets and Qt Quick windows) show up, just like what the example project does. Copy *winnativeeventfilter.h* and *winnativeeventfilter.cpp* to your project and use `WinNativeEventFilter::install();` or `WinNativeEventFilter::addFramelessWindow(reinterpret_cast<HWND>(myWidget->winId()));` before any windows (widgets and Qt Quick windows) show up, just like what the example project does.
## Notice ## Notice