QtDesigner:是否可以分配顶部菜单项处理程序?

发布于 2024-08-15 20:05:39 字数 207 浏览 1 评论 0原文

在 QtDesigner 中,如果我有一个按钮并想为其添加一个处理程序,我需要做的就是右键单击该按钮并选择“转到插槽” - QtCreator 将自动添加代码并将信号连接到插槽。但顶部菜单项在右键菜单 O_O 中没有“转到插槽”。是否可以将处理程序添加到 QtDesigner 的顶部菜单项?当然,我可以在构造函数中手动编写“连接”方法,但在 QtDesigner 本身中单击几下要容易得多 -_-。

In QtDesigner, if i have a pushbutton and want to add a handler for it all i need to do is to right-click this button and select "go to slot" - QtCreator will automatically add a code and connect signal to slot. But top menu items don't have a "go to slot" in right click menu O_O. Is it possible to add handler to top menu item in QtDesigner? Of course i can write a "conect" method manually at constructor, but it's much more easily to do a few clicks in QtDesigner itself -_-.

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

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

发布评论

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

评论(1

慵挽 2024-08-22 20:05:39

在每个菜单项上添加相应的“命令”将显示在“命令”QtDesigner 窗口中。右键单击命令并选择“转到插槽”。

On every menu item added corresponding 'command' will be displayed at 'commands' QtDesigner window. Right-click command and select 'go to slot'.

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