mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #172: access keys are missing from most menu items/action text strings
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user