update README.md.

This commit is contained in:
shenmo 2020-10-27 17:26:56 +08:00 committed by Gitee
parent 32bc272791
commit f5788efb47

View File

@ -158,7 +158,7 @@ QString tags=json["Tags"].toString(); //Read the Tags
if(tagList[i]=="a2d")
ui->tag_a2d->show();
}
```cpp
```
**Widget 初始化**
```cpp