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.
Qt 新手。我正在使用 Qt Creator。我正在做一个现有的项目。我正在尝试在设计中添加一个新选项卡。它显示在显示的其他两个选项卡之间的设计中,但是当我运行它时,选项卡消失了。我确保 .ui 文件已保存。如何让这个标签显示出来?
尝试构建干净。这将强制 Qt 为 ui 重做 moc 文件。
希望有帮助。