![]() |
QElectroTech 0.200.1-dev
|
#include <QHash>#include <QKeySequence>#include <QList>#include <QPointer>#include <QString>#include <QStringList>

Go to the source code of this file.
Classes | |
| class | ShortcutManager |
| The ShortcutManager class App-wide registry of every rebindable shortcut, carried by either a QAction or a QAbstractButton – both declare an identical "shortcut" Q_PROPERTY of type QKeySequence, which this class targets generically via QObject so it doesn't need a separate code path for the handful of QAbstractButton-based shortcuts (e.g. a QPushButton acting as a shortcut- only trigger). More... | |
| struct | ShortcutManager::ShortcutInfo |
| struct | ShortcutManager::Entry |