Method RowIndex
RowIndex()
Gets the 1-based row position of the row that triggered the execution of the QAction.
Note that this method should not be used. Using RowKey() instead is highly recommended.
int RowIndex()
Returns
- int
The position of the row.
Remarks
- This method can only be used in QActions that have the attribute row set to “true”.