Network Download Example▲
Sélectionnez
QT = core network
CONFIG += cmdline
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/download
INSTALLS += targetDemonstrates how to use networking APIs for multiple downloads.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
QT = core network
CONFIG += cmdline
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/download
INSTALLS += target