I have a QDialog,
He owns a QCheckBox, put the text describing the short cut to "&"
example:

ui-> myCheckBox-> setText ("Acce&pt");

Run the program and when I click the dialog and then press the key ALT the text of the changes "Accept" to "Acce&pt". Can anyone help me?
QT version 4.7.2.