QList Drag and Drop Example

From Qt Wiki
Revision as of 15:22, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Example of the simple moving items using drag & drop betweeen two or more QListViews.

listbox.h:

listbox.cpp:

Now, we only add use these object instead of QListView.