Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
uistrings.cpp File Reference

(eecefbf5f5966fd99fa7268b7a6a34846653834b)

#include "uistrings_p.h"
#include <qttranslation.h>
+ Include dependency graph for uistrings.cpp:

Go to the source code of this file.

Variables

QT_BEGIN_NAMESPACE const char DEV_DISCOVERY [] = "QBluetoothDeviceDiscoveryAgent"
 
const char DD_POWERED_OFF [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Device is powered off")
 
const char DD_INVALID_ADAPTER [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Cannot find valid Bluetooth adapter.")
 
const char DD_IO [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Input Output Error")
 
const char DD_NOTSUPPORTED [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Bluetooth LE is not supported")
 
const char DD_UNKNOWN_ERROR [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Unknown error")
 
const char DD_MISSING_PERMISSION [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Missing permission")
 
const char DD_NOT_STARTED [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Cannot start device inquiry")
 
const char DD_NOT_STARTED_LE [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Cannot start low energy device inquiry")
 
const char DD_NOT_STOPPED [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Discovery cannot be stopped")
 
const char SERVICE_DISCOVERY [] = "QBluetoothServiceDiscoveryAgent"
 
const char SD_LOCAL_DEV_OFF [] = QT_TRANSLATE_NOOP("QBluetoothServiceDiscoveryAgent", "Local device is powered off")
 
const char SD_MINIMAL_FAILED [] = QT_TRANSLATE_NOOP("QBluetoothServiceDiscoveryAgent", "Minimal service discovery failed")
 
const char SD_INVALID_ADDRESS [] = QT_TRANSLATE_NOOP("QBluetoothServiceDiscoveryAgent", "Invalid Bluetooth adapter address")
 
const char SOCKET [] = "QBluetoothSocket"
 
const char SOC_NETWORK_ERROR [] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Network Error")
 
const char SOC_NOWRITE [] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Cannot write while not connected")
 
const char SOC_CONNECT_IN_PROGRESS [] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Trying to connect while connection is in progress")
 
const char SOC_SERVICE_NOT_FOUND [] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Service cannot be found")
 
const char SOC_INVAL_DATASIZE [] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Invalid data/data size")
 
const char SOC_NOREAD [] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Cannot read while not connected")
 
const char TRANSFER_REPLY [] = "QBluetoothTransferReply"
 
const char TR_INVAL_TARGET [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Invalid target address")
 
const char TR_SESSION_NO_START [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push session cannot be started")
 
const char TR_CONNECT_FAILED [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push session cannot connect")
 
const char TR_FILE_NOT_EXIST [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Source file does not exist")
 
const char TR_NOT_READ_IODEVICE [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "QIODevice cannot be read. Make sure it is open for reading.")
 
const char TR_SESSION_FAILED [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push session failed")
 
const char TR_INVALID_DEVICE [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Invalid input device (null)")
 
const char TR_OP_CANCEL [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Operation canceled")
 
const char TR_IN_PROGRESS [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Transfer already started")
 
const char TR_SERVICE_NO_FOUND [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push service not found")
 
const char LE_CONTROLLER [] = "QLowEnergyController"
 
const char LEC_RDEV_NO_FOUND [] = QT_TRANSLATE_NOOP("QLowEnergyController", "Remote device cannot be found")
 
const char LEC_NO_LOCAL_DEV [] = QT_TRANSLATE_NOOP("QLowEnergyController", "Cannot find local adapter")
 
const char LEC_IO_ERROR [] = QT_TRANSLATE_NOOP("QLowEnergyController", "Error occurred during connection I/O")
 
const char LEC_UNKNOWN_ERROR [] = QT_TRANSLATE_NOOP("QLowEnergyController", "Unknown Error")
 
const char LEC_MISSING_PERMISSION [] = QT_TRANSLATE_NOOP("QLowEnergyController", "Missing permission")
 

Variable Documentation

◆ DD_INVALID_ADAPTER

const char DD_INVALID_ADAPTER[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Cannot find valid Bluetooth adapter.")

Definition at line 15 of file uistrings.cpp.

◆ DD_IO

const char DD_IO[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Input Output Error")

Definition at line 16 of file uistrings.cpp.

◆ DD_MISSING_PERMISSION

const char DD_MISSING_PERMISSION[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Missing permission")

Definition at line 19 of file uistrings.cpp.

◆ DD_NOT_STARTED

const char DD_NOT_STARTED[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Cannot start device inquiry")

Definition at line 20 of file uistrings.cpp.

◆ DD_NOT_STARTED_LE

const char DD_NOT_STARTED_LE[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Cannot start low energy device inquiry")

Definition at line 21 of file uistrings.cpp.

◆ DD_NOT_STOPPED

const char DD_NOT_STOPPED[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Discovery cannot be stopped")

Definition at line 22 of file uistrings.cpp.

◆ DD_NOTSUPPORTED

const char DD_NOTSUPPORTED[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Bluetooth LE is not supported")

Definition at line 17 of file uistrings.cpp.

◆ DD_POWERED_OFF

const char DD_POWERED_OFF[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Device is powered off")

Definition at line 14 of file uistrings.cpp.

◆ DD_UNKNOWN_ERROR

const char DD_UNKNOWN_ERROR[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Unknown error")

Definition at line 18 of file uistrings.cpp.

◆ DEV_DISCOVERY

QT_BEGIN_NAMESPACE const char DEV_DISCOVERY[] = "QBluetoothDeviceDiscoveryAgent"

Definition at line 13 of file uistrings.cpp.

◆ LE_CONTROLLER

const char LE_CONTROLLER[] = "QLowEnergyController"

Definition at line 49 of file uistrings.cpp.

◆ LEC_IO_ERROR

const char LEC_IO_ERROR[] = QT_TRANSLATE_NOOP("QLowEnergyController", "Error occurred during connection I/O")

Definition at line 52 of file uistrings.cpp.

◆ LEC_MISSING_PERMISSION

const char LEC_MISSING_PERMISSION[] = QT_TRANSLATE_NOOP("QLowEnergyController", "Missing permission")

Definition at line 54 of file uistrings.cpp.

◆ LEC_NO_LOCAL_DEV

const char LEC_NO_LOCAL_DEV[] = QT_TRANSLATE_NOOP("QLowEnergyController", "Cannot find local adapter")

Definition at line 51 of file uistrings.cpp.

◆ LEC_RDEV_NO_FOUND

const char LEC_RDEV_NO_FOUND[] = QT_TRANSLATE_NOOP("QLowEnergyController", "Remote device cannot be found")

Definition at line 50 of file uistrings.cpp.

◆ LEC_UNKNOWN_ERROR

const char LEC_UNKNOWN_ERROR[] = QT_TRANSLATE_NOOP("QLowEnergyController", "Unknown Error")

Definition at line 53 of file uistrings.cpp.

◆ SD_INVALID_ADDRESS

const char SD_INVALID_ADDRESS[] = QT_TRANSLATE_NOOP("QBluetoothServiceDiscoveryAgent", "Invalid Bluetooth adapter address")

Definition at line 27 of file uistrings.cpp.

◆ SD_LOCAL_DEV_OFF

const char SD_LOCAL_DEV_OFF[] = QT_TRANSLATE_NOOP("QBluetoothServiceDiscoveryAgent", "Local device is powered off")

Definition at line 25 of file uistrings.cpp.

◆ SD_MINIMAL_FAILED

const char SD_MINIMAL_FAILED[] = QT_TRANSLATE_NOOP("QBluetoothServiceDiscoveryAgent", "Minimal service discovery failed")

Definition at line 26 of file uistrings.cpp.

◆ SERVICE_DISCOVERY

const char SERVICE_DISCOVERY[] = "QBluetoothServiceDiscoveryAgent"

Definition at line 24 of file uistrings.cpp.

◆ SOC_CONNECT_IN_PROGRESS

const char SOC_CONNECT_IN_PROGRESS[] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Trying to connect while connection is in progress")

Definition at line 32 of file uistrings.cpp.

◆ SOC_INVAL_DATASIZE

const char SOC_INVAL_DATASIZE[] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Invalid data/data size")

Definition at line 34 of file uistrings.cpp.

◆ SOC_NETWORK_ERROR

const char SOC_NETWORK_ERROR[] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Network Error")

Definition at line 30 of file uistrings.cpp.

◆ SOC_NOREAD

const char SOC_NOREAD[] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Cannot read while not connected")

Definition at line 35 of file uistrings.cpp.

◆ SOC_NOWRITE

const char SOC_NOWRITE[] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Cannot write while not connected")

Definition at line 31 of file uistrings.cpp.

◆ SOC_SERVICE_NOT_FOUND

const char SOC_SERVICE_NOT_FOUND[] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Service cannot be found")

Definition at line 33 of file uistrings.cpp.

◆ SOCKET

const char SOCKET[] = "QBluetoothSocket"

Definition at line 29 of file uistrings.cpp.

◆ TR_CONNECT_FAILED

const char TR_CONNECT_FAILED[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push session cannot connect")

Definition at line 40 of file uistrings.cpp.

◆ TR_FILE_NOT_EXIST

const char TR_FILE_NOT_EXIST[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Source file does not exist")

Definition at line 41 of file uistrings.cpp.

◆ TR_IN_PROGRESS

const char TR_IN_PROGRESS[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Transfer already started")

Definition at line 46 of file uistrings.cpp.

◆ TR_INVAL_TARGET

const char TR_INVAL_TARGET[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Invalid target address")

Definition at line 38 of file uistrings.cpp.

◆ TR_INVALID_DEVICE

const char TR_INVALID_DEVICE[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Invalid input device (null)")

Definition at line 44 of file uistrings.cpp.

◆ TR_NOT_READ_IODEVICE

const char TR_NOT_READ_IODEVICE[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "QIODevice cannot be read. Make sure it is open for reading.")

Definition at line 42 of file uistrings.cpp.

◆ TR_OP_CANCEL

const char TR_OP_CANCEL[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Operation canceled")

Definition at line 45 of file uistrings.cpp.

◆ TR_SERVICE_NO_FOUND

const char TR_SERVICE_NO_FOUND[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push service not found")

Definition at line 47 of file uistrings.cpp.

◆ TR_SESSION_FAILED

const char TR_SESSION_FAILED[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push session failed")

Definition at line 43 of file uistrings.cpp.

◆ TR_SESSION_NO_START

const char TR_SESSION_NO_START[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push session cannot be started")

Definition at line 39 of file uistrings.cpp.

◆ TRANSFER_REPLY

const char TRANSFER_REPLY[] = "QBluetoothTransferReply"

Definition at line 37 of file uistrings.cpp.