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.
2 parents be071c4 + aa39f7d commit 0edeb06Copy full SHA for 0edeb06
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: object) -> bool: ...
8824
+ def __ge__(self, other: object) -> bool: ...
8825
+ def __gt__(self, other: object) -> bool: ...
8826
+ def __le__(self, other: object) -> bool: ...
8827
+ def __lt__(self, other: object) -> bool: ...
8828
+ def __ne__(self, other: object) -> bool: ...
8829
8830
8831
class QTableWidget(QTableView):
0 commit comments