mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-10 23:55:58 +08:00
update README.md.
This commit is contained in:
parent
32bc272791
commit
f5788efb47
@ -135,7 +135,7 @@ void Widget::openUrl(QUrl u)
|
||||
```
|
||||
## Tags处理方式
|
||||
|
||||
** Tags处理方式**
|
||||
**Tags处理方式**
|
||||
```cpp
|
||||
// widget.cpp
|
||||
QString tags=json["Tags"].toString(); //Read the Tags
|
||||
@ -158,7 +158,7 @@ QString tags=json["Tags"].toString(); //Read the Tags
|
||||
if(tagList[i]=="a2d")
|
||||
ui->tag_a2d->show();
|
||||
}
|
||||
```cpp
|
||||
```
|
||||
|
||||
**Widget 初始化**
|
||||
```cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user