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 6674673 + 8181d7e commit 5a008d9Copy full SHA for 5a008d9
PyQt5-stubs/QtCore.pyi
@@ -1817,6 +1817,8 @@ class QModelIndex(sip.simplewrapper):
1817
def column(self) -> int: ...
1818
def row(self) -> int: ...
1819
def child(self, arow: int, acolumn: int) -> 'QModelIndex': ...
1820
+ def siblingAtColumn(self, column: int) -> 'QModelIndex': ...
1821
+ def siblingAtRow(self, row: int) -> 'QModelIndex': ...
1822
1823
1824
class QPersistentModelIndex(sip.simplewrapper):
0 commit comments