PDA

View Full Version : How to rearrange columns in QTableWidget



rittchat
23rd December 2009, 12:17
Hi,

I have a QTableWidget with many columns. I want to allow users to move the columns like the way I can move the tabs of a QTabWidget by setting seMovable(true). So that users can rearrange the columns of a QTableWidget, as they want, using drag and drop.

Please suggest me how to do it.

regards
rittchat