|
pycrossword
0.3
Pure-Python implementation of a crossword puzzle generator and editor
|
Simple popup window that the browser may show. More...
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 | |
Simple popup window that the browser may show.
Popup window class for browser child dialogs.
| def pycross.browser.WebPopupWindow.__init__ | ( | self, | |
| QtWebEngineWidgets.QWebEngineProfile | profile, | ||
parent = None |
|||
| ) |
| profile | QtWebEngineWidgets.QWebEngineProfile browser profile used |
| parent | QtWidget.QWidget parent widget (web browser) |
| def pycross.browser.WebPopupWindow.on_geometryChangeRequested | ( | self, | |
| newGeometry | |||
| ) |
Handler called when the dialog is about to be resized.
| newGeometry | QtCore.QRect new position / size rect |
| def pycross.browser.WebPopupWindow.view | ( | self | ) |
WebView pointer to current web view | pycross.browser.WebPopupWindow.act_favicon |
QtWidgets.QAction current webpage favicon
| pycross.browser.WebPopupWindow.layout_main |
| pycross.browser.WebPopupWindow.le_url |
QtWidgets.QLineEdit current URL address
| pycross.browser.WebPopupWindow.wview |
WebView current webview (page container)
1.8.17