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

Public Member Functions

def __init__ (self, QtWebEngineWidgets.QWebEngineDownloadItem download, parent=None)
 
def on_btn_cancel (self, checked)
 
def updateWidget (self)
 

Public Attributes

 m_download
 
 m_timeAdded
 
 layout_main
 
 l_filename
 
 btn_cancel
 
 l_url
 
 pb
 

Static Public Attributes

 removeClicked = QtCore.pyqtSignal(QtWidgets.QFrame)
 

Constructor & Destructor Documentation

◆ __init__()

def pycross.browser.DownloadWidget.__init__ (   self,
QtWebEngineWidgets.QWebEngineDownloadItem  download,
  parent = None 
)

Member Function Documentation

◆ on_btn_cancel()

def pycross.browser.DownloadWidget.on_btn_cancel (   self,
  checked 
)

◆ updateWidget()

def pycross.browser.DownloadWidget.updateWidget (   self)

Member Data Documentation

◆ btn_cancel

pycross.browser.DownloadWidget.btn_cancel

◆ l_filename

pycross.browser.DownloadWidget.l_filename

◆ l_url

pycross.browser.DownloadWidget.l_url

◆ layout_main

pycross.browser.DownloadWidget.layout_main

◆ m_download

pycross.browser.DownloadWidget.m_download

◆ m_timeAdded

pycross.browser.DownloadWidget.m_timeAdded

◆ pb

pycross.browser.DownloadWidget.pb

◆ removeClicked

pycross.browser.DownloadWidget.removeClicked = QtCore.pyqtSignal(QtWidgets.QFrame)
static

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