3#include <NDEVR/KeyController.h>
4#include <NDEVR/String.h>
13 class QCustomScrollArea;
20 void setShowGrabVolumeKeys(
bool show);
21 bool event(QEvent* event)
override;
22 void resetToDefaults();
31 bool m_is_init =
false;
34 QBoxLayout* m_scroll_area_layout =
nullptr;
35 QGridLayout* m_layout =
nullptr;
37 bool m_show_grab_volume_keys =
false;
The core class for assigning actions to key-presses and registering them as a program-wide service.
Definition KeyController.h:61
Definition DesignObjectLookup.h:61
Definition KeyController.h:45
Definition KeyController.h:78