# encoding: utf-8
# module PyQt5.QtWidgets
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtWidgets.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import PyQt5.QtGui as __PyQt5_QtGui
import sip as __sip


class QTableWidgetSelectionRange(__sip.simplewrapper):
    """
    QTableWidgetSelectionRange()
    QTableWidgetSelectionRange(top: int, left: int, bottom: int, right: int)
    QTableWidgetSelectionRange(other: QTableWidgetSelectionRange)
    """
    def bottomRow(self): # real signature unknown; restored from __doc__
        """ bottomRow(self) -> int """
        return 0

    def columnCount(self): # real signature unknown; restored from __doc__
        """ columnCount(self) -> int """
        return 0

    def leftColumn(self): # real signature unknown; restored from __doc__
        """ leftColumn(self) -> int """
        return 0

    def rightColumn(self): # real signature unknown; restored from __doc__
        """ rightColumn(self) -> int """
        return 0

    def rowCount(self): # real signature unknown; restored from __doc__
        """ rowCount(self) -> int """
        return 0

    def topRow(self): # real signature unknown; restored from __doc__
        """ topRow(self) -> int """
        return 0

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""



