简体   繁体   中英

Is it possible to communicate with smartcard from QML?

我想知道QML是否有可能(因为它已在许多移动操作系统中使用)与nfc智能卡(即信用卡,公交通行证,护照等)或也在开发QML应用程序中使用的C ++代码进行交互。

There is Qt NFC API, but it's only supported on BlackBerry devices. However, QML can be easily extended using C++, so if you can do it in C++, you can basically do it in QML. All you have to do is create appropriate bindings, which is not that hard.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM