# encoding: utf-8
# module PyQt6.QtGui
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.sip as __PyQt6_sip


from .QTextObject import QTextObject

class QTextBlockGroup(QTextObject):
    """ QTextBlockGroup(doc: QTextDocument) """
    def blockFormatChanged(self, block): # real signature unknown; restored from __doc__
        """ blockFormatChanged(self, block: QTextBlock) """
        pass

    def blockInserted(self, block): # real signature unknown; restored from __doc__
        """ blockInserted(self, block: QTextBlock) """
        pass

    def blockList(self): # real signature unknown; restored from __doc__
        """ blockList(self) -> List[QTextBlock] """
        return []

    def blockRemoved(self, block): # real signature unknown; restored from __doc__
        """ blockRemoved(self, block: QTextBlock) """
        pass

    def childEvent(self, *args, **kwargs): # real signature unknown
        pass

    def connectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def customEvent(self, *args, **kwargs): # real signature unknown
        pass

    def disconnectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def isSignalConnected(self, *args, **kwargs): # real signature unknown
        pass

    def receivers(self, *args, **kwargs): # real signature unknown
        pass

    def sender(self, *args, **kwargs): # real signature unknown
        pass

    def senderSignalIndex(self, *args, **kwargs): # real signature unknown
        pass

    def setFormat(self, *args, **kwargs): # real signature unknown
        pass

    def timerEvent(self, *args, **kwargs): # real signature unknown
        pass

    def __init__(self, doc): # real signature unknown; restored from __doc__
        pass


