Jean-Marc Lasgouttes wrote: > What happens is that the QListView by default sorts on the first > column. This means that the items inserted in the list are set in > alphabetical order, and the setSorting(-1) which is done later happens > too late. > > I guess what should be done is to remove the individual entries from > the QListView in NumberingModuleBase.ui, and add them by hand _after_ > setting sorting to -1. > > Unfortunately, I do not have access to qt2 designer. Juergen, do you > think you can take a look at that?
I am just in the process of doing this... Jürgen