Qt
lialong1st
这个作者很懒,什么都没留下…
展开
-
[Ubuntu] [Qt] Ubuntu安装并配置Qt5.15.2环境
[Ubuntu] [Qt] Ubuntu安装并配置Qt5.15.2环境原创 2022-01-15 16:14:57 · 2803 阅读 · 1 评论 -
[Qt] [QDir] 创建文件夹和删除文件夹
[Qt] [QDir] 创建文件夹和删除文件夹原创 2022-01-03 19:46:05 · 2783 阅读 · 0 评论 -
[Qt] [QTextStream] 读写txt文件操作
[Qt] [QTextStream] 读写txt文件操作原创 2022-01-02 22:23:30 · 1048 阅读 · 0 评论 -
[Qt] [QTextEdit] 移动光标到QTextEdit的末尾
[Qt] [QTextEdit] 移动光标到QTextEdit的末尾原创 2022-01-02 21:16:04 · 3416 阅读 · 0 评论 -
[Qt] [adb] Qt中通过adb给手机发送指令
Qt中给手机发送adb指令,需要通过QProcess类来操作。//通过adb device获取设备连接状态void DeviceInfo::findDevice(){ //发送adb指令 QProcess *processFindDev->start("adb shell getprop ro.product.model"); processFindDev->waitForStarted(); processFindDev->waitForFin原创 2023-03-18 07:38:35 · 729 阅读 · 0 评论 -
[Qt] [UI] 多个类中操作同一个UI界面
多个类中操作同一个UI界面原创 2021-12-29 21:20:08 · 2957 阅读 · 1 评论