1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/demo/QtSdkManager/httpdownloaddialog.h

23 lines
347 B
C
Raw Normal View History

2017-11-25 17:55:19 +08:00
#ifndef HTTPDOWNLOADDIALOG_H
#define HTTPDOWNLOADDIALOG_H
#include <QDialog>
namespace Ui {
class HttpDownloadDialog;
}
class HttpDownloadDialog : public QDialog
{
Q_OBJECT
public:
explicit HttpDownloadDialog(QWidget *parent = 0);
~HttpDownloadDialog();
private:
Ui::HttpDownloadDialog *ui;
};
#endif // HTTPDOWNLOADDIALOG_H