[qcineoob] add 'view thumbnail' for movie and person search results
This commit is contained in:
parent
b99576e9dd
commit
2ad030c6bb
4 changed files with 141 additions and 82 deletions
|
|
@ -48,6 +48,7 @@ class MiniPerson(QFrame):
|
|||
|
||||
self.connect(self.ui.newTabButton, SIGNAL("clicked()"), self.newTabPressed)
|
||||
self.connect(self.ui.viewButton, SIGNAL("clicked()"), self.viewPressed)
|
||||
self.connect(self.ui.viewThumbnailButton, SIGNAL("clicked()"), self.gotThumbnail)
|
||||
|
||||
if self.parent.parent.ui.showTCheck.isChecked():
|
||||
self.gotThumbnail()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue