我需要从QWizard page.Pls中删除字幕区域,让我知道有什么方法可以做到这一点吗?
谢谢,Bhaskar
发布于 2012-09-25 01:03:16
使用QWizard::IgnoreSubTitles选项:
QWizard::IgnoreSubTitles
wizard->setOption(QWizard::IgnoreSubTitles, true);
https://stackoverflow.com/questions/12565314
相似问题