Skip to content

Latest commit

 

History

History
executable file
·
15 lines (8 loc) · 782 Bytes

README.md

File metadata and controls

executable file
·
15 lines (8 loc) · 782 Bytes

Qt client-server

Two GUI-applications, client and server, communicating over network via TCP (QTcpServer and QTcpSocket).

Based on Qt and implemented in two ways:

  1. Qt Widgets - classic and boring desktop application:

client-server

  1. Qt Quick / QML - a bit more fancy one, to show how Qt Quick applications can rely on C++ backend:

client-server

More details in the following article.