qt – 有组织在! https://uzzz.org/ Wed, 19 Dec 2018 14:35:53 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.4 https://uzzz.org/wp-content/uploads/2019/10/cropped-icon-32x32.png qt – 有组织在! https://uzzz.org/ 32 32 QML仿微信聊天界面-消息气泡自适应 https://uzzz.org/article/3398/ Wed, 19 Dec 2018 14:35:53 +0000 https://uzzz.org/article/3398.html 实现消息气泡自适应变换: 中英文混合自适应; 自动换行自适应;
单行文本:

多行文本

改变宽度文本自动调整

实现方案:
Rectangle{
id:bodyleft
height:ctxLH*(tt.lineCount-1)+35…

The post QML仿微信聊天界面-消息气泡自适应 appeared first on 有组织在!.

]]>
The post QML仿微信聊天界面-消息气泡自适应 appeared first on 有组织在!.

]]>
qt中lineedit的几个属性设置 https://uzzz.org/article/3381/ Thu, 19 Oct 2017 01:45:36 +0000 https://uzzz.org/article/3381.html 1.lineedit不可修改,但内容不变成灰色
ui->lineEdit->setFocusPolicy(Qt::NoFocus);
2.lineedit不可修改,内容变成灰色
ui->lineEdit->setEnabled(false);…

The post qt中lineedit的几个属性设置 appeared first on 有组织在!.

]]>
The post qt中lineedit的几个属性设置 appeared first on 有组织在!.

]]>
TCP包防粘连的读取方法 https://uzzz.org/article/3293/ Sun, 26 Jun 2016 08:10:16 +0000 https://uzzz.org/article/3293.html 当我们发送TCP包的时候你是一个一个发的,但是当你接收的时候就可能会一下收到多个包,为了防止少接收包,我是用这种方法的: 首先包的前2个字节声明了这个包后面的数据大小。
void TcpClientSocket::OnReceiveMessage()…

The post TCP包防粘连的读取方法 appeared first on 有组织在!.

]]>
The post TCP包防粘连的读取方法 appeared first on 有组织在!.

]]>
SSH 7.2p2 移植到fl2440记录 https://uzzz.org/article/2656/ Tue, 14 Jun 2016 09:21:10 +0000 https://uzzz.org/article/2656.html SSH简介
SSH的移植

编译条件
下载
配置安装

zlib的编译与安装
openssl的编译与安装
openssh的编译安装
sshd在开发板上的配置
现在可以启动sshd了使用全路径

密钥登录使用步骤详情
error

error…

The post SSH 7.2p2 移植到fl2440记录 appeared first on 有组织在!.

]]>
The post SSH 7.2p2 移植到fl2440记录 appeared first on 有组织在!.

]]>
Qt实战之开发软件数据获取助手 https://uzzz.org/article/3266/ Tue, 28 Jul 2015 02:09:15 +0000 https://uzzz.org/article/3266.html 前段时间,受朋友委托,需要做一个能够获取别人软件文本框中内容的助手。当然这需要调用win api来解决问题。一开始,我想都没想,就用getWindowText()。。。。居然没用,好郁闷。于是查msdn。。发现关于返回值,是这样写的…

The post Qt实战之开发软件数据获取助手 appeared first on 有组织在!.

]]>
The post Qt实战之开发软件数据获取助手 appeared first on 有组织在!.

]]>