使用基于 Qt 的应用程序从 Finder 打开文件?
显然,对于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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