BluetoothPermission QML Type
Acceso a los periféricos Bluetooth del usuario. Más...
| Import Statement: | import QtCore |
| Since: | Qt 6.6 |
Propiedades
- status : Qt::PermissionStatus
Métodos
- void request()
Descripción detallada
Este tipo representa un QBluetoothPermission, y puede utilizarse para comprobar el estado y solicitar acceso a los periféricos Bluetooth del usuario.
Consulte QBluetoothPermission para obtener documentación sobre las propiedades individuales y los requisitos de uso detallados.
Véase también Permisos de aplicación QML, Permisos de aplicación y QBluetoothPermission.
Documentación de propiedades
status : Qt::PermissionStatus
Esta propiedad contiene el estado actual del permiso.
Véase también QCoreApplication::checkPermission.
Documentación del método
void request()
Solicita el permiso con sus propiedades actuales.
Véase también QCoreApplication::requestPermission().
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.