WebBrowser/SpeedDial/PageThumbnailer.py

changeset 4917
682750cc7bd5
parent 4913
e16573640cb8
child 4959
8cae2a004559
equal deleted inserted replaced
4915:8081031061a2 4917:682750cc7bd5
110 QTimer.singleShot(0, lambda: self.thumbnailCreated.emit(QPixmap())) 110 QTimer.singleShot(0, lambda: self.thumbnailCreated.emit(QPixmap()))
111 111
112 @pyqtSlot(bool) 112 @pyqtSlot(bool)
113 def createThumbnail(self, status): 113 def createThumbnail(self, status):
114 """ 114 """
115 Private slot creating the thumbnail of the web site. 115 Public slot creating the thumbnail of the web site.
116 116
117 @param status flag indicating a successful load of the web site 117 @param status flag indicating a successful load of the web site
118 (boolean) 118 (boolean)
119 """ 119 """
120 if not status: 120 if not status:

eric ide

mercurial