Issue #172: access keys are missing from most menu items/action text strings

This commit is contained in:
Jakub Melka
2024-03-21 13:16:52 +01:00
parent bf4b0552dc
commit 8b832ccab9
33 changed files with 613 additions and 427 deletions

View File

@ -88,6 +88,14 @@ public:
convertActionForDarkTheme(action, iconSize, devicePixelRatioF);
}
}
/// Checks menu accessibility for all descendants of the specified widget.
/// \param widget The widget whose descendants are to be checked.
static void checkMenuAccessibility(QWidget* widget);
/// Checks menu accessibility for the specified menu.
/// \param menu The menu to be checked for accessibility.
static void checkMenuAccessibility(QMenu* menu);
};
} // namespace pdf