Qt socket制作一个简单的文件传输系统
服务器 用qt designer设计出服务器界面: 上代码: Server.pro Widget.h Widget.cpp main.cpp ...
服务器 用qt designer设计出服务器界面: 上代码: Server.pro Widget.h Widget.cpp main.cpp ...
很多人觉得系统自带的标题栏太丑了,想要自绘一个标题栏,去掉了系统自带的标题栏后,就需要自己实现窗口移动,下面的代码就是实现窗口移动。 widget.h widget.cpp ...
相信大家都玩过2048把,下面是我用qt写得2048小游戏。 2048.pro widget.h widget.cpp main.cpp ...