Maybe I'm missing something from the documentation but I couldn't find a way to "lock" a QTreeWidget object, meaning no column resizing and no column drag/drop. I tried to overwrite drag*Event and dropEvent with empty bodies but that didn't do it. Would anyone know how to accomplish this?

Thanks a lot!