Download manager: a container and manager for DownloadWidget
items.
More...
|
def | __init__ (self, parent=None) |
|
def | downloadRequested (self, QtWebEngineWidgets.QWebEngineDownloadItem download) |
| Handler called when download is requested for a QWebEngineDownloadItem . More...
|
|
def | add (self, wdownload) |
| Adds a new download item. More...
|
|
def | remove (self, wdownload) |
| Removes a download item. More...
|
|
Download manager: a container and manager for DownloadWidget
items.
◆ __init__()
def pycross.browser.DownloadManagerWidget.__init__ |
( |
|
self, |
|
|
|
parent = None |
|
) |
| |
- Parameters
-
parent | QtWidget.QWidget parent widget |
◆ add()
def pycross.browser.DownloadManagerWidget.add |
( |
|
self, |
|
|
|
wdownload |
|
) |
| |
Adds a new download item.
- Parameters
-
◆ downloadRequested()
def pycross.browser.DownloadManagerWidget.downloadRequested |
( |
|
self, |
|
|
QtWebEngineWidgets.QWebEngineDownloadItem |
download |
|
) |
| |
Handler called when download is requested for a QWebEngineDownloadItem
.
- Parameters
-
download | QtWebEngineWidgets.QWebEngineDownloadItem download item |
◆ remove()
def pycross.browser.DownloadManagerWidget.remove |
( |
|
self, |
|
|
|
wdownload |
|
) |
| |
Removes a download item.
- Parameters
-
◆ l_zeroitems
pycross.browser.DownloadManagerWidget.l_zeroitems |
label showing when there are no downloads
◆ layout_items
pycross.browser.DownloadManagerWidget.layout_items |
layout for scrollable widget
◆ layout_main
pycross.browser.DownloadManagerWidget.layout_main |
◆ m_numDownloads
pycross.browser.DownloadManagerWidget.m_numDownloads |
int
current number of active downloads
◆ scroll_main
pycross.browser.DownloadManagerWidget.scroll_main |
scroll area on main layout
◆ w_items
pycross.browser.DownloadManagerWidget.w_items |
The documentation for this class was generated from the following file: