The QNdefNfcUriRecord class provides an NFC RTD-URI. More...
Header: | #include <QNdefNfcUriRecord> |
CMake: | find_package(Qt6 COMPONENTS Nfc REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Nfc) |
qmake: | QT += nfc |
Since: | Qt 5.2 |
Inherits: | QNdefRecord |
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.
See also uri().
Returns the URI of this URI record.
See also setUri().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qndefnfcurirecord.html