<div dir="ltr">Hi all,<div><br></div><div>I have a simple table which will never hold much data, so I opted for QTabelWidget rather than QTabelView.</div><div>Two columns have combo boxes set as cell widgets; all other cells house straight up strings.</div><div><br></div><div>I have set the selection behaviour to QAbstractItemView.SelectRows and am now trying to figure out how to enable editing of selected cells, so that the user can select multiple rows, then double click a cell in that selection and edit it, which will cause all other cells in the same column within the selection to receive the new value.</div><div><br></div><div>I have hit a couple of issues:</div><div><ol><li>By default the selection is reset when I double click in a cell, so I assume I will have to override QTableWidget.mousePressEvent() to prevent that somehow. Any suggestions on how to best manage that best? I am not sure what I need to re-implement to just prevent the selection being reset.</li><li>the cell widgets do not modify the actual cell item's value. Do I need to manually connect the widgets to a slot that will do that or is there a better way to do that?</li></ol><div>Is there an example for this sort of functionality out there? I am trying not to use the lower level model/view classes in this case if possible.</div></div><div>Any help would be greatly appreciated.</div><div><br></div><div>Cheers,</div><div>frank</div><div><br></div><div><br></div></div>