SelectionModel.unselectRange

bool unselectRange(uint position, uint nItems)

Requests to unselect a range of items in the model.

Parameters

positionthe first item to unselect
nItemsthe number of items to unselect

Returns

true if this action was supported and no fallback should be

tried. This does not mean the range was unselected.