pub fn add_button_shortcut(button: *mut u32, shortcut: &u32)
Expand description

| Connects an additional shortcut to | a QAbstractButton. Works around the | one shortcut limitation of the button’s | shortcut property. | | ———– | @param[in] button | | QAbstractButton to assign shortcut | to | ––––– | @param[in] shortcut | | QKeySequence to use as shortcut |