[Digikam-devel] [digikam] [Bug 201592] Sorting images in queue in Batch queue manager

Gilles Caulier caulier.gilles at gmail.com
Mon Apr 14 16:02:27 BST 2014


https://bugs.kde.org/show_bug.cgi?id=201592

--- Comment #3 from Gilles Caulier <caulier.gilles at gmail.com> ---
It can be simple.

Look like this view is based on standard Qt listview.There is nothing special
about model-view here in digiKam code. We use model provided by parent class.

You must write a model class as it's already do in other list view digiKam code
where a sort is available, as for ex, AlbumTreeView which support sort stuff
(recently improved by Mohamed through this bug :

https://bugs.kde.org/show_bug.cgi?id=227530

Look code from patch to get inspiration, and check current implementation to
see how finally it's coded.

Gilles Caulier

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list