verified autopep8 on qcineoob, cineoob, suboob, booblyrics, cookboob
This commit is contained in:
parent
5d923bc73b
commit
62074615da
14 changed files with 146 additions and 138 deletions
|
|
@ -35,7 +35,7 @@ class MiniSubtitle(QFrame):
|
|||
self.subtitle = subtitle
|
||||
self.ui.nameLabel.setText(subtitle.name)
|
||||
if not empty(subtitle.nb_cd):
|
||||
self.ui.nbcdLabel.setText(u'%s'%subtitle.nb_cd)
|
||||
self.ui.nbcdLabel.setText(u'%s' % subtitle.nb_cd)
|
||||
self.ui.backendLabel.setText(backend.name)
|
||||
|
||||
def enterEvent(self, event):
|
||||
|
|
@ -51,4 +51,5 @@ class MiniSubtitle(QFrame):
|
|||
|
||||
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])
|
||||
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