pycrossword  0.2
Pure-Python implementation of a crossword puzzle generator and editor
Public Member Functions | Public Attributes | List of all members
pycross.browser.DownloadManagerWidget Class Reference
Inheritance diagram for pycross.browser.DownloadManagerWidget:

Public Member Functions

def __init__ (self, parent=None)
 
def downloadRequested (self, QtWebEngineWidgets.QWebEngineDownloadItem download)
 
def add (self, wdownload)
 
def remove (self, wdownload)
 

Public Attributes

 m_numDownloads
 
 layout_main
 
 scroll_main
 
 w_items
 
 layout_items
 
 l_zeroitems
 

Constructor & Destructor Documentation

◆ __init__()

def pycross.browser.DownloadManagerWidget.__init__ (   self,
  parent = None 
)

Member Function Documentation

◆ add()

def pycross.browser.DownloadManagerWidget.add (   self,
  wdownload 
)

◆ downloadRequested()

def pycross.browser.DownloadManagerWidget.downloadRequested (   self,
QtWebEngineWidgets.QWebEngineDownloadItem  download 
)

◆ remove()

def pycross.browser.DownloadManagerWidget.remove (   self,
  wdownload 
)

Member Data Documentation

◆ l_zeroitems

pycross.browser.DownloadManagerWidget.l_zeroitems

◆ layout_items

pycross.browser.DownloadManagerWidget.layout_items

◆ layout_main

pycross.browser.DownloadManagerWidget.layout_main

◆ m_numDownloads

pycross.browser.DownloadManagerWidget.m_numDownloads

◆ scroll_main

pycross.browser.DownloadManagerWidget.scroll_main

◆ w_items

pycross.browser.DownloadManagerWidget.w_items

The documentation for this class was generated from the following file: