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 |