腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(36)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
3
回答
Windows上
QtBluetooth
的替代方案?
或者我如何使
QtBluetooth
工作?我愿意接受新的建议。我正在运行Windows 10 Pro和QT5.11.1。编辑:根据上的新答案,
QtBluetooth
确实可以在上工作。我有两个窗口设备,具有完全相同的窗口和Qt版本。
浏览 0
修改于2018-08-13
得票数 0
回答已采纳
1
回答
无法在Windows7下加载
QtBluetooth
5.12.0
它有一些使用
QtBluetooth
的普通(没有“低能量”)蓝牙的代码。在5.6.0中,这曾经完美地工作过。 使用Qt 5.12.0,我的应用程序将无法加载。
QtBluetooth
.dll的Dependency Walker将这些库报告为缺失。 我用Qt 5.12.0编译了我的selft并作为QtCreator安装的一部分下载了这两个版本。总是收到这个错误,而且我没有找到关于在哪里可以找到这些库的信息,或者如何让
QtBluetooth
不使用它们。 我应该怎么做才能简单地在Windows下运行基于
QtBluetooth
的应用程
浏览 11
修改于2019-01-28
得票数 1
2
回答
QtBlueTooth
在Linux上没有功能
我想做的是: 不要使用任何Qt蓝牙API,只需使用命令行工具hc共图和hcitool手动设置广告操作。而且它真的很管用!基于我正在尝试的,我认为我的硬件是可以的,蓝牙芯片可以工作,但我真的需要
QtBluetooth
API才能正确工作。也许我错过了什么重要的事?布鲁兹需要一些配置吗?请帮帮忙。
浏览 4
修改于2018-03-15
得票数 0
回答已采纳
1
回答
QtBluetooth
在PySide2中的支持(用于python项目的QT)
"
QtBluetooth
“模块在PyQT5中是受支持的,但在PySide2 (即用于python的QT )中似乎不支持; 我所得出的结论是否正确?
浏览 2
提问于2021-05-22
得票数 1
1
回答
找不到
QtBluetooth
头/Cant将其包含在QtCreator中
这是我的第一个问题:)我的问题是QBluetooth头不存在。当我查看/usr/include/qt5目录时,我得到以下内容:QtConcurrent QtNetwork QtPrintSupport QtQuickTest QtXml QtCore QtOpenGL QtQml
浏览 6
修改于2014-05-19
得票数 2
回答已采纳
1
回答
用PyQt6连接到MAC地址
def connect_to_mac(self, mac_address: str): self.controller =
QtBluetooth
.QLowEnergyController.createCentral(self.current_device) address_type =
QtBlueto
浏览 7
提问于2022-07-17
得票数 0
1
回答
在本机QCoreApplication应用程序中启动iOS
FYI,这个库主要是用std C++编写的,但是蓝牙部分使用了我已经在很多应用程序中使用过的经过充分验证和方便的
QtBluetooth
实现。第二种方法在使用
QtBluetooth
时仍然存在一些问题,但这不是重点。
浏览 21
提问于2022-01-22
得票数 0
1
回答
Qt5.7 Raspberry Pi 3和BlueZ 5.39的QBluetooth LE关贸总协定服务器实例
为了完整起见,我会把它粘贴到这里:#include <
QtBluetooth
/qlowenergyadvertisingparameters.h>#include <
QtBluetooth
/qlowenergycharacteristicd
浏览 1
修改于2017-02-14
得票数 4
回答已采纳
1
回答
使用python和PyQt5在蓝牙中连接和发送消息
os from PyQt5.QtCore import Qt sys.exit(self.app.exec_()) self.sock =
QtBluetooth
.QBluetoothSocketself.sock.error.connect(self.socketError)
浏览 248
提问于2020-04-14
得票数 0
2
回答
如何将代码从QSerialPort迁移到QBluetoothSocket
return res;下面是基于QBluetooth的代码无法工作:#pragma once #include <
QtBluetooth
/QBluetoothDeviceDiscoveryAgent>#include <
浏览 0
修改于2014-11-21
得票数 2
回答已采纳
2
回答
QTimer::singleShot仅在间隔为0时调用lambda
相关部分如下:#include <
QtBluetooth
/QBluetoothDeviceDiscoveryAgent>#include <QTimer>#include <QApplication
浏览 58
修改于2017-08-25
得票数 0
回答已采纳
1
回答
QT5.6:完整的Windows 10支持
我之所以这么问是因为我真的想在Windows 10上使用
QtBluetooth
,但是Qt不清楚在Windows 10上对它的支持。 有人能把事情弄清楚吗?
浏览 0
修改于2015-11-19
得票数 1
回答已采纳
1
回答
用PyQt5.Qt蓝牙扫描蓝牙设备
我试图使用PyQt5 (5.11.3)来使用
QtBluetooth
API来扫描蓝牙设备。/usr/bin/env pythonimport sys from PyQt5 import
浏览 0
修改于2019-01-15
得票数 1
回答已采纳
2
回答
如何使用Qt检测蓝牙崩溃或关机?
我正在试着用de
QtBluetooth
.dll的蓝牙低能耗设备进行通信。因此,我制作了一个应用程序,列出每个BLE设备,连接到它,读写和通知值,最后,断开连接。
浏览 0
修改于2018-07-17
得票数 0
1
回答
蓝光扫描几个小时后停止工作
作为的后续工作,我试图检查我在
QtBluetooth
中发现的bug是否与蓝牙连接。为此,我在一个循环中运行了这个shell脚本(使用): #!
浏览 2
修改于2020-05-20
得票数 1
回答已采纳
1
回答
Pyinstaller -打包成一个文件作为生成多文件dist后的第二步,以减小大小
记住,我只从PySide2导入了几个文件(即: QDialog、QLabel、QPushButton、QApplication、QVBoxLayout),然后手动删除了明显不必要的文件(即
QtBluetooth
浏览 24
修改于2021-08-25
得票数 2
1
回答
PyQT5中的黯淡整合
QtWidgets import QTextEdit, QPushButton, QListWidgetItem, QListWidget, QApplicationfrom PyQt5.QtCore import QThreadimport sys
浏览 9
修改于2022-02-25
得票数 0
1
回答
如何将此函数连接到我的connectButton?
"#include <QObject>#include <
QtBluetooth
浏览 1
提问于2017-05-11
得票数 0
回答已采纳
1
回答
编译时不包括SubModules的Pyinstaller
import loadmatPyQt5库有许多子模块(QtCore、QtGui、QtWidgets、QtMultimedia、
QtBluetooth
浏览 2
提问于2020-02-18
得票数 0
回答已采纳
5
回答
"python3 configure.py“期间的python3错误:致命错误:‘qgeolocy.h’文件未找到
下面是我的安装目录的样子:
QtBluetooth
.so QtSensors.so QtCore.so
浏览 5
修改于2015-10-30
得票数 8
回答已采纳
第 2 页
领券