Voici mes objets :
class TreatmentObjectUI(ObjectUI, QtGui.QLabel):
colorFix = QtCore.Qt.darkGray
colorMoving = QtCore.Qt.lightGray
colorFill = QtCore.Qt.darkGray
"""
Graphical Objects of a treatment
"""
def __init__(self, _Name, _QPPosition, parent=None):
ObjectUI.__init__(self, QtCore.QSize(50, 60), _QPPosition, parent)
Comment sérialiser le "label" ?
Merci de m'aider