Searched refs:m_download (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | downloadwidget.cpp | 59 , m_download(download) in DownloadWidget() 63 m_dstName->setText(QFileInfo(m_download->path()).fileName()); in DownloadWidget() 64 m_srcUrl->setText(m_download->url().toDisplayString()); in DownloadWidget() 68 if (m_download->state() == QWebEngineDownloadItem::DownloadInProgress) in DownloadWidget() 69 m_download->cancel(); in DownloadWidget() 74 connect(m_download, &QWebEngineDownloadItem::downloadProgress, in DownloadWidget() 77 connect(m_download, &QWebEngineDownloadItem::stateChanged, in DownloadWidget() 97 qreal totalBytes = m_download->totalBytes(); in updateWidget() 98 qreal receivedBytes = m_download->receivedBytes(); in updateWidget() 101 auto state = m_download->state(); in updateWidget() [all …]
|
| H A D | downloadwidget.h | 82 QWebEngineDownloadItem *m_download; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | downloadwidget.cpp | 59 , m_download(download) in DownloadWidget() 63 m_dstName->setText(QFileInfo(m_download->path()).fileName()); in DownloadWidget() 64 m_srcUrl->setText(m_download->url().toDisplayString()); in DownloadWidget() 68 if (m_download->state() == QWebEngineDownloadItem::DownloadInProgress) in DownloadWidget() 69 m_download->cancel(); in DownloadWidget() 74 connect(m_download, &QWebEngineDownloadItem::downloadProgress, in DownloadWidget() 77 connect(m_download, &QWebEngineDownloadItem::stateChanged, in DownloadWidget() 97 qreal totalBytes = m_download->totalBytes(); in updateWidget() 98 qreal receivedBytes = m_download->receivedBytes(); in updateWidget() 101 auto state = m_download->state(); in updateWidget() [all …]
|
| H A D | downloadwidget.h | 82 QWebEngineDownloadItem *m_download; variable
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | downloadwidget.cpp | 59 , m_download(download) in DownloadWidget() 63 m_dstName->setText(QFileInfo(m_download->path()).fileName()); in DownloadWidget() 64 m_srcUrl->setText(m_download->url().toDisplayString()); in DownloadWidget() 68 if (m_download->state() == QWebEngineDownloadItem::DownloadInProgress) in DownloadWidget() 69 m_download->cancel(); in DownloadWidget() 74 connect(m_download, &QWebEngineDownloadItem::downloadProgress, in DownloadWidget() 77 connect(m_download, &QWebEngineDownloadItem::stateChanged, in DownloadWidget() 97 qreal totalBytes = m_download->totalBytes(); in updateWidget() 98 qreal receivedBytes = m_download->receivedBytes(); in updateWidget() 101 auto state = m_download->state(); in updateWidget() [all …]
|
| H A D | downloadwidget.h | 82 QWebEngineDownloadItem *m_download; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | downloadwidget.cpp | 59 , m_download(download) in DownloadWidget() 63 m_dstName->setText(QFileInfo(m_download->path()).fileName()); in DownloadWidget() 64 m_srcUrl->setText(m_download->url().toDisplayString()); in DownloadWidget() 68 if (m_download->state() == QWebEngineDownloadItem::DownloadInProgress) in DownloadWidget() 69 m_download->cancel(); in DownloadWidget() 74 connect(m_download, &QWebEngineDownloadItem::downloadProgress, in DownloadWidget() 77 connect(m_download, &QWebEngineDownloadItem::stateChanged, in DownloadWidget() 97 qreal totalBytes = m_download->totalBytes(); in updateWidget() 98 qreal receivedBytes = m_download->receivedBytes(); in updateWidget() 101 auto state = m_download->state(); in updateWidget() [all …]
|
| H A D | downloadwidget.h | 82 QWebEngineDownloadItem *m_download; variable
|