需要使用电子邮件/蓝牙/社交网络传输文件的帮助
大家好,我需要一些关于如何使用 Qt 使用电子邮件或蓝牙或 N900 中已定义的社交网络(例如 facebook)发送文件的一般信息。
关于蓝牙,我读到 Qt 不提供任何库,并且您必须使用 Qt Extended,或使用默认的 Maemo 库...
我也知道对于一般电话功能,可以使用 DBus 来执行必要的功能..我需要帮助来完全理解这个 DBus 概念和如何使用它来传输文件...关于将文件上传到 N900 中已定义的社交网络,我不知道...
对这三点的任何一般帮助将非常感激..!
Hey guys, I need some general information on how can I use Qt to send a file using email or bluetooth or a social network already defined in the N900 (e.g. facebook) ..
Regarding bluetooth, I read that Qt doesn't provide any libraries, and you would have to use Qt Extended, or use the default Maemo libraries ...
I also know that for general phone functions, a DBus can be used to perform the necessary functions .. I need help in fully understanding this DBus concept and how to use it to transfer files ... And regarding uploading a file to a social network already defined in the N900, I have no idea ...
Any general help on these three points would be really appreciated .. !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您好,我会尽力回答您的所有问题:
要发送邮件,您可以使用一些第三方库,例如 http://www .vmime.org/ 一个适用于 n900 的工具,您也可以尝试 qt 桌面服务 http://doc.qt.nokia.com/4.6/qdesktopservices.html#details 或查看 qt moving api 的消息传递模块 http://doc.qt.nokia.com/qtmobility-1.0-tp/messaging.html,
对于蓝牙搜索,移动 API 的 http://doc.qt.nokia。 com/qtmobility-1.0/service-frameworks.html 或使用 n900 api,要上传文件,您应该研究要使用的社交网络的 api 并使用 http://doc.trolltech.com/4.6/qnetworkaccessmanager.html 进行发布和获取操作。
希望有帮助:D
hello i will try to answer all your questions :
to send a mail you can use some third party library like http://www.vmime.org/ one that works on n900 you could also try qt desktop services http://doc.qt.nokia.com/4.6/qdesktopservices.html#details or look in the messaging module of qt mobility api http://doc.qt.nokia.com/qtmobility-1.0-tp/messaging.html,
for bluetooth search the mobility api's http://doc.qt.nokia.com/qtmobility-1.0/service-frameworks.html or use the n900 api's and for uploading a file you should study the api of the social network you want to work with and use http://doc.trolltech.com/4.6/qnetworkaccessmanager.html to do post and get operations.
hope that helped :D