Chapter 6. Getting Wired and Managing Downloads
Network modules have become crucial nowadays and are also a must-have feature for development frameworks; therefore, Qt does provide APIs for network programming. Sit tight, we're going to get wired and download files from the network. In addition to this, threading is included in this chapter, which is a vital programming skill to avoid blocking. This chapter's topics are listed as follows:
- Introducing Qt network programming
- Utilizing
QNetworkAccessManager
- Making use of the progress bar
- Writing multithreaded applications
- Managing a system network session