Thank you for your reply

i tried to retrieve the visible item's indexs by calculation the vertical scrollbar's these values

listWidget->verticalScrollBar()->minimum();
listWidget->verticalScrollBar()->maximum();
listWidget->verticalScrollBar()->value();

with the listbox's height..... (am still hunting... )

is it a good idea?

how can i retrieve a row's height from the QListWidget?