Ejemplo n.º 1
0
 def __init__(self, data):
     QTextBlockUserData.__init__(self)
     self.data = data
Ejemplo n.º 2
0
 def __init__(self):
     QTextBlockUserData.__init__(self)
Ejemplo n.º 3
0
 def __init__(self, data):
     QTextBlockUserData.__init__(self)
     self.data = data
Ejemplo n.º 4
0
 def __init__(self):
     QTextBlockUserData.__init__(self)
     self._listLevel = 0
     self._leadingSpaces = 0
     self._emptyLinesBefore = 0
     self._listSymbol = ""
Ejemplo n.º 5
0
 def __init__(self):
     QTextBlockUserData.__init__(self)
     self.attrs = {}
Ejemplo n.º 6
0
 def __init__(self):
     QTextBlockUserData.__init__(self)
     self.attrs = {}
Ejemplo n.º 7
0
 def __init__(self):
     QTextBlockUserData.__init__(self)
Ejemplo n.º 8
0
 def __init__(self):
     QTextBlockUserData.__init__(self)
     self._listLevel = 0
     self._leadingSpaces = 0
     self._emptyLinesBefore = 0
     self._listSymbol = ""