0

I have a database it has too many records. I want to show them on screen. But I dont want to load all of them on ram. I try to show them with a scrollbar. When scrollbar clik next 40 records comes. But I cant understand down or up. I use qt and c++. I show them in QTableWidget. Do you have any ideas. thanks a lot.

john
  • 21
  • I do not think it deserves a down-vote. He's just asking for ideas -- not code. – Nishant Jan 08 '11 at 20:21
  • Still, the question is very vaguely asked, i.e. where exactly in the process of pagination john wants more information about. – Pelle Jan 08 '11 at 20:32

1 Answers1

2

In a word: pagination. Do a Google or Stackoverflow search; you aren't the first to face this issue.

Community
  • 1
  • 1
duffymo
  • 305,152
  • 44
  • 369
  • 561