|
pycrossword
0.3
Pure-Python implementation of a crossword puzzle generator and editor
|
Classes | |
| class | Browser |
The top-level interface class for the browser: provides a generic manager for individual BrowserWindow objects. More... | |
| class | BrowserWindow |
| Single web browser window, complete with tabbed pages, main menu and action buttons. More... | |
| class | DownloadManagerWidget |
Download manager: a container and manager for DownloadWidget items. More... | |
| class | DownloadWidget |
| Donwload widget (panel) for a single download item. More... | |
| class | TabWidget |
| Tab widget container for individual web pages placed in tabs (like most browsers). More... | |
| class | WebPage |
Browser page class derived from QtWebEngineWidgets.QWebEnginePage. More... | |
| class | WebPopupWindow |
| Simple popup window that the browser may show. More... | |
| class | WebView |
| Main widget component of the web browser used to view and edit web documents. More... | |
Implementation of Qt web browser based on the Qt Simple Browser example
1.8.17