Qt 设计器 - 如何创建 QDialog?

发布于 2024-10-14 20:34:42 字数 138 浏览 2 评论 0原文

是否可以在 Qt-creator 中创建 QDialog,例如 QForm(通过单击)?我找到了几个示例,但 QDialog 是通过编程创建的。 我想在 QDialog 上拖放按钮、列表视图和其他组件。 现在我只能通过修改代码来添加新组件。

谢谢

It is possibility to create QDialog in Qt-creator like for example QForm (by clicking)? I've found several samples, but QDialog is created programmatically.
I want to drag and drop buttons, listview and others components on QDialog.
Now I can add new components only by modifying code.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

冬天旳寂寞 2024-10-21 20:34:42

选择文件/新建...;然后从文件和类中选择Qt,并从右侧面板中选择Qt Designer Form ClassChoose ... 然后将您带到另一个页面,您可以在其中选择Dialog

Select File/New ...; then from Files and Classes, pick Qt, and select Qt Designer Form Class from the right-hand-side panel. Choose ... then takes you to another page where you can select a Dialog.

浪菊怪哟 2024-10-21 20:34:42

菜单项File|New... 使您可以在templates\forms 选项卡中选择各种对话框类型。 (Qt 版本 4.7.0。)

The menu item File|New... gives you a choice of various dialog box types, in the templates\forms tab. (Qt version 4.7.0.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文