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

Public Member Functions

def __init__ (self, QtWebEngineWidgets.QWebEngineProfile profile, parent=None)
 
def view (self)
 
def on_geometryChangeRequested (self, newGeometry)
 

Public Attributes

 le_url
 
 act_favicon
 
 wview
 
 layout_main
 

Constructor & Destructor Documentation

◆ __init__()

def pycross.browser.WebPopupWindow.__init__ (   self,
QtWebEngineWidgets.QWebEngineProfile  profile,
  parent = None 
)

Member Function Documentation

◆ on_geometryChangeRequested()

def pycross.browser.WebPopupWindow.on_geometryChangeRequested (   self,
  newGeometry 
)

◆ view()

def pycross.browser.WebPopupWindow.view (   self)

Member Data Documentation

◆ act_favicon

pycross.browser.WebPopupWindow.act_favicon

◆ layout_main

pycross.browser.WebPopupWindow.layout_main

◆ le_url

pycross.browser.WebPopupWindow.le_url

◆ wview

pycross.browser.WebPopupWindow.wview

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