Book Image

QT5 Blueprints

By : Symeon Huang
Book Image

QT5 Blueprints

By: Symeon Huang

Overview of this book

Table of Contents (17 chapters)
Qt 5 Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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