WebBrowser/PageScreenDialog.py

changeset 6047
39586a2de99d
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
equal deleted inserted replaced
6046:a291657f7bbd 6047:39586a2de99d
18 from .Ui_PageScreenDialog import Ui_PageScreenDialog 18 from .Ui_PageScreenDialog import Ui_PageScreenDialog
19 19
20 20
21 class PageScreenDialog(QDialog, Ui_PageScreenDialog): 21 class PageScreenDialog(QDialog, Ui_PageScreenDialog):
22 """ 22 """
23 Class documentation goes here. 23 Class implementing a dialog to save a screenshot of a web page.
24 """ 24 """
25 def __init__(self, view, visibleOnly=False, parent=None): 25 def __init__(self, view, visibleOnly=False, parent=None):
26 """ 26 """
27 Constructor 27 Constructor
28 28

eric ide

mercurial