add complementary article

This commit is contained in:
Jerry Lee
2017-10-03 22:38:12 +08:00
parent 47fad5350a
commit b166bf7da8

View File

@@ -667,6 +667,8 @@ str.replace("%USER%", user, false); // Qt 3
str.replace("%USER%", user, Qt::CaseInsensitive); // Qt 4
```
> 【译注】:关于这个条目可以看看`CoolShell`这篇文章一些展开的讨论: [千万不要把 BOOL 设计成函数参数]( https://coolshell.cn/articles/5444.html)。
# 8. 案例研究
## 8.1 `QProgressBar`