correctly delete the QtDo process when finished
This commit is contained in:
parent
c20ee8f99f
commit
6edfcfd574
3 changed files with 10 additions and 4 deletions
|
|
@ -88,6 +88,7 @@ class MainWindow(QtMainWindow):
|
|||
def addVideo(self, backend, video):
|
||||
if not backend:
|
||||
self.ui.searchEdit.setEnabled(True)
|
||||
self.process = None
|
||||
return
|
||||
minivideo = MiniVideo(backend, video)
|
||||
self.ui.scrollAreaContent.layout().addWidget(minivideo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue