The QNdefNfcUriRecord class provides an NFC RTD-URI. 更多...
头: | #include <QNdefNfcUriRecord> |
CMake: |
find_package(Qt6 REQUIRED COMPONENTS Nfc)
target_link_libraries(mytarget PRIVATE Qt6::Nfc) |
qmake: | QT += nfc |
继承: | QNdefRecord |
QNdefNfcUriRecord () | |
QNdefNfcUriRecord (const QNdefRecord & other ) | |
void | setUri (const QUrl & uri ) |
QUrl | uri () const |
RTD-URI encapsulates a URI.
Constructs an empty NFC uri record.
Constructs a new NFC uri record that is a copy of other .
Sets the URI of this URI record to uri .
另请参阅 uri ().
Returns the URI of this URI record.
另请参阅 setUri ().