gar*_*ese 2 c++ qt qt5 qt5.4
如何24%从进度条中删除文本(即)?我只想显示一个没有任何文本的普通进度条。那可能吗?
24%
Che*_*byl 8
是的,您可以使用setTextVisible()方法来实现,只需设置false. 例如:
setTextVisible()
false
QProgressBar *pr = new QProgressBar; pr->setValue(50); pr->setTextVisible(false);
归档时间:
10 年,10 月 前
查看次数:
2734 次
最近记录: