Two GUI-applications, client and server, communicating over network via TCP (QTcpServer and QTcpSocket).
Based on Qt and implemented in two ways:
- Qt Widgets - classic and boring desktop application:
- Qt Quick / QML - a bit more fancy one, to show how Qt Quick applications can rely on C++ backend:
More details in the following article.