I've tried to search for this question on Google and dedicated forums, but I didn't find nothing.
My problem: I have a Listview with a delegate, reading from a C++ model as per Qt guide lines.
I can't use scroll bars when items are more than visible area, but I would get something like:
...
Item_1
Item_2
Item_N
...
where the 3 dots will be enabled/disabled to tell that the list can be scrolled up or down based on how many items are into the view.
All in all, it's like a customized scroll bars.
Do you have any suggestion to achieve this behaviour or where I can look at ? Thank you. Cristiano