进度优化
This commit is contained in:
parent
1e4d815759
commit
3045e761fe
|
|
@ -585,9 +585,9 @@ void FormDraw::DisplayLines(QJsonArray linesArray)
|
|||
DisplayType_One(lineObjInfo);
|
||||
}
|
||||
//中间
|
||||
sprintf(s,"加载中,共计%d条,正在加载第%d条..", iCount, id);
|
||||
sprintf(s,"加载中,共计%d条,正在加载第%d条..", iCount, id+1);
|
||||
mDepthProgress.SetShowName(s);
|
||||
mDepthProgress.SetDepth(id);
|
||||
mDepthProgress.SetDepth(id+1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user