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 1d4363b commit 8181d7eCopy full SHA for 8181d7e
PyQt5-stubs/QtCore.pyi
@@ -1813,6 +1813,8 @@ class QModelIndex(sip.simplewrapper):
1813
def column(self) -> int: ...
1814
def row(self) -> int: ...
1815
def child(self, arow: int, acolumn: int) -> 'QModelIndex': ...
1816
+ def siblingAtColumn(self, column: int) -> 'QModelIndex': ...
1817
+ def siblingAtRow(self, row: int) -> 'QModelIndex': ...
1818
1819
1820
class QPersistentModelIndex(sip.simplewrapper):
0 commit comments