escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

User reordering within QSection #663

Closed ergodic1 closed 10 years ago

ergodic1 commented 10 years ago

I am looking to implement a feature where a user can reorder a series of QElements within a QSection. It would be relatively easy to do programmatically, but I would like to use a library such as this:

https://github.com/hpique/HPReorderTableView

Do you have any recommendations on how to do this?

ergodic1 commented 10 years ago

After looking at this further, I realised that QSortingSection does what I need. I didn't realise the icons on the right were draggable.