Book Image

Learning Qt 5 [Video]

By : Symeon Huang
Book Image

Learning Qt 5 [Video]

By: Symeon Huang

Overview of this book

<p>Unlike platform-specific libraries, Qt enables developers to code once and run it everywhere, natively, including mobile platforms! Moreover, Qt is opensource and driven by communities around the world. This video begins by guiding you into the world of Qt 5 where developing cross-platform GUI applications is no longer a pain.</p> <p>You’ll learn to work with both Qt (C++) and Qt Quick (QML). Then you’ll get familiar with common Qt modules and dive into GUI widgets. Finally, you’ll get a grip of Qt Quick and QML. Toward the end of the video, you’ll get great exposure to the Qt world and by the end of the course, you’ll be able to start amazing cross-platform projects!</p> <h1>Style and Approach</h1> <p>This is an easy to follow, example-based, comprehensive introduction to all the major features in Qt.</p>
Table of Contents (9 chapters)
Chapter 3
Networking
Content Locked
Section 3
TCP Server
How can I write a TCP server or client with the Qt network module? - Get to know QTcpSocket and write a TCP client - Get to know QTcpServer and write a TCP server - Verify the client and server