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.
我在 Visual Studio 中创建了一个 Qt 应用程序项目。它为主窗口生成一个 .ui 文件。如果我想添加另一个窗口怎么办?
如果您使用 Visual Studio 2013 和 Qt 5,请在解决方案资源管理器中右键单击您的项目并选择Add -> Class...以启动Add Class对话框。
您可以在对话框中为您的新窗口创建Qt5GuiClass 。
从 Visual Studio 的解决方案资源管理器中,右键单击Form files -> Add new Item -> Qt forms从那里选择Qt Dialog form (.ui)