class QNdefNfcUriRecord#

The QNdefNfcUriRecord class provides an NFC RTD-URI. More

Inheritance diagram of PySide6.QtNfc.QNdefNfcUriRecord

Synopsis#

Methods#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

RTD-URI encapsulates a URI.

__init__()#

Constructs an empty NFC uri record.

__init__(other)
Parameters:

otherQNdefRecord

Constructs a new NFC uri record that is a copy of other.

setUri(uri)#
Parameters:

uriQUrl

Sets the URI of this URI record to uri.

See also

uri()

uri()#
Return type:

QUrl

Returns the URI of this URI record.

See also

setUri()