> From: Christopher Evans <[email protected]> > > anyone know a way to select multiple cells and edit them, a la excel and > other packages? Do i need to write custom code, or is this supported? >
You need to set the Selection Mode. In the Qt Assistant page for QTableWidget, click "List of all members, including inherited members" and you will find setSelectionMode() and a link to the SelectionMode enum which has the things you want.
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
