From 8bc5827755cacc5bcb941fb107ba535b557f1bcc Mon Sep 17 00:00:00 2001 From: metanoia1989 Date: Sun, 21 Mar 2021 15:40:14 +0800 Subject: [PATCH] fix screenshot path --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 63a24d8..fda777b 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,14 @@ 放一些大家写的Demo,方便参考学习和测试。 ## QPushButton 图标左对齐文字剧中 -[QProxyStyleTest](./QProxyStyleTest/) 参考以下的内容 +[QProxyStyleTest](./Components/QProxyStyleTest/) 参考以下的内容 * qpushbutton icon left alignment text center alignment 「Python实现的代码很简洁」https://stackoverflow.com/questions/56129402/qpushbutton-icon-left-alignment-text-center-alignment * QPushButton icon aligned left with text centered 「第二个回答就是,但是好复杂唉」 https://stackoverflow.com/questions/44091339/qpushbutton-icon-aligned-left-with-text-centered -![](./QProxyStyleTest/screenshot.png) +![](./Components/QProxyStyleTest/screenshot.png) ## 多线程下载 -[MultiplethreadDownload](./MultiplethreadDownload/) +[MultiplethreadDownload](./Components/MultiplethreadDownload/) 测试视频下载地址 https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4 @@ -64,7 +64,7 @@ 参考内容 * CoverEars(迅雷不及掩耳,Qt版多线程下载器) https://github.com/xj361685640/CoverEars-Qt -![](./MultiplethreadDownload/screenshot.png) +![](./Components/MultiplethreadDownload/screenshot.png) # C++ 相关DEMO 用来测试练习C++技术的。