[Qt-qml] Sorting items in ListView
bea.lam at nokia.com
bea.lam at nokia.com
Wed May 25 02:55:50 CEST 2011
Hi Marek,
On 24/05/2011, at 4:01 AM, ext Marek Sebera wrote:
> Hello,
>
> is it possible to sort items in ListView in another way than alphabetical descendent order?
> Using ListModel .
> I need to sort them in order i pushed items into ListModel
The items in a ListView are automatically displayed in the order that they appear in the ListModel; the ListView does not change the order of the items. Try looping through the items in the ListModel to check they are indeed ordered correctly.
regards,
Bea
More information about the Qt-qml
mailing list