Brief introduction
Based on the QT Qtcpserver and Qtcpsocket and UI programming, the software assistant for online typing of c/S model based on TCP protocol is implemented, the server handles the typing data of each client and displays the online typing customer list to 实时
update the typing data. Clients can implement offline typing exercises and online typing exercises, where online typing exercises can compete with online users for typing speed and display rankings.
服务端
客户端登陆
离线打字主界面
在线打字主界面
Characteristics
- The interface is refreshing and the operation is friendly
- Ability to spell typing speed online with people
- Easy operation in LAN
- On-line, offline stable and reliable
Compiling and running
The typing software Assistant is based on the QT Creator 3.4.2 (opensource) Based on Qt 5.5.0 (MSVC, +-bit), which can be compiled through the qt5.x.x version above. Test runs were tested on the Windows platform only, including XP,WIN7,WIN10, but if the screen resolution is too high it will have an impact on the typing interface, the recommended resolution is 1360x768.
SOURCE download
Https://github.com/FreeApe/TyperAssis
http://blog.csdn.net/freeape/article/details/50352132
QT-based online typing practice software Assistant (c/S model) good