[qcineoob] subtitles integrated
This commit is contained in:
parent
5ce13703dd
commit
93757f8409
8 changed files with 542 additions and 5 deletions
|
|
@ -19,7 +19,8 @@
|
|||
|
||||
import urllib
|
||||
|
||||
from PyQt4.QtGui import QFrame, QImage, QPixmap
|
||||
from PyQt4.QtGui import QFrame, QImage, QPixmap, QApplication
|
||||
from PyQt4.QtCore import Qt
|
||||
|
||||
from weboob.applications.qcineoob.ui.miniperson_ui import Ui_MiniPerson
|
||||
from weboob.capabilities.base import NotAvailable
|
||||
|
|
@ -61,6 +62,7 @@ class MiniPerson(QFrame):
|
|||
def mousePressEvent(self, event):
|
||||
QFrame.mousePressEvent(self, event)
|
||||
|
||||
QApplication.setOverrideCursor( Qt.WaitCursor )
|
||||
person = self.backend.get_person(self.person.id)
|
||||
if person:
|
||||
self.parent.doAction(u'Details of person "%s"'%person.name,self.parent.displayPerson,[person])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue