Am 17.04.2015 um 07:54 schrieb Oliver Eichler: > Concerning the sorting I think we agreed that some way of preserving the > order in the database would be nice. But it still lacks a database > genius to implement it.
Maybe I underestimate the database part of the implementation? You need not to be a genius to add a column to a table where you store the position of the element in the sorted list. And for adding an "order by position" clause on load neither. Upgrading of existing databases will probably represent the major part of implementation effort. The complex stuff is to add sorting to the database window, get the order of the items when closing the db and set the order of the items in the db window when opening the db. You need a QT genius to implement that. ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
