action_button


Description:

public Button action_button

The action button of the empty page. Can connect to the clicked signal to get notified when the button is clicked. e.g. action_button.clicked.connect(() => { ... });