Evgenii Legotckoi
May 25, 2018, 12:08 p.m.

QtQt/C++ Tutorial 080. Downloading large files with QNetworkAccessManager

QNetworkRequest, Qt, QNetworkAccessManager, QNetworkReply

After the question appeared on the forum about downloading large files using the Qt library, I raised some of my projects and prepared a more detailed manual using this functionality. Moreover, the problem with downloading files was related to redirects. …

Read
Evgenii Legotckoi
June 6, 2017, 10:48 p.m.

QtQt/C++ - Tutorial 066. Uploading files to an FTP server

Qt, QNetworkAccessManager, FTP

To work with the network in Qt 5 , the Network module is used, and for data transmission over the network, you can actively use the QNetworkAccessManager class if you do not create your own protocol for data transfer. But …

Read
Evgenii Legotckoi
May 4, 2017, 9:33 p.m.

QtQt/C++ - Lesson 065. The correspondence of HTTP errors to server response errors in QNetworkAccessManager

QNetworkReply, QNetworkError, QNetworkAccessManager

In one of the lessons, I worked with QNetworkAccessManager to get the content of the page from the site via the http protocol. There was made a check for errors, but no explanation was given as to what errors might …

Read
Evgenii Legotckoi
Jan. 2, 2016, 9:33 p.m.

QtQt/C++ - Lesson 041. JSON file – How to get from site and parsing it

QJsonArray, QNetworkAccessManager, JSON, QJsonObject, QJsonDocument, QJsonValue

In the process of writing programs EColor appeared a problem in which it was necessary in some way to notify the user that a new version of the program. The solution to this problem was the presence of JSON file …

Read
Evgenii Legotckoi
Dec. 13, 2015, 9:58 p.m.

QtQt/C++ - Lesson 035. Downloading files via HTTP with QNetworkAccessManager

http, скачивание файла, Qt, QNetworkAccessManager

To work with a network other than using QTcpSocket or QUdpSocket classes can use QNetworkAccessManager. This class provides the functionality to send requests across a network and get answers and easy to work with the HTTP protocol.

Therefore I propose …

Read
  • Last comments
  • Evgenii Legotckoi
    April 16, 2025, 5:08 p.m.
    Благодарю за отзыв. И вам желаю всяческих успехов!
  • IscanderChe
    April 12, 2025, 5:12 p.m.
    Добрый день. Спасибо Вам за этот проект и отдельно за ответы на форуме, которые мне очень помогли в некоммерческих пет-проектах. Профессиональным программистом я так и не стал, но узнал мно…
  • AK
    April 1, 2025, 11:41 a.m.
    Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
  • Evgenii Legotckoi
    March 9, 2025, 9:02 p.m.
    К сожалению, я этого подсказать не могу, поскольку у меня нет необходимости в обходе блокировок и т.д. Поэтому я и не задавался решением этой проблемы. Ну выглядит так, что вам действитель…
  • VP
    March 9, 2025, 4:14 p.m.
    Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…