fetch thumbnails asynchroneously

This commit is contained in:
Romain Bignon 2010-08-01 21:08:22 +02:00
commit d710c93b36
6 changed files with 58 additions and 16 deletions

View file

@ -87,7 +87,7 @@ class MainWindow(QtMainWindow):
self.ui.searchEdit.setEnabled(True)
self.process = None
return
minivideo = MiniVideo(backend, video)
minivideo = MiniVideo(self.weboob, backend, video)
self.ui.scrollAreaContent.layout().addWidget(minivideo)
self.minivideos.append(minivideo)
if (video.nsfw and not self.ui.nsfwCheckBox.isChecked() or