From 35f3cbdec50f994a2c6d01ab33d05c834aba146d Mon Sep 17 00:00:00 2001 From: Samson Wang Date: Tue, 14 Mar 2023 22:06:50 +0800 Subject: [PATCH] Update Windows.md Co-authored-by: Hennadii Chernyshchyk --- Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows.md b/Windows.md index 5560cad..97bf726 100644 --- a/Windows.md +++ b/Windows.md @@ -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.