#include <QtCore>
#include <QDialog>
#include <QUrl>
#include <QMessageBox>
#include <QBuffer>
#include <QLabel>
#include <QProgressDialog>
#include <QHttp>
#include <QFileInfo>
#include <QCloseEvent>
Go to the source code of this file.
Classes | |
class | Gui::Dialog::DownloadDialog |
Download a resource (file) from the web to a location on the disk. More... | |
Namespaces | |
namespace | Gui |
The namespace of the FreeCAD Graphical interface layer library. | |
namespace | Gui::Dialog |
The namespace of the FreeCAD dialogs. |