1

I would like to add a clickable blue link (QLabel) right next to 'Next' button on one of my QWizardPages(subclassed) so the wizard's button layout would look like:

[Cancel] MyLabel [Next]

I found out that you can add up to 3 custom buttons (QAbstractbutton) but no information about other widgets.

Desst
  • 41
  • 1

1 Answers1

0

It doesn't need to be a label. You can style a button to make it appear like a label would.

Kuba hasn't forgotten Monica
  • 95,931
  • 16
  • 151
  • 313