<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
From: Christopher Evans <<a href="mailto:chris.evans@gmail.com">chris.evans@gmail.com</a>><br>
<br>
anyone know a way to select multiple cells and edit them, a la excel and<br>
other packages?  Do i need to write custom code, or is this supported?<br></blockquote><div><br></div>You need to set the Selection Mode. In the Qt Assistant page for<br></div><div class="gmail_quote">QTableWidget, click "List of all members, including inherited members"<br>

and you will find setSelectionMode() and a link to the SelectionMode<br>enum which has the things you want.<br><br></div></div></div>