Spreadsheet: Expose currentIndex to Python

This commit is contained in:
Chris Hennes
2021-11-12 22:53:42 -06:00
parent 4a4db353a5
commit 093f15dce5
5 changed files with 42 additions and 4 deletions

View File

@@ -27,10 +27,19 @@
</Methode>
<Methode Name="select">
<Documentation>
<UserDocu>
select(index, flags): Select the specified cell using the given QItemSelectionModel.SelectionFlag set
<UserDocu>select(index, flags): Select the specified cell using the given QItemSelectionModel.SelectionFlag set
select(topLeft, bottomRight, flags): Select the specified range using the given QItemSelectionModel.SelectionFlag set</UserDocu>
</Documentation>
</Methode>
<Methode Name="currentIndex">
<Documentation>
<UserDocu>Get the current active cell</UserDocu>
</Documentation>
</Methode>
<Methode Name="setCurrentIndex">
<Documentation>
<UserDocu>Set the current active cell</UserDocu>
</Documentation>
</Methode>
</PythonExport>
</GenerateModel>
</GenerateModel>