mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-11-13 20:42:21 +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处理方式**
|
**Tags处理方式**
|
||||||
```cpp
|
```cpp
|
||||||
// widget.cpp
|
// widget.cpp
|
||||||
QString tags=json["Tags"].toString(); //Read the Tags
|
QString tags=json["Tags"].toString(); //Read the Tags
|
||||||
@ -158,7 +158,7 @@ QString tags=json["Tags"].toString(); //Read the Tags
|
|||||||
if(tagList[i]=="a2d")
|
if(tagList[i]=="a2d")
|
||||||
ui->tag_a2d->show();
|
ui->tag_a2d->show();
|
||||||
}
|
}
|
||||||
```cpp
|
```
|
||||||
|
|
||||||
**Widget 初始化**
|
**Widget 初始化**
|
||||||
```cpp
|
```cpp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user