Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在 QprogressBar 中显示文本,但没有显示任何内容。
这是我正在做的事情:
ui.progressBar->setMaximum(0); ui.progressBar->setMinimum(0); ui.progressBar->setTextVisible(true); ui.progressBar->setFormat("Hello World");
有什么建议为什么什么都没有显示?
这是因为您使用的是忙碌指示器。当最小值和最大值都设置为 0 时会发生这种情况。
有一些关于此的错误报告尚未解决。像这样和这样。不过这些都很老了。