18#ifndef DOWNLOADOPTIONSDIALOG_H
19#define DOWNLOADOPTIONSDIALOG_H
33class QWebEngineDownloadRequest;
40 explicit DownloadOptionsDialog(
const QString &fileName, QWebEngineDownloadRequest *downloadItem, QWidget* parent =
nullptr);
43 void showExternalManagerOption(
bool show);
44 void showFromLine(
bool show);
51 void copyDownloadLink();
52 void emitDialogFinished(
int status);
58 Ui::DownloadOptionsDialog* ui;
60 QWebEngineDownloadRequest *m_downloadItem;