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.
我需要从 QWizard 页面中删除字幕区域。请告诉我有没有办法做到这一点?
谢谢,巴斯卡
使用QWizard::IgnoreSubTitles选项:
QWizard::IgnoreSubTitles
wizard->setOption(QWizard::IgnoreSubTitles, true);