[qcineoob] tabification
This commit is contained in:
parent
0e99cd984d
commit
ff0d9ced4d
9 changed files with 428 additions and 299 deletions
|
|
@ -50,6 +50,10 @@ class MiniSubtitle(QFrame):
|
|||
QFrame.mousePressEvent(self, event)
|
||||
|
||||
subtitle = self.backend.get_subtitle(self.subtitle.id)
|
||||
if subtitle:
|
||||
self.parent.doAction('Details of subtitle "%s"' %
|
||||
subtitle.name, self.parent.displaySubtitle, [subtitle, self.backend])
|
||||
if event.button() == 4:
|
||||
self.parent.parent.newTab(u'Details of subtitle "%s"' %
|
||||
subtitle.name, self.backend, subtitle=subtitle)
|
||||
else:
|
||||
if subtitle:
|
||||
self.parent.doAction('Details of subtitle "%s"' %
|
||||
subtitle.name, self.parent.displaySubtitle, [subtitle, self.backend])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue