How can I adjust the button width (back, next buttons) of a QWizard
. Is there any style sheet (qss) option I can use, or do I have to identify the buttons and set the widget width?
The stylesheet approach would be best.
How can I adjust the button width (back, next buttons) of a QWizard
. Is there any style sheet (qss) option I can use, or do I have to identify the buttons and set the widget width?
The stylesheet approach would be best.
Copyright © 2021 Jogjafile Inc.
You have to get the buttons using the
button()
method ofQWizard
and set a fixed width: