Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello. How to add arrows to QStackedWidget?
Hi,
What kind of arrows do you have in mind ? What should they be used for ?
If you want to use them to switch pages you could also use buttons with next page or so.
You can for example put two QPushButton in a QHBoxLayout and that inside a QVBoxLayout under your QStackedWidget.