You could create a container widget with a vertical layout.
You should add in it your canvas widget and just below a QLabel that will display the page number. You could also add two buttons for next/prev page:
< PageNumber >.
Of course, you will need to make some connections: when you change the page also update the label text. You can use the QLabel::setText slot.
Regards




Reply With Quote
Bookmarks