Главная
Study mode:
on
1
Introduction
2
About me
3
Questions
4
Backstory
5
Qt API basics
6
Naming convention
7
Events
8
Signals
9
Inspection
10
String matching
11
emit
12
connection types
13
event loop
14
abstract dispatcher
15
qtimer
16
race to sleep
17
socket notification
18
source code
19
signal emission
20
Does exact block
21
Reading from pipe
22
Nested event loop
Description:
Explore the intricacies of Qt's event loop, networking, and I/O API in this comprehensive CppNow conference talk. Dive into the evolution of Qt from a simple cross-platform GUI toolkit to a powerful framework supporting various subsystems. Learn about Qt's central event-handling loop and its role in asynchronous mechanisms. Discover how to implement asynchronous I/O support for child processes, TCP connections, and UDP I/O. Gain insights into Qt's high-level support for HTTP and FTP operations. Through examples and in-depth explanations, understand the implementation details and practical applications of these subsystems. Suitable for both application developers and library creators, this talk covers Qt API basics, naming conventions, events, signals, inspection, string matching, emit, connection types, abstract dispatcher, qtimer, socket notifications, signal emission, and nested event loops. Enhance your understanding of Qt's powerful asynchronous capabilities and learn how to leverage them in your projects. Read more

Qt Event Loop, Networking and I/O API

CppNow
Add to list