<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
<div class="ContentPasted0">I have  QTableWidget and QTableView items on my screen.  Both have SelectionMode set to ExtendedSelection.</div>
<div><br class="ContentPasted0">
</div>
<div class="ContentPasted0">tbl.selectionModel().selectedRows() will give me the count after the rows are selected, but I want to captured/show that count in real-time, as I’m dragging the mouse or using the keyboard (which is done with shift to anchor and
 then the up/down key).</div>
<div><br class="ContentPasted0">
</div>
<div class="ContentPasted0">Thanks</div>
<br>
</div>
</body>
</html>