how to use qt webkit page pagination

72 Views Asked by At

I try to using pagination in the qwebpage class to paginate a big html file. any one use this before? I don't known that I am using correct way or it still supported in qwebpage class. my qt library is based on 4.7.4. code like below:

this->page()->setPagination(pagination);
0

There are 0 best solutions below