If you want the column (row) display order to be changeable by drag and drop of the column (row) headers then you need to look at QHeaderView::setMovable(). Wysota's suggestion is to do with moving data about within the model underlying the view (using drag and drop on the view).





Reply With Quote
Bookmarks