Skip to content
  • Ingo Klöcker's avatar
    Add helper for storing/retrieving the accessible name of a QAction · 7bfd7829
    Ingo Klöcker authored
    Qt only supports setting accessible names for widgets. Therefore, we
    change to existing helpers getAccessibleName/getAccessibleDescription
    to accept only QWidget instead of QObject. Additionally, we add
    setAccessibleName/getAccessibleName helpers which store the accessible
    name of a QAction as custom property of the action.
    
    GnuPG-bug-id: 6046
    7bfd7829