使用基于 Qt 的应用程序从 Finder 打开文件?

发布于 2024-09-14 09:36:04 字数 160 浏览 4 评论 0原文

显然,对于 Cocoa 应用程序,您应该实现 [[NSApp delegate] application:openFile:] 或类似的东西,以允许您的应用程序在 Finder 中双击打开文件。

由于要打开的文件的名称未在命令行上传递,如何使用 Qt 实现此功能?

Apparently, for Cocoa applications, you're supposed to implement [[NSApp delegate] application:openFile:] or something like that to allow your application to open files double clicked in Finder.

How do you achieve this functionality using Qt, as the name of the file to be opened is not passed on the command line?

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

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

发布评论

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

评论(1

甜嗑 2024-09-21 09:36:04

QFileOpenEvent (Qt4/Qt5)应该可以解决问题。

另请参阅 https://doc.qt.io/archives/qq/qq18- macfeatures.html

QFileOpenEvent (Qt4/Qt5) should do the trick.

Also see https://doc.qt.io/archives/qq/qq18-macfeatures.html

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