Hi,
i want to connect in a modal dialog the F1 key to help button of a QDialogButtonBox. But if I press the F1 key the button is not activated. In the application this is the only object (button or action) connected with the F1 shortcut. Where is the error?
Code:
{ ui->setupUi(this); }