You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to both qt5 and qpageview. Any suggestion about how could I put buttons on top of each page? For example rotate left, rotate right for each page.
The text was updated successfully, but these errors were encountered:
You could mixin widgetoverlay.WidgetOverlayViewMixin, which supports adding widgets to page objects.
You could also write your own View mixin class and draw buttons (using QStyle) in the paintEvent(), and handle clicks yourself. Many View mixin classes do their drawing in the paintEvent(), so there is no bookkeeping and drawing required for pages that are outside view.
I am new to both qt5 and qpageview. Any suggestion about how could I put buttons on top of each page? For example rotate left, rotate right for each page.
The text was updated successfully, but these errors were encountered: