QNdefNfcUriRecord#
The QNdefNfcUriRecord
class provides an NFC RTD-URI. More…
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:
other –
PySide6.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:
uri –
PySide6.QtCore.QUrl
Sets the URI of this URI record to uri
.
See also
- PySide6.QtNfc.QNdefNfcUriRecord.uri()#
- Return type:
Returns the URI of this URI record.
See also