PDA

View Full Version : How to drag & drop rows in QTableView by using QHeaderView



derhexer
24th March 2014, 16:07
I'm looking for a standard feature: Change the row order in a table, by selecting a couple of rows and drag them to the wished row position.

QHeaderView supports only one-row drag/drop moving (why?)...

Is there any usable QHeaderView class which supports this feature?

Thanks a lot for any hint
derhexer