The QNdefNfcUriRecord class provides an NFC RTD-URI. 更多...
头: | #include <QNdefNfcUriRecord> |
qmake: | QT += nfc |
Since: | Qt 5.2 |
继承: | QNdefRecord |
该类在 Qt 5.2 引入。
QNdefNfcUriRecord (const QNdefRecord & other ) | |
QNdefNfcUriRecord () | |
void | setUri (const QUrl & uri ) |
QUrl | uri () const |
RTD-URI encapsulates a URI.
Constructs a new NFC uri record that is a copy of other .
Constructs an empty NFC uri record.
Sets the URI of this URI record to uri .
另请参阅 uri ().
Returns the URI of this URI record.
另请参阅 setUri ().