We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be071c4 commit fe48cb2Copy full SHA for fe48cb2
PyQt5-stubs/QtWidgets.pyi
@@ -8820,6 +8820,12 @@ class QTableWidgetItem(sip.wrapper):
8820
def flags(self) -> QtCore.Qt.ItemFlags: ...
8821
def tableWidget(self) -> 'QTableWidget': ...
8822
def clone(self) -> 'QTableWidgetItem': ...
8823
+ def __eq__(self, other: 'QTableWidgetItem') -> bool: ...
8824
+ def __ge__(self, other: 'QTableWidgetItem') -> bool: ...
8825
+ def __gt__(self, other: 'QTableWidgetItem') -> bool: ...
8826
+ def __le__(self, other: 'QTableWidgetItem') -> bool: ...
8827
+ def __lt__(self, other: 'QTableWidgetItem') -> bool: ...
8828
+ def __ne__(self, other: 'QTableWidgetItem') -> bool: ...
8829
8830
8831
class QTableWidget(QTableView):
0 commit comments