eric7.WebBrowser.PageScreenDialog
Module implementing a dialog to save a screenshot of a web page.
Global Attributes
Classes
PageScreenDialog |
Class implementing a dialog to save a screenshot of a web page. |
Functions
PageScreenDialog
Class implementing a dialog to save a screenshot of a web page.
Derived from
QDialog, Ui_PageScreenDialog
Class Attributes
Class Methods
Methods
Static Methods
PageScreenDialog (Constructor)
PageScreenDialog(view, parent=None)
Constructor
- view (WebBrowserView)
-
reference to the web view containing the page to be saved
- parent (QWidget)
-
reference to the parent widget
PageScreenDialog.__createPixmap
__createPixmap()
Private slot to create a pixmap of the associated view's page.
PageScreenDialog.__savePageScreen
__savePageScreen()
Private slot to save the page screen.
- Return:
-
flag indicating success
- Return Type:
-
bool
PageScreenDialog.on_buttonBox_clicked
on_buttonBox_clicked(button)
Private slot to handle clicks of the dialog buttons.
- button (QAbstractButton)
-
button that was clicked