[allocine] quasi operational
This commit is contained in:
parent
f2d053c1fb
commit
efc49bc596
4 changed files with 55 additions and 300 deletions
|
|
@ -82,7 +82,9 @@ class Person(QFrame):
|
|||
|
||||
def biography(self):
|
||||
QApplication.setOverrideCursor(Qt.WaitCursor)
|
||||
bio = self.backend.get_person_biography(self.person.id)
|
||||
self.backend.fill_person(self.person, 'biography')
|
||||
bio = self.person.biography
|
||||
#bio = self.backend.get_person_biography(self.person.id)
|
||||
self.ui.shortBioPlain.setPlainText(bio)
|
||||
self.ui.biographyLabel.setText('Full biography:')
|
||||
self.ui.biographyButton.hide()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue