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

Simple popup window that the browser may show. More...

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)
 Handler called when the dialog is about to be resized. More...
 

Public Attributes

 le_url
 QtWidgets.QLineEdit current URL address More...
 
 act_favicon
 QtWidgets.QAction current webpage favicon More...
 
 wview
 WebView current webview (page container) More...
 
 layout_main
 

Detailed Description

Simple popup window that the browser may show.

Popup window class for browser child dialogs.

Constructor & Destructor Documentation

◆ __init__()

def pycross.browser.WebPopupWindow.__init__ (   self,
QtWebEngineWidgets.QWebEngineProfile  profile,
  parent = None 
)
Parameters
profileQtWebEngineWidgets.QWebEngineProfile browser profile used
parentQtWidget.QWidget parent widget (web browser)

Member Function Documentation

◆ on_geometryChangeRequested()

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

Handler called when the dialog is about to be resized.

Parameters
newGeometryQtCore.QRect new position / size rect

◆ view()

def pycross.browser.WebPopupWindow.view (   self)
Returns
WebView pointer to current web view

Member Data Documentation

◆ act_favicon

pycross.browser.WebPopupWindow.act_favicon

QtWidgets.QAction current webpage favicon

◆ layout_main

pycross.browser.WebPopupWindow.layout_main

◆ le_url

pycross.browser.WebPopupWindow.le_url

QtWidgets.QLineEdit current URL address

◆ wview

pycross.browser.WebPopupWindow.wview

WebView current webview (page container)


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