QNdefNfcUriRecord#

The QNdefNfcUriRecord class provides an NFC RTD-URI. More

Inheritance diagram of PySide6.QtNfc.QNdefNfcUriRecord

Synopsis#

Functions#

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.

class PySide6.QtNfc.QNdefNfcUriRecord#

PySide6.QtNfc.QNdefNfcUriRecord(other)

Parameters:

otherPySide6.QtNfc.QNdefRecord

Constructs an empty NFC uri record.

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

PySide6.QtNfc.QNdefNfcUriRecord.setUri(uri)#
Parameters:

uriPySide6.QtCore.QUrl

Sets the URI of this URI record to uri.

See also

uri()

PySide6.QtNfc.QNdefNfcUriRecord.uri()#
Return type:

PySide6.QtCore.QUrl

Returns the URI of this URI record.

See also

setUri()