[allocine] quasi operational

This commit is contained in:
Julien Veyssier 2013-03-26 00:03:11 +01:00 committed by Florent
commit efc49bc596
4 changed files with 55 additions and 300 deletions

View file

@ -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()