![]() |
BuildmLearn Toolkit
2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
|
Access for methods for loading/saving keyboard shortcuts to/from settings. More...
#include <dynamicshortcuts.h>
Static Public Member Functions | |
static void | load (const QList< QAction * > &actions) |
Checks the application settings and then initializes shortcut of each action from actions from the settings. More... | |
static void | save (const QList< QAction * > &actions) |
Stores shortcut of each action from actions into the application settings. More... | |
Access for methods for loading/saving keyboard shortcuts to/from settings.
Definition at line 42 of file dynamicshortcuts.h.
|
static |
Checks the application settings and then initializes shortcut of each action from actions from the settings.
actions | List of actions for which we want to load shortcuts. |
Definition at line 52 of file dynamicshortcuts.cpp.
|
static |
Stores shortcut of each action from actions into the application settings.
actions | List of actions for which we want to save shortcuts. |
Definition at line 42 of file dynamicshortcuts.cpp.