diff --git a/weboob/frontends/qhavesex/status.py b/weboob/frontends/qhavesex/status.py new file mode 100644 index 00000000..7a9dd4b4 --- /dev/null +++ b/weboob/frontends/qhavesex/status.py @@ -0,0 +1,88 @@ +# -*- coding: utf-8 -*- + +# Copyright(C) 2010 Romain Bignon +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +from __future__ import with_statement + +from PyQt4.QtGui import QWidget, QVBoxLayout, QFrame, QLabel +from PyQt4.QtCore import SIGNAL, QTimer + +from weboob.capabilities.dating import StatusField + +class Account(QFrame): + def __init__(self, backend, parent=None): + QFrame.__init__(self, parent) + + self.setFrameShape(QFrame.StyledPanel) + self.setFrameShadow(QFrame.Raised) + + self.backend = backend + self.setLayout(QVBoxLayout()) + + self.title = QLabel(u'
%s
' % value + in_p = False + else: + if not in_p: + body += ""
+ in_p = True
+ else:
+ body += "
"
+
+ body += '%s: %s' % (field.label, field.value)
+ if in_p:
+ body += "