69 |
69 |
70 @param view reference to the WebBrowserView associated with the page |
70 @param view reference to the WebBrowserView associated with the page |
71 @type WebBrowserView |
71 @type WebBrowserView |
72 @param parent reference to the parent widget (defaults to None) |
72 @param parent reference to the parent widget (defaults to None) |
73 @type QWidget (optional) |
73 @type QWidget (optional) |
74 """ |
|
75 """ |
|
76 Constructor |
|
77 |
|
78 @param parent parent widget of this window (optional) |
|
79 @type QWidget |
|
80 """ |
74 """ |
81 super().__init__( |
75 super().__init__( |
82 WebBrowserWindow.webProfile(), parent) |
76 WebBrowserWindow.webProfile(), parent) |
83 |
77 |
84 self.__printer = None |
78 self.__printer = None |