Searched refs:thumbnailReceived (Results 1 – 5 of 5) sorted by relevance
105 void thumbnailReceived();
707 connect(task, SIGNAL(finished()), SLOT(thumbnailReceived())); in FileRequestDlg()999 void FileRequestDlg::thumbnailReceived() in thumbnailReceived() function in FileRequestDlg
184 def thumbnailReceived(self) -> pyqtBoundSignal: member in Thumbnailer
167 self.thumbnailer.thumbnailReceived.connect(self.thumbnailReceived)773 def thumbnailReceived(self, rpd_file: RPDFile, thumbnail: QPixmap) -> None: member in ThumbnailListModel
3510 self.thumbnailModel.thumbnailReceived(rpd_file=rpd_file, thumbnail=thumbnail)