PDA

View Full Version : How to create pagination in QTableWidget?



shino14
10th April 2015, 04:27
I want to create a table that consist of 10 rows every page. I search it in google and they suggesting about MODEL, but i don't know how to do. Can please some help me? thnx

wysota
10th April 2015, 06:13
Start here: Model/View Programming

Basically you'll need a table with a filter proxy model that will only allow 10 rows at a time, it's very simple (once you get your base model implemented).