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