Update Windows.md

Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com>
This commit is contained in:
Samson Wang 2023-03-14 22:06:50 +08:00 committed by GitHub
parent dd0e1b3eef
commit 35f3cbdec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,4 +18,4 @@ If the widget is minimized to Windows task bar, `QWidget::raise()` or
`QWidget::show()` can not bring it to the front, you have to use Windows API
`ShowWindow()` .
You can find demo code in the [examples](examples/windows_raise_widget/main.cpp) directory.
You can find [demo code](examples/windows_raise_widget/main.cpp) in the examples directory.